public sealed class CreateBatchPredictionJobRequest : IMessage<CreateBatchPredictionJobRequest>, IEquatable<CreateBatchPredictionJobRequest>, IDeepCloneable<CreateBatchPredictionJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CreateBatchPredictionJobRequest.
Request message for [JobService.CreateBatchPredictionJob][google.cloud.aiplatform.v1beta1.JobService.CreateBatchPredictionJob].
Implements
IMessageCreateBatchPredictionJobRequest, IEquatableCreateBatchPredictionJobRequest, IDeepCloneableCreateBatchPredictionJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateBatchPredictionJobRequest()
public CreateBatchPredictionJobRequest()CreateBatchPredictionJobRequest(CreateBatchPredictionJobRequest)
public CreateBatchPredictionJobRequest(CreateBatchPredictionJobRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | CreateBatchPredictionJobRequest | 
Properties
BatchPredictionJob
public BatchPredictionJob BatchPredictionJob { get; set; }Required. The BatchPredictionJob to create.
| Property Value | |
|---|---|
| Type | Description | 
| 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 | |
|---|---|
| Type | Description | 
| string | |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| LocationName | |