Class GetBatchPredictionJobRequest (2.3.0)

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

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

Inheritance

Object > GetBatchPredictionJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetBatchPredictionJobRequest()

public GetBatchPredictionJobRequest()

GetBatchPredictionJobRequest(GetBatchPredictionJobRequest)

public GetBatchPredictionJobRequest(GetBatchPredictionJobRequest other)
Parameter
NameDescription
otherGetBatchPredictionJobRequest

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

Property Value
TypeDescription
String