Google Cloud Ai Platform V1 Client - Class BatchDeletePipelineJobsResponse (0.37.1)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class BatchDeletePipelineJobsResponse.

Response message for PipelineService.BatchDeletePipelineJobs.

Generated from protobuf message google.cloud.aiplatform.v1.BatchDeletePipelineJobsResponse

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ pipeline_jobs array<Google\Cloud\AIPlatform\V1\PipelineJob>

PipelineJobs deleted.

getPipelineJobs

PipelineJobs deleted.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPipelineJobs

PipelineJobs deleted.

Parameter
Name Description
var array<Google\Cloud\AIPlatform\V1\PipelineJob>
Returns
Type Description
$this