Job

class Job : KotlinCustomResource

Creates a training or a batch prediction job. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Properties

Link copied to clipboard
val createTime: Output<String>

When the job was created.

Link copied to clipboard
val endTime: Output<String>

When the job processing was completed.

Link copied to clipboard
val errorMessage: Output<String>

The details of a failure or a cancellation.

Link copied to clipboard
val etag: Output<String>

etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a job from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform job updates in order to avoid race conditions: An etag is returned in the response to GetJob, and systems are expected to put that etag in the request to UpdateJob to ensure that their change will be applied to the same version of the job.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val jobId: Output<String>

The user-specified id of the job.

Link copied to clipboard
val jobPosition: Output<String>

It's only effect when the job is in QUEUED state. If it's positive, it indicates the job's position in the job scheduler. It's 0 when the job is already scheduled.

Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. One or more labels that you can add, to organize your jobs. Each label is a key-value pair, where both the key and the value are arbitrary strings that you supply. For more information, see the documentation on using labels.

Link copied to clipboard

Input parameters to create a prediction job.

Link copied to clipboard

The current prediction job result.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val startTime: Output<String>

When the job processing was started.

Link copied to clipboard
val state: Output<String>

The detailed state of a job.

Link copied to clipboard

Input parameters to create a training job.

Link copied to clipboard

The current training job result.

Link copied to clipboard
val urn: Output<String>