Class GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest
Request message for PipelineService.BatchDeletePipelineJobs.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest : 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 delete. A maximum of 32 PipelineJobs can be deleted 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> |