public sealed class CreateBatchPredictionJobRequest : IMessage<CreateBatchPredictionJobRequest>, IEquatable<CreateBatchPredictionJobRequest>, IDeepCloneable<CreateBatchPredictionJobRequest>, IBufferMessage, IMessageRequest message for [JobService.CreateBatchPredictionJob][google.cloud.aiplatform.v1.JobService.CreateBatchPredictionJob].
Implements
IMessage<CreateBatchPredictionJobRequest>, IEquatable<CreateBatchPredictionJobRequest>, IDeepCloneable<CreateBatchPredictionJobRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.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 |
|