public sealed class DeleteBatchPredictionJobRequest : IMessage<DeleteBatchPredictionJobRequest>, IEquatable<DeleteBatchPredictionJobRequest>, IDeepCloneable<DeleteBatchPredictionJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class DeleteBatchPredictionJobRequest.
Request message for [JobService.DeleteBatchPredictionJob][google.cloud.aiplatform.v1beta1.JobService.DeleteBatchPredictionJob].
Implements
IMessageDeleteBatchPredictionJobRequest, IEquatableDeleteBatchPredictionJobRequest, IDeepCloneableDeleteBatchPredictionJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeleteBatchPredictionJobRequest()
public DeleteBatchPredictionJobRequest()DeleteBatchPredictionJobRequest(DeleteBatchPredictionJobRequest)
public DeleteBatchPredictionJobRequest(DeleteBatchPredictionJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteBatchPredictionJobRequest |
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 to be deleted.
Format:
projects/{project}/locations/{location}/batchPredictionJobs/{batch_prediction_job}
| Property Value | |
|---|---|
| Type | Description |
string |
|