dk.sdu.cloud.app.orchestrator.api.JobsFollowResponse

UCloud Developer Guide / Orchestration of Resources / Compute / Jobs

JobsFollowResponse

data class JobsFollowResponse(
    val updates: List<JobUpdate>?,
    val log: List<JobsLog>?,
    val newStatus: JobStatus?,
)
Properties

Last updated