Cloud AI Platform v1 API - Class CancelBatchPredictionJobRequest (2.27.0)

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

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

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

Inheritance

object > CancelBatchPredictionJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CancelBatchPredictionJobRequest()

public CancelBatchPredictionJobRequest()

CancelBatchPredictionJobRequest(CancelBatchPredictionJobRequest)

public CancelBatchPredictionJobRequest(CancelBatchPredictionJobRequest other)
Parameter
NameDescription
otherCancelBatchPredictionJobRequest

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 to cancel. Format: projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}

Property Value
TypeDescription
string