Class DeleteBatchPredictionJobRequest (1.8.0)

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

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