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

Properties of a ListPipelineJobsResponse.

Package

@google-cloud/aiplatform

Properties

nextPageToken

nextPageToken?: (string|null);

ListPipelineJobsResponse nextPageToken

Property Value
TypeDescription
(string|null)

pipelineJobs

pipelineJobs?: (google.cloud.aiplatform.v1.IPipelineJob[]|null);

ListPipelineJobsResponse pipelineJobs

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IPipelineJob[]|null)