public sealed class BatchDeletePipelineJobsRequest : IMessage<BatchDeletePipelineJobsRequest>, IEquatable<BatchDeletePipelineJobsRequest>, IDeepCloneable<BatchDeletePipelineJobsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class BatchDeletePipelineJobsRequest.
Request message for [PipelineService.BatchDeletePipelineJobs][google.cloud.aiplatform.v1beta1.PipelineService.BatchDeletePipelineJobs].
Implements
IMessageBatchDeletePipelineJobsRequest, IEquatableBatchDeletePipelineJobsRequest, IDeepCloneableBatchDeletePipelineJobsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
BatchDeletePipelineJobsRequest()
public BatchDeletePipelineJobsRequest()BatchDeletePipelineJobsRequest(BatchDeletePipelineJobsRequest)
public BatchDeletePipelineJobsRequest(BatchDeletePipelineJobsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchDeletePipelineJobsRequest |
Properties
Names
public RepeatedField<string> Names { get; }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}
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Parent
public string Parent { get; set; }Required. The name of the PipelineJobs' parent resource.
Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
PipelineJobNames
public ResourceNameList<PipelineJobName> PipelineJobNames { get; }PipelineJobName-typed view over the Names resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListPipelineJobName |
|