Cloud AI Platform v1 API - Class DeleteBatchPredictionJobRequest (2.27.0)

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

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

Request message for [JobService.DeleteBatchPredictionJob][google.cloud.aiplatform.v1.JobService.DeleteBatchPredictionJob].

Inheritance

object > DeleteBatchPredictionJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteBatchPredictionJobRequest()

public DeleteBatchPredictionJobRequest()

DeleteBatchPredictionJobRequest(DeleteBatchPredictionJobRequest)

public DeleteBatchPredictionJobRequest(DeleteBatchPredictionJobRequest other)
Parameter
NameDescription
otherDeleteBatchPredictionJobRequest

Properties

BatchPredictionJobName

public BatchPredictionJobName BatchPredictionJobName { get; set; }

BatchPredictionJobName-typed view over the Name resource name property.

Property Value
TypeDescription
BatchPredictionJobName

Name

public string Name { get; set; }

Required. The name of the BatchPredictionJob resource to be deleted. Format: projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}

Property Value
TypeDescription
string