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

Properties of a CustomJob.

Package

@google-cloud/aiplatform

Properties

createTime

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

CustomJob createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

displayName

displayName?: (string|null);

CustomJob displayName

Property Value
TypeDescription
(string|null)

encryptionSpec

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

CustomJob encryptionSpec

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.IEncryptionSpec|null)

endTime

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

CustomJob endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

error

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

CustomJob error

Property Value
TypeDescription
(google.rpc.IStatus|null)

jobSpec

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

CustomJob jobSpec

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.ICustomJobSpec|null)

labels

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

CustomJob labels

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

CustomJob name

Property Value
TypeDescription
(string|null)

startTime

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

CustomJob startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

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

CustomJob state

Property Value
TypeDescription
(google.cloud.aiplatform.v1beta1.JobState|keyof typeof google.cloud.aiplatform.v1beta1.JobState|null)

updateTime

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

CustomJob updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

webAccessUris

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

CustomJob webAccessUris

Property Value
TypeDescription
({ [k: string]: string }|null)