Properties of a CustomJob.
Package
@google-cloud/aiplatformProperties
createTime
createTime?: (google.protobuf.ITimestamp|null);
CustomJob createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
displayName
displayName?: (string|null);
CustomJob displayName
Type | Description |
(string|null) |
encryptionSpec
encryptionSpec?: (google.cloud.aiplatform.v1beta1.IEncryptionSpec|null);
CustomJob encryptionSpec
Type | Description |
(google.cloud.aiplatform.v1beta1.IEncryptionSpec|null) |
endTime
endTime?: (google.protobuf.ITimestamp|null);
CustomJob endTime
Type | Description |
(google.protobuf.ITimestamp|null) |
error
error?: (google.rpc.IStatus|null);
CustomJob error
Type | Description |
(google.rpc.IStatus|null) |
jobSpec
jobSpec?: (google.cloud.aiplatform.v1beta1.ICustomJobSpec|null);
CustomJob jobSpec
Type | Description |
(google.cloud.aiplatform.v1beta1.ICustomJobSpec|null) |
labels
labels?: ({ [k: string]: string }|null);
CustomJob labels
Type | Description |
({ [k: string]: string }|null) |
name
name?: (string|null);
CustomJob name
Type | Description |
(string|null) |
startTime
startTime?: (google.protobuf.ITimestamp|null);
CustomJob startTime
Type | Description |
(google.protobuf.ITimestamp|null) |
state
state?: (google.cloud.aiplatform.v1beta1.JobState|keyof typeof google.cloud.aiplatform.v1beta1.JobState|null);
CustomJob state
Type | Description |
(google.cloud.aiplatform.v1beta1.JobState|keyof typeof google.cloud.aiplatform.v1beta1.JobState|null) |
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
CustomJob updateTime
Type | Description |
(google.protobuf.ITimestamp|null) |
webAccessUris
webAccessUris?: ({ [k: string]: string }|null);
CustomJob webAccessUris
Type | Description |
({ [k: string]: string }|null) |