Interface protos.google.cloud.aiplatform.v1.IPipelineJob (1.11.0)

Properties of a PipelineJob.

Package

@google-cloud/aiplatform

Properties

createTime

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

PipelineJob createTime

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

displayName

displayName?: (string|null);

PipelineJob displayName

Property Value
TypeDescription
(string|null)

encryptionSpec

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

PipelineJob encryptionSpec

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

endTime

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

PipelineJob endTime

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

error

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

PipelineJob error

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

jobDetail

jobDetail?: (google.cloud.aiplatform.v1.IPipelineJobDetail|null);

PipelineJob jobDetail

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IPipelineJobDetail|null)

labels

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

PipelineJob labels

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

name

name?: (string|null);

PipelineJob name

Property Value
TypeDescription
(string|null)

network

network?: (string|null);

PipelineJob network

Property Value
TypeDescription
(string|null)

pipelineSpec

pipelineSpec?: (google.protobuf.IStruct|null);

PipelineJob pipelineSpec

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

runtimeConfig

runtimeConfig?: (google.cloud.aiplatform.v1.PipelineJob.IRuntimeConfig|null);

PipelineJob runtimeConfig

Property Value
TypeDescription
(google.cloud.aiplatform.v1.PipelineJob.IRuntimeConfig|null)

serviceAccount

serviceAccount?: (string|null);

PipelineJob serviceAccount

Property Value
TypeDescription
(string|null)

startTime

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

PipelineJob startTime

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

state

state?: (google.cloud.aiplatform.v1.PipelineState|keyof typeof google.cloud.aiplatform.v1.PipelineState|null);

PipelineJob state

Property Value
TypeDescription
(google.cloud.aiplatform.v1.PipelineState|keyof typeof google.cloud.aiplatform.v1.PipelineState|null)

updateTime

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

PipelineJob updateTime

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