Cloud AI Platform v1 API - Class CreateBatchPredictionJobRequest (2.27.0)

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

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

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

Inheritance

object > CreateBatchPredictionJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreateBatchPredictionJobRequest()

public CreateBatchPredictionJobRequest()

CreateBatchPredictionJobRequest(CreateBatchPredictionJobRequest)

public CreateBatchPredictionJobRequest(CreateBatchPredictionJobRequest other)
Parameter
NameDescription
otherCreateBatchPredictionJobRequest

Properties

BatchPredictionJob

public BatchPredictionJob BatchPredictionJob { get; set; }

Required. The BatchPredictionJob to create.

Property Value
TypeDescription
BatchPredictionJob

Parent

public string Parent { get; set; }

Required. The resource name of the Location to create the BatchPredictionJob in. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName