Class GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest
Request message for PipelineService.BatchCancelPipelineJobs.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1BatchCancelPipelineJobsRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Names
Required. The names of the PipelineJobs to cancel. A maximum of 32 PipelineJobs can be cancelled in a batch.
Format: projects/{project}/locations/{location}/pipelineJobs/{pipelineJob}
Declaration
[JsonProperty("names")]
public virtual IList<string> Names { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |