Cloud AI Platform v1 API - Class BatchDeletePipelineJobsRequest (2.27.0)

public sealed class BatchDeletePipelineJobsRequest : IMessage<BatchDeletePipelineJobsRequest>, IEquatable<BatchDeletePipelineJobsRequest>, IDeepCloneable<BatchDeletePipelineJobsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class BatchDeletePipelineJobsRequest.

Request message for [PipelineService.BatchDeletePipelineJobs][google.cloud.aiplatform.v1.PipelineService.BatchDeletePipelineJobs].

Inheritance

object > BatchDeletePipelineJobsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

BatchDeletePipelineJobsRequest()

public BatchDeletePipelineJobsRequest()

BatchDeletePipelineJobsRequest(BatchDeletePipelineJobsRequest)

public BatchDeletePipelineJobsRequest(BatchDeletePipelineJobsRequest other)
Parameter
NameDescription
otherBatchDeletePipelineJobsRequest

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
TypeDescription
RepeatedFieldstring

Parent

public string Parent { get; set; }

Required. The name of the PipelineJobs' parent resource. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

PipelineJobNames

public ResourceNameList<PipelineJobName> PipelineJobNames { get; }

PipelineJobName-typed view over the Names resource name property.

Property Value
TypeDescription
ResourceNameListPipelineJobName