Interface protos.google.cloud.aiplatform.v1beta1.ICustomJob (3.13.0)

Properties of a CustomJob.

Package

@google-cloud/aiplatform

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

CustomJob createTime

displayName

displayName?: (string|null);

CustomJob displayName

encryptionSpec

encryptionSpec?: (google.cloud.aiplatform.v1beta1.IEncryptionSpec|null);

CustomJob encryptionSpec

endTime

endTime?: (google.protobuf.ITimestamp|null);

CustomJob endTime

error

error?: (google.rpc.IStatus|null);

CustomJob error

jobSpec

jobSpec?: (google.cloud.aiplatform.v1beta1.ICustomJobSpec|null);

CustomJob jobSpec

labels

labels?: ({ [k: string]: string }|null);

CustomJob labels

name

name?: (string|null);

CustomJob name

startTime

startTime?: (google.protobuf.ITimestamp|null);

CustomJob startTime

state

state?: (google.cloud.aiplatform.v1beta1.JobState|keyof typeof google.cloud.aiplatform.v1beta1.JobState|null);

CustomJob state

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

CustomJob updateTime

webAccessUris

webAccessUris?: ({ [k: string]: string }|null);

CustomJob webAccessUris