Cloud AI Platform v1 API - Class GetBatchPredictionJobRequest (2.27.0)

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

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

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