public sealed class GetBatchPredictionJobRequest : IMessage<GetBatchPredictionJobRequest>, IEquatable<GetBatchPredictionJobRequest>, IDeepCloneable<GetBatchPredictionJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GetBatchPredictionJobRequest.
Request message for [JobService.GetBatchPredictionJob][google.cloud.aiplatform.v1beta1.JobService.GetBatchPredictionJob].
Implements
IMessageGetBatchPredictionJobRequest, IEquatableGetBatchPredictionJobRequest, IDeepCloneableGetBatchPredictionJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GetBatchPredictionJobRequest()
public GetBatchPredictionJobRequest()GetBatchPredictionJobRequest(GetBatchPredictionJobRequest)
public GetBatchPredictionJobRequest(GetBatchPredictionJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetBatchPredictionJobRequest |
Properties
BatchPredictionJobName
public BatchPredictionJobName BatchPredictionJobName { get; set; }BatchPredictionJobName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|