Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class BatchCancelPipelineJobsResponse.
Response message for PipelineService.BatchCancelPipelineJobs.
Generated from protobuf message google.cloud.aiplatform.v1.BatchCancelPipelineJobsResponse
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 cancelled. |
getPipelineJobs
PipelineJobs cancelled.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setPipelineJobs
PipelineJobs cancelled.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\PipelineJob>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|