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 \ V1Methods
__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 |