GoogleCloudAiplatformV1CustomJob class

Represents a job that runs custom workloads such as a Docker container or a Python package.

A CustomJob can have multiple worker pools and each worker pool can have its own machine and input spec. A CustomJob will be cleaned up once the job enters terminal state (failed or succeeded).

Constructors

GoogleCloudAiplatformV1CustomJob({String? createTime, String? displayName, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? endTime, GoogleRpcStatus? error, GoogleCloudAiplatformV1CustomJobSpec? jobSpec, Map<String, String>? labels, String? name, String? startTime, String? state, String? updateTime, Map<String, String>? webAccessUris})
GoogleCloudAiplatformV1CustomJob.fromJson(Map json_)

Properties

createTime String?
Time when the CustomJob was created.
getter/setter pair
displayName String?
The display name of the CustomJob.
getter/setter pair
encryptionSpec GoogleCloudAiplatformV1EncryptionSpec?
Customer-managed encryption key options for a CustomJob.
getter/setter pair
endTime String?
Time when the CustomJob entered any of the following states: JOB_STATE_SUCCEEDED, JOB_STATE_FAILED, JOB_STATE_CANCELLED.
getter/setter pair
error GoogleRpcStatus?
Only populated when job's state is JOB_STATE_FAILED or JOB_STATE_CANCELLED.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
jobSpec GoogleCloudAiplatformV1CustomJobSpec?
Job spec.
getter/setter pair
labels Map<String, String>?
The labels with user-defined metadata to organize CustomJobs.
getter/setter pair
name String?
Resource name of a CustomJob.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
Time when the CustomJob for the first time entered the JOB_STATE_RUNNING state.
getter/setter pair
state String?
The detailed state of the job.
getter/setter pair
updateTime String?
Time when the CustomJob was most recently updated.
getter/setter pair
webAccessUris Map<String, String>?
URIs for accessing interactive shells (one URI for each training node).
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited