- 3.10.0 (latest)
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public class JobService.JobServiceClient : ClientBase<JobService.JobServiceClient>
Reference documentation and code samples for the Cloud AI Platform v1 API class JobService.JobServiceClient.
Client for JobService
Inheritance
object > ClientBase > ClientBaseJobServiceJobServiceClient > JobService.JobServiceClientNamespace
GoogleCloudGoogle.Cloud.AIPlatformV1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
JobServiceClient()
protected JobServiceClient()
Protected parameterless constructor to allow creation of test doubles.
JobServiceClient(CallInvoker)
public JobServiceClient(CallInvoker callInvoker)
Creates a new client for JobService that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker | CallInvoker The callInvoker to use to make remote calls. |
JobServiceClient(ChannelBase)
public JobServiceClient(ChannelBase channel)
Creates a new client for JobService
Parameter | |
---|---|
Name | Description |
channel | ChannelBase The channel to use to make remote calls. |
JobServiceClient(ClientBaseConfiguration)
protected JobServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration | ClientBaseClientBaseConfiguration The client configuration. |
Methods
CancelBatchPredictionJob(CancelBatchPredictionJobRequest, CallOptions)
public virtual Empty CancelBatchPredictionJob(CancelBatchPredictionJobRequest request, CallOptions options)
Cancels a BatchPredictionJob.
Starts asynchronous cancellation on the BatchPredictionJob. The server
makes the best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetBatchPredictionJob][google.cloud.aiplatform.v1.JobService.GetBatchPredictionJob]
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On a successful cancellation,
the BatchPredictionJob is not deleted;instead its
[BatchPredictionJob.state][google.cloud.aiplatform.v1.BatchPredictionJob.state]
is set to CANCELLED
. Any files already outputted by the job are not
deleted.
Parameters | |
---|---|
Name | Description |
request | CancelBatchPredictionJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
CancelBatchPredictionJob(CancelBatchPredictionJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty CancelBatchPredictionJob(CancelBatchPredictionJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Cancels a BatchPredictionJob.
Starts asynchronous cancellation on the BatchPredictionJob. The server
makes the best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetBatchPredictionJob][google.cloud.aiplatform.v1.JobService.GetBatchPredictionJob]
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On a successful cancellation,
the BatchPredictionJob is not deleted;instead its
[BatchPredictionJob.state][google.cloud.aiplatform.v1.BatchPredictionJob.state]
is set to CANCELLED
. Any files already outputted by the job are not
deleted.
Parameters | |
---|---|
Name | Description |
request | CancelBatchPredictionJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
CancelBatchPredictionJobAsync(CancelBatchPredictionJobRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> CancelBatchPredictionJobAsync(CancelBatchPredictionJobRequest request, CallOptions options)
Cancels a BatchPredictionJob.
Starts asynchronous cancellation on the BatchPredictionJob. The server
makes the best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetBatchPredictionJob][google.cloud.aiplatform.v1.JobService.GetBatchPredictionJob]
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On a successful cancellation,
the BatchPredictionJob is not deleted;instead its
[BatchPredictionJob.state][google.cloud.aiplatform.v1.BatchPredictionJob.state]
is set to CANCELLED
. Any files already outputted by the job are not
deleted.
Parameters | |
---|---|
Name | Description |
request | CancelBatchPredictionJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
CancelBatchPredictionJobAsync(CancelBatchPredictionJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> CancelBatchPredictionJobAsync(CancelBatchPredictionJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Cancels a BatchPredictionJob.
Starts asynchronous cancellation on the BatchPredictionJob. The server
makes the best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetBatchPredictionJob][google.cloud.aiplatform.v1.JobService.GetBatchPredictionJob]
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On a successful cancellation,
the BatchPredictionJob is not deleted;instead its
[BatchPredictionJob.state][google.cloud.aiplatform.v1.BatchPredictionJob.state]
is set to CANCELLED
. Any files already outputted by the job are not
deleted.
Parameters | |
---|---|
Name | Description |
request | CancelBatchPredictionJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
CancelCustomJob(CancelCustomJobRequest, CallOptions)
public virtual Empty CancelCustomJob(CancelCustomJobRequest request, CallOptions options)
Cancels a CustomJob.
Starts asynchronous cancellation on the CustomJob. The server
makes a best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetCustomJob][google.cloud.aiplatform.v1.JobService.GetCustomJob]
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On successful cancellation,
the CustomJob is not deleted; instead it becomes a job with
a [CustomJob.error][google.cloud.aiplatform.v1.CustomJob.error] value with
a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
Code.CANCELLED
, and
[CustomJob.state][google.cloud.aiplatform.v1.CustomJob.state] is set to
CANCELLED
.
Parameters | |
---|---|
Name | Description |
request | CancelCustomJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
CancelCustomJob(CancelCustomJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty CancelCustomJob(CancelCustomJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Cancels a CustomJob.
Starts asynchronous cancellation on the CustomJob. The server
makes a best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetCustomJob][google.cloud.aiplatform.v1.JobService.GetCustomJob]
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On successful cancellation,
the CustomJob is not deleted; instead it becomes a job with
a [CustomJob.error][google.cloud.aiplatform.v1.CustomJob.error] value with
a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
Code.CANCELLED
, and
[CustomJob.state][google.cloud.aiplatform.v1.CustomJob.state] is set to
CANCELLED
.
Parameters | |
---|---|
Name | Description |
request | CancelCustomJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
CancelCustomJobAsync(CancelCustomJobRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> CancelCustomJobAsync(CancelCustomJobRequest request, CallOptions options)
Cancels a CustomJob.
Starts asynchronous cancellation on the CustomJob. The server
makes a best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetCustomJob][google.cloud.aiplatform.v1.JobService.GetCustomJob]
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On successful cancellation,
the CustomJob is not deleted; instead it becomes a job with
a [CustomJob.error][google.cloud.aiplatform.v1.CustomJob.error] value with
a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
Code.CANCELLED
, and
[CustomJob.state][google.cloud.aiplatform.v1.CustomJob.state] is set to
CANCELLED
.
Parameters | |
---|---|
Name | Description |
request | CancelCustomJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
CancelCustomJobAsync(CancelCustomJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> CancelCustomJobAsync(CancelCustomJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Cancels a CustomJob.
Starts asynchronous cancellation on the CustomJob. The server
makes a best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetCustomJob][google.cloud.aiplatform.v1.JobService.GetCustomJob]
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On successful cancellation,
the CustomJob is not deleted; instead it becomes a job with
a [CustomJob.error][google.cloud.aiplatform.v1.CustomJob.error] value with
a [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
Code.CANCELLED
, and
[CustomJob.state][google.cloud.aiplatform.v1.CustomJob.state] is set to
CANCELLED
.
Parameters | |
---|---|
Name | Description |
request | CancelCustomJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
CancelDataLabelingJob(CancelDataLabelingJobRequest, CallOptions)
public virtual Empty CancelDataLabelingJob(CancelDataLabelingJobRequest request, CallOptions options)
Cancels a DataLabelingJob. Success of cancellation is not guaranteed.
Parameters | |
---|---|
Name | Description |
request | CancelDataLabelingJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
CancelDataLabelingJob(CancelDataLabelingJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty CancelDataLabelingJob(CancelDataLabelingJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Cancels a DataLabelingJob. Success of cancellation is not guaranteed.
Parameters | |
---|---|
Name | Description |
request | CancelDataLabelingJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
CancelDataLabelingJobAsync(CancelDataLabelingJobRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> CancelDataLabelingJobAsync(CancelDataLabelingJobRequest request, CallOptions options)
Cancels a DataLabelingJob. Success of cancellation is not guaranteed.
Parameters | |
---|---|
Name | Description |
request | CancelDataLabelingJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
CancelDataLabelingJobAsync(CancelDataLabelingJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> CancelDataLabelingJobAsync(CancelDataLabelingJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Cancels a DataLabelingJob. Success of cancellation is not guaranteed.
Parameters | |
---|---|
Name | Description |
request | CancelDataLabelingJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
CancelHyperparameterTuningJob(CancelHyperparameterTuningJobRequest, CallOptions)
public virtual Empty CancelHyperparameterTuningJob(CancelHyperparameterTuningJobRequest request, CallOptions options)
Cancels a HyperparameterTuningJob.
Starts asynchronous cancellation on the HyperparameterTuningJob. The server
makes a best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetHyperparameterTuningJob][google.cloud.aiplatform.v1.JobService.GetHyperparameterTuningJob]
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On successful cancellation,
the HyperparameterTuningJob is not deleted; instead it becomes a job with
a
[HyperparameterTuningJob.error][google.cloud.aiplatform.v1.HyperparameterTuningJob.error]
value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
corresponding to Code.CANCELLED
, and
[HyperparameterTuningJob.state][google.cloud.aiplatform.v1.HyperparameterTuningJob.state]
is set to CANCELLED
.
Parameters | |
---|---|
Name | Description |
request | CancelHyperparameterTuningJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
CancelHyperparameterTuningJob(CancelHyperparameterTuningJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty CancelHyperparameterTuningJob(CancelHyperparameterTuningJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Cancels a HyperparameterTuningJob.
Starts asynchronous cancellation on the HyperparameterTuningJob. The server
makes a best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetHyperparameterTuningJob][google.cloud.aiplatform.v1.JobService.GetHyperparameterTuningJob]
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On successful cancellation,
the HyperparameterTuningJob is not deleted; instead it becomes a job with
a
[HyperparameterTuningJob.error][google.cloud.aiplatform.v1.HyperparameterTuningJob.error]
value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
corresponding to Code.CANCELLED
, and
[HyperparameterTuningJob.state][google.cloud.aiplatform.v1.HyperparameterTuningJob.state]
is set to CANCELLED
.
Parameters | |
---|---|
Name | Description |
request | CancelHyperparameterTuningJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
CancelHyperparameterTuningJobAsync(CancelHyperparameterTuningJobRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> CancelHyperparameterTuningJobAsync(CancelHyperparameterTuningJobRequest request, CallOptions options)
Cancels a HyperparameterTuningJob.
Starts asynchronous cancellation on the HyperparameterTuningJob. The server
makes a best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetHyperparameterTuningJob][google.cloud.aiplatform.v1.JobService.GetHyperparameterTuningJob]
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On successful cancellation,
the HyperparameterTuningJob is not deleted; instead it becomes a job with
a
[HyperparameterTuningJob.error][google.cloud.aiplatform.v1.HyperparameterTuningJob.error]
value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
corresponding to Code.CANCELLED
, and
[HyperparameterTuningJob.state][google.cloud.aiplatform.v1.HyperparameterTuningJob.state]
is set to CANCELLED
.
Parameters | |
---|---|
Name | Description |
request | CancelHyperparameterTuningJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
CancelHyperparameterTuningJobAsync(CancelHyperparameterTuningJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> CancelHyperparameterTuningJobAsync(CancelHyperparameterTuningJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Cancels a HyperparameterTuningJob.
Starts asynchronous cancellation on the HyperparameterTuningJob. The server
makes a best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetHyperparameterTuningJob][google.cloud.aiplatform.v1.JobService.GetHyperparameterTuningJob]
or other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On successful cancellation,
the HyperparameterTuningJob is not deleted; instead it becomes a job with
a
[HyperparameterTuningJob.error][google.cloud.aiplatform.v1.HyperparameterTuningJob.error]
value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
corresponding to Code.CANCELLED
, and
[HyperparameterTuningJob.state][google.cloud.aiplatform.v1.HyperparameterTuningJob.state]
is set to CANCELLED
.
Parameters | |
---|---|
Name | Description |
request | CancelHyperparameterTuningJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
CancelNasJob(CancelNasJobRequest, CallOptions)
public virtual Empty CancelNasJob(CancelNasJobRequest request, CallOptions options)
Cancels a NasJob.
Starts asynchronous cancellation on the NasJob. The server
makes a best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetNasJob][google.cloud.aiplatform.v1.JobService.GetNasJob] or
other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On successful cancellation,
the NasJob is not deleted; instead it becomes a job with
a [NasJob.error][google.cloud.aiplatform.v1.NasJob.error] value with a
[google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
Code.CANCELLED
, and
[NasJob.state][google.cloud.aiplatform.v1.NasJob.state] is set to
CANCELLED
.
Parameters | |
---|---|
Name | Description |
request | CancelNasJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
CancelNasJob(CancelNasJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty CancelNasJob(CancelNasJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Cancels a NasJob.
Starts asynchronous cancellation on the NasJob. The server
makes a best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetNasJob][google.cloud.aiplatform.v1.JobService.GetNasJob] or
other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On successful cancellation,
the NasJob is not deleted; instead it becomes a job with
a [NasJob.error][google.cloud.aiplatform.v1.NasJob.error] value with a
[google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
Code.CANCELLED
, and
[NasJob.state][google.cloud.aiplatform.v1.NasJob.state] is set to
CANCELLED
.
Parameters | |
---|---|
Name | Description |
request | CancelNasJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
CancelNasJobAsync(CancelNasJobRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> CancelNasJobAsync(CancelNasJobRequest request, CallOptions options)
Cancels a NasJob.
Starts asynchronous cancellation on the NasJob. The server
makes a best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetNasJob][google.cloud.aiplatform.v1.JobService.GetNasJob] or
other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On successful cancellation,
the NasJob is not deleted; instead it becomes a job with
a [NasJob.error][google.cloud.aiplatform.v1.NasJob.error] value with a
[google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
Code.CANCELLED
, and
[NasJob.state][google.cloud.aiplatform.v1.NasJob.state] is set to
CANCELLED
.
Parameters | |
---|---|
Name | Description |
request | CancelNasJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
CancelNasJobAsync(CancelNasJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> CancelNasJobAsync(CancelNasJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Cancels a NasJob.
Starts asynchronous cancellation on the NasJob. The server
makes a best effort to cancel the job, but success is not
guaranteed. Clients can use
[JobService.GetNasJob][google.cloud.aiplatform.v1.JobService.GetNasJob] or
other methods to check whether the cancellation succeeded or whether the
job completed despite cancellation. On successful cancellation,
the NasJob is not deleted; instead it becomes a job with
a [NasJob.error][google.cloud.aiplatform.v1.NasJob.error] value with a
[google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
Code.CANCELLED
, and
[NasJob.state][google.cloud.aiplatform.v1.NasJob.state] is set to
CANCELLED
.
Parameters | |
---|---|
Name | Description |
request | CancelNasJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
CreateBatchPredictionJob(CreateBatchPredictionJobRequest, CallOptions)
public virtual BatchPredictionJob CreateBatchPredictionJob(CreateBatchPredictionJobRequest request, CallOptions options)
Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.
Parameters | |
---|---|
Name | Description |
request | CreateBatchPredictionJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
BatchPredictionJob | The response received from the server. |
CreateBatchPredictionJob(CreateBatchPredictionJobRequest, Metadata, DateTime?, CancellationToken)
public virtual BatchPredictionJob CreateBatchPredictionJob(CreateBatchPredictionJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.
Parameters | |
---|---|
Name | Description |
request | CreateBatchPredictionJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
BatchPredictionJob | The response received from the server. |
CreateBatchPredictionJobAsync(CreateBatchPredictionJobRequest, CallOptions)
public virtual AsyncUnaryCall<BatchPredictionJob> CreateBatchPredictionJobAsync(CreateBatchPredictionJobRequest request, CallOptions options)
Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.
Parameters | |
---|---|
Name | Description |
request | CreateBatchPredictionJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallBatchPredictionJob | The call object. |
CreateBatchPredictionJobAsync(CreateBatchPredictionJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<BatchPredictionJob> CreateBatchPredictionJobAsync(CreateBatchPredictionJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a BatchPredictionJob. A BatchPredictionJob once created will right away be attempted to start.
Parameters | |
---|---|
Name | Description |
request | CreateBatchPredictionJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallBatchPredictionJob | The call object. |
CreateCustomJob(CreateCustomJobRequest, CallOptions)
public virtual CustomJob CreateCustomJob(CreateCustomJobRequest request, CallOptions options)
Creates a CustomJob. A created CustomJob right away will be attempted to be run.
Parameters | |
---|---|
Name | Description |
request | CreateCustomJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
CustomJob | The response received from the server. |
CreateCustomJob(CreateCustomJobRequest, Metadata, DateTime?, CancellationToken)
public virtual CustomJob CreateCustomJob(CreateCustomJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a CustomJob. A created CustomJob right away will be attempted to be run.
Parameters | |
---|---|
Name | Description |
request | CreateCustomJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
CustomJob | The response received from the server. |
CreateCustomJobAsync(CreateCustomJobRequest, CallOptions)
public virtual AsyncUnaryCall<CustomJob> CreateCustomJobAsync(CreateCustomJobRequest request, CallOptions options)
Creates a CustomJob. A created CustomJob right away will be attempted to be run.
Parameters | |
---|---|
Name | Description |
request | CreateCustomJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallCustomJob | The call object. |
CreateCustomJobAsync(CreateCustomJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<CustomJob> CreateCustomJobAsync(CreateCustomJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a CustomJob. A created CustomJob right away will be attempted to be run.
Parameters | |
---|---|
Name | Description |
request | CreateCustomJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallCustomJob | The call object. |
CreateDataLabelingJob(CreateDataLabelingJobRequest, CallOptions)
public virtual DataLabelingJob CreateDataLabelingJob(CreateDataLabelingJobRequest request, CallOptions options)
Creates a DataLabelingJob.
Parameters | |
---|---|
Name | Description |
request | CreateDataLabelingJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
DataLabelingJob | The response received from the server. |
CreateDataLabelingJob(CreateDataLabelingJobRequest, Metadata, DateTime?, CancellationToken)
public virtual DataLabelingJob CreateDataLabelingJob(CreateDataLabelingJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a DataLabelingJob.
Parameters | |
---|---|
Name | Description |
request | CreateDataLabelingJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
DataLabelingJob | The response received from the server. |
CreateDataLabelingJobAsync(CreateDataLabelingJobRequest, CallOptions)
public virtual AsyncUnaryCall<DataLabelingJob> CreateDataLabelingJobAsync(CreateDataLabelingJobRequest request, CallOptions options)
Creates a DataLabelingJob.
Parameters | |
---|---|
Name | Description |
request | CreateDataLabelingJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallDataLabelingJob | The call object. |
CreateDataLabelingJobAsync(CreateDataLabelingJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<DataLabelingJob> CreateDataLabelingJobAsync(CreateDataLabelingJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a DataLabelingJob.
Parameters | |
---|---|
Name | Description |
request | CreateDataLabelingJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallDataLabelingJob | The call object. |
CreateHyperparameterTuningJob(CreateHyperparameterTuningJobRequest, CallOptions)
public virtual HyperparameterTuningJob CreateHyperparameterTuningJob(CreateHyperparameterTuningJobRequest request, CallOptions options)
Creates a HyperparameterTuningJob
Parameters | |
---|---|
Name | Description |
request | CreateHyperparameterTuningJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
HyperparameterTuningJob | The response received from the server. |
CreateHyperparameterTuningJob(CreateHyperparameterTuningJobRequest, Metadata, DateTime?, CancellationToken)
public virtual HyperparameterTuningJob CreateHyperparameterTuningJob(CreateHyperparameterTuningJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a HyperparameterTuningJob
Parameters | |
---|---|
Name | Description |
request | CreateHyperparameterTuningJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
HyperparameterTuningJob | The response received from the server. |
CreateHyperparameterTuningJobAsync(CreateHyperparameterTuningJobRequest, CallOptions)
public virtual AsyncUnaryCall<HyperparameterTuningJob> CreateHyperparameterTuningJobAsync(CreateHyperparameterTuningJobRequest request, CallOptions options)
Creates a HyperparameterTuningJob
Parameters | |
---|---|
Name | Description |
request | CreateHyperparameterTuningJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallHyperparameterTuningJob | The call object. |
CreateHyperparameterTuningJobAsync(CreateHyperparameterTuningJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<HyperparameterTuningJob> CreateHyperparameterTuningJobAsync(CreateHyperparameterTuningJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a HyperparameterTuningJob
Parameters | |
---|---|
Name | Description |
request | CreateHyperparameterTuningJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallHyperparameterTuningJob | The call object. |
CreateIAMPolicyClient()
public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()
Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.
Returns | |
---|---|
Type | Description |
IAMPolicyIAMPolicyClient | A new IAMPolicy.IAMPolicyClient for the same target as this client. |
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()
Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
Returns | |
---|---|
Type | Description |
LocationsLocationsClient | A new Locations.LocationsClient for the same target as this client. |
CreateModelDeploymentMonitoringJob(CreateModelDeploymentMonitoringJobRequest, CallOptions)
public virtual ModelDeploymentMonitoringJob CreateModelDeploymentMonitoringJob(CreateModelDeploymentMonitoringJobRequest request, CallOptions options)
Creates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval.
Parameters | |
---|---|
Name | Description |
request | CreateModelDeploymentMonitoringJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ModelDeploymentMonitoringJob | The response received from the server. |
CreateModelDeploymentMonitoringJob(CreateModelDeploymentMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual ModelDeploymentMonitoringJob CreateModelDeploymentMonitoringJob(CreateModelDeploymentMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval.
Parameters | |
---|---|
Name | Description |
request | CreateModelDeploymentMonitoringJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ModelDeploymentMonitoringJob | The response received from the server. |
CreateModelDeploymentMonitoringJobAsync(CreateModelDeploymentMonitoringJobRequest, CallOptions)
public virtual AsyncUnaryCall<ModelDeploymentMonitoringJob> CreateModelDeploymentMonitoringJobAsync(CreateModelDeploymentMonitoringJobRequest request, CallOptions options)
Creates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval.
Parameters | |
---|---|
Name | Description |
request | CreateModelDeploymentMonitoringJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallModelDeploymentMonitoringJob | The call object. |
CreateModelDeploymentMonitoringJobAsync(CreateModelDeploymentMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ModelDeploymentMonitoringJob> CreateModelDeploymentMonitoringJobAsync(CreateModelDeploymentMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a ModelDeploymentMonitoringJob. It will run periodically on a configured interval.
Parameters | |
---|---|
Name | Description |
request | CreateModelDeploymentMonitoringJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallModelDeploymentMonitoringJob | The call object. |
CreateNasJob(CreateNasJobRequest, CallOptions)
public virtual NasJob CreateNasJob(CreateNasJobRequest request, CallOptions options)
Creates a NasJob
Parameters | |
---|---|
Name | Description |
request | CreateNasJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
NasJob | The response received from the server. |
CreateNasJob(CreateNasJobRequest, Metadata, DateTime?, CancellationToken)
public virtual NasJob CreateNasJob(CreateNasJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a NasJob
Parameters | |
---|---|
Name | Description |
request | CreateNasJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
NasJob | The response received from the server. |
CreateNasJobAsync(CreateNasJobRequest, CallOptions)
public virtual AsyncUnaryCall<NasJob> CreateNasJobAsync(CreateNasJobRequest request, CallOptions options)
Creates a NasJob
Parameters | |
---|---|
Name | Description |
request | CreateNasJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallNasJob | The call object. |
CreateNasJobAsync(CreateNasJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NasJob> CreateNasJobAsync(CreateNasJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a NasJob
Parameters | |
---|---|
Name | Description |
request | CreateNasJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallNasJob | The call object. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()
Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
Returns | |
---|---|
Type | Description |
OperationsOperationsClient | A new Operations client for the same target as this client. |
DeleteBatchPredictionJob(DeleteBatchPredictionJobRequest, CallOptions)
public virtual Operation DeleteBatchPredictionJob(DeleteBatchPredictionJobRequest request, CallOptions options)
Deletes a BatchPredictionJob. Can only be called on jobs that already finished.
Parameters | |
---|---|
Name | Description |
request | DeleteBatchPredictionJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteBatchPredictionJob(DeleteBatchPredictionJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteBatchPredictionJob(DeleteBatchPredictionJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a BatchPredictionJob. Can only be called on jobs that already finished.
Parameters | |
---|---|
Name | Description |
request | DeleteBatchPredictionJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteBatchPredictionJobAsync(DeleteBatchPredictionJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteBatchPredictionJobAsync(DeleteBatchPredictionJobRequest request, CallOptions options)
Deletes a BatchPredictionJob. Can only be called on jobs that already finished.
Parameters | |
---|---|
Name | Description |
request | DeleteBatchPredictionJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteBatchPredictionJobAsync(DeleteBatchPredictionJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteBatchPredictionJobAsync(DeleteBatchPredictionJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a BatchPredictionJob. Can only be called on jobs that already finished.
Parameters | |
---|---|
Name | Description |
request | DeleteBatchPredictionJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteCustomJob(DeleteCustomJobRequest, CallOptions)
public virtual Operation DeleteCustomJob(DeleteCustomJobRequest request, CallOptions options)
Deletes a CustomJob.
Parameters | |
---|---|
Name | Description |
request | DeleteCustomJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteCustomJob(DeleteCustomJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteCustomJob(DeleteCustomJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a CustomJob.
Parameters | |
---|---|
Name | Description |
request | DeleteCustomJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteCustomJobAsync(DeleteCustomJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteCustomJobAsync(DeleteCustomJobRequest request, CallOptions options)
Deletes a CustomJob.
Parameters | |
---|---|
Name | Description |
request | DeleteCustomJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteCustomJobAsync(DeleteCustomJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteCustomJobAsync(DeleteCustomJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a CustomJob.
Parameters | |
---|---|
Name | Description |
request | DeleteCustomJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteDataLabelingJob(DeleteDataLabelingJobRequest, CallOptions)
public virtual Operation DeleteDataLabelingJob(DeleteDataLabelingJobRequest request, CallOptions options)
Deletes a DataLabelingJob.
Parameters | |
---|---|
Name | Description |
request | DeleteDataLabelingJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteDataLabelingJob(DeleteDataLabelingJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteDataLabelingJob(DeleteDataLabelingJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a DataLabelingJob.
Parameters | |
---|---|
Name | Description |
request | DeleteDataLabelingJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteDataLabelingJobAsync(DeleteDataLabelingJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteDataLabelingJobAsync(DeleteDataLabelingJobRequest request, CallOptions options)
Deletes a DataLabelingJob.
Parameters | |
---|---|
Name | Description |
request | DeleteDataLabelingJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteDataLabelingJobAsync(DeleteDataLabelingJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteDataLabelingJobAsync(DeleteDataLabelingJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a DataLabelingJob.
Parameters | |
---|---|
Name | Description |
request | DeleteDataLabelingJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteHyperparameterTuningJob(DeleteHyperparameterTuningJobRequest, CallOptions)
public virtual Operation DeleteHyperparameterTuningJob(DeleteHyperparameterTuningJobRequest request, CallOptions options)
Deletes a HyperparameterTuningJob.
Parameters | |
---|---|
Name | Description |
request | DeleteHyperparameterTuningJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteHyperparameterTuningJob(DeleteHyperparameterTuningJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteHyperparameterTuningJob(DeleteHyperparameterTuningJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a HyperparameterTuningJob.
Parameters | |
---|---|
Name | Description |
request | DeleteHyperparameterTuningJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteHyperparameterTuningJobAsync(DeleteHyperparameterTuningJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteHyperparameterTuningJobAsync(DeleteHyperparameterTuningJobRequest request, CallOptions options)
Deletes a HyperparameterTuningJob.
Parameters | |
---|---|
Name | Description |
request | DeleteHyperparameterTuningJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteHyperparameterTuningJobAsync(DeleteHyperparameterTuningJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteHyperparameterTuningJobAsync(DeleteHyperparameterTuningJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a HyperparameterTuningJob.
Parameters | |
---|---|
Name | Description |
request | DeleteHyperparameterTuningJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteModelDeploymentMonitoringJob(DeleteModelDeploymentMonitoringJobRequest, CallOptions)
public virtual Operation DeleteModelDeploymentMonitoringJob(DeleteModelDeploymentMonitoringJobRequest request, CallOptions options)
Deletes a ModelDeploymentMonitoringJob.
Parameters | |
---|---|
Name | Description |
request | DeleteModelDeploymentMonitoringJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteModelDeploymentMonitoringJob(DeleteModelDeploymentMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteModelDeploymentMonitoringJob(DeleteModelDeploymentMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a ModelDeploymentMonitoringJob.
Parameters | |
---|---|
Name | Description |
request | DeleteModelDeploymentMonitoringJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteModelDeploymentMonitoringJobAsync(DeleteModelDeploymentMonitoringJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteModelDeploymentMonitoringJobAsync(DeleteModelDeploymentMonitoringJobRequest request, CallOptions options)
Deletes a ModelDeploymentMonitoringJob.
Parameters | |
---|---|
Name | Description |
request | DeleteModelDeploymentMonitoringJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteModelDeploymentMonitoringJobAsync(DeleteModelDeploymentMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteModelDeploymentMonitoringJobAsync(DeleteModelDeploymentMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a ModelDeploymentMonitoringJob.
Parameters | |
---|---|
Name | Description |
request | DeleteModelDeploymentMonitoringJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteNasJob(DeleteNasJobRequest, CallOptions)
public virtual Operation DeleteNasJob(DeleteNasJobRequest request, CallOptions options)
Deletes a NasJob.
Parameters | |
---|---|
Name | Description |
request | DeleteNasJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteNasJob(DeleteNasJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteNasJob(DeleteNasJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a NasJob.
Parameters | |
---|---|
Name | Description |
request | DeleteNasJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
DeleteNasJobAsync(DeleteNasJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteNasJobAsync(DeleteNasJobRequest request, CallOptions options)
Deletes a NasJob.
Parameters | |
---|---|
Name | Description |
request | DeleteNasJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
DeleteNasJobAsync(DeleteNasJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteNasJobAsync(DeleteNasJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a NasJob.
Parameters | |
---|---|
Name | Description |
request | DeleteNasJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
GetBatchPredictionJob(GetBatchPredictionJobRequest, CallOptions)
public virtual BatchPredictionJob GetBatchPredictionJob(GetBatchPredictionJobRequest request, CallOptions options)
Gets a BatchPredictionJob
Parameters | |
---|---|
Name | Description |
request | GetBatchPredictionJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
BatchPredictionJob | The response received from the server. |
GetBatchPredictionJob(GetBatchPredictionJobRequest, Metadata, DateTime?, CancellationToken)
public virtual BatchPredictionJob GetBatchPredictionJob(GetBatchPredictionJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a BatchPredictionJob
Parameters | |
---|---|
Name | Description |
request | GetBatchPredictionJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
BatchPredictionJob | The response received from the server. |
GetBatchPredictionJobAsync(GetBatchPredictionJobRequest, CallOptions)
public virtual AsyncUnaryCall<BatchPredictionJob> GetBatchPredictionJobAsync(GetBatchPredictionJobRequest request, CallOptions options)
Gets a BatchPredictionJob
Parameters | |
---|---|
Name | Description |
request | GetBatchPredictionJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallBatchPredictionJob | The call object. |
GetBatchPredictionJobAsync(GetBatchPredictionJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<BatchPredictionJob> GetBatchPredictionJobAsync(GetBatchPredictionJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a BatchPredictionJob
Parameters | |
---|---|
Name | Description |
request | GetBatchPredictionJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallBatchPredictionJob | The call object. |
GetCustomJob(GetCustomJobRequest, CallOptions)
public virtual CustomJob GetCustomJob(GetCustomJobRequest request, CallOptions options)
Gets a CustomJob.
Parameters | |
---|---|
Name | Description |
request | GetCustomJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
CustomJob | The response received from the server. |
GetCustomJob(GetCustomJobRequest, Metadata, DateTime?, CancellationToken)
public virtual CustomJob GetCustomJob(GetCustomJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a CustomJob.
Parameters | |
---|---|
Name | Description |
request | GetCustomJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
CustomJob | The response received from the server. |
GetCustomJobAsync(GetCustomJobRequest, CallOptions)
public virtual AsyncUnaryCall<CustomJob> GetCustomJobAsync(GetCustomJobRequest request, CallOptions options)
Gets a CustomJob.
Parameters | |
---|---|
Name | Description |
request | GetCustomJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallCustomJob | The call object. |
GetCustomJobAsync(GetCustomJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<CustomJob> GetCustomJobAsync(GetCustomJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a CustomJob.
Parameters | |
---|---|
Name | Description |
request | GetCustomJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallCustomJob | The call object. |
GetDataLabelingJob(GetDataLabelingJobRequest, CallOptions)
public virtual DataLabelingJob GetDataLabelingJob(GetDataLabelingJobRequest request, CallOptions options)
Gets a DataLabelingJob.
Parameters | |
---|---|
Name | Description |
request | GetDataLabelingJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
DataLabelingJob | The response received from the server. |
GetDataLabelingJob(GetDataLabelingJobRequest, Metadata, DateTime?, CancellationToken)
public virtual DataLabelingJob GetDataLabelingJob(GetDataLabelingJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a DataLabelingJob.
Parameters | |
---|---|
Name | Description |
request | GetDataLabelingJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
DataLabelingJob | The response received from the server. |
GetDataLabelingJobAsync(GetDataLabelingJobRequest, CallOptions)
public virtual AsyncUnaryCall<DataLabelingJob> GetDataLabelingJobAsync(GetDataLabelingJobRequest request, CallOptions options)
Gets a DataLabelingJob.
Parameters | |
---|---|
Name | Description |
request | GetDataLabelingJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallDataLabelingJob | The call object. |
GetDataLabelingJobAsync(GetDataLabelingJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<DataLabelingJob> GetDataLabelingJobAsync(GetDataLabelingJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a DataLabelingJob.
Parameters | |
---|---|
Name | Description |
request | GetDataLabelingJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallDataLabelingJob | The call object. |
GetHyperparameterTuningJob(GetHyperparameterTuningJobRequest, CallOptions)
public virtual HyperparameterTuningJob GetHyperparameterTuningJob(GetHyperparameterTuningJobRequest request, CallOptions options)
Gets a HyperparameterTuningJob
Parameters | |
---|---|
Name | Description |
request | GetHyperparameterTuningJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
HyperparameterTuningJob | The response received from the server. |
GetHyperparameterTuningJob(GetHyperparameterTuningJobRequest, Metadata, DateTime?, CancellationToken)
public virtual HyperparameterTuningJob GetHyperparameterTuningJob(GetHyperparameterTuningJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a HyperparameterTuningJob
Parameters | |
---|---|
Name | Description |
request | GetHyperparameterTuningJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
HyperparameterTuningJob | The response received from the server. |
GetHyperparameterTuningJobAsync(GetHyperparameterTuningJobRequest, CallOptions)
public virtual AsyncUnaryCall<HyperparameterTuningJob> GetHyperparameterTuningJobAsync(GetHyperparameterTuningJobRequest request, CallOptions options)
Gets a HyperparameterTuningJob
Parameters | |
---|---|
Name | Description |
request | GetHyperparameterTuningJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallHyperparameterTuningJob | The call object. |
GetHyperparameterTuningJobAsync(GetHyperparameterTuningJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<HyperparameterTuningJob> GetHyperparameterTuningJobAsync(GetHyperparameterTuningJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a HyperparameterTuningJob
Parameters | |
---|---|
Name | Description |
request | GetHyperparameterTuningJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallHyperparameterTuningJob | The call object. |
GetModelDeploymentMonitoringJob(GetModelDeploymentMonitoringJobRequest, CallOptions)
public virtual ModelDeploymentMonitoringJob GetModelDeploymentMonitoringJob(GetModelDeploymentMonitoringJobRequest request, CallOptions options)
Gets a ModelDeploymentMonitoringJob.
Parameters | |
---|---|
Name | Description |
request | GetModelDeploymentMonitoringJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ModelDeploymentMonitoringJob | The response received from the server. |
GetModelDeploymentMonitoringJob(GetModelDeploymentMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual ModelDeploymentMonitoringJob GetModelDeploymentMonitoringJob(GetModelDeploymentMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a ModelDeploymentMonitoringJob.
Parameters | |
---|---|
Name | Description |
request | GetModelDeploymentMonitoringJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ModelDeploymentMonitoringJob | The response received from the server. |
GetModelDeploymentMonitoringJobAsync(GetModelDeploymentMonitoringJobRequest, CallOptions)
public virtual AsyncUnaryCall<ModelDeploymentMonitoringJob> GetModelDeploymentMonitoringJobAsync(GetModelDeploymentMonitoringJobRequest request, CallOptions options)
Gets a ModelDeploymentMonitoringJob.
Parameters | |
---|---|
Name | Description |
request | GetModelDeploymentMonitoringJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallModelDeploymentMonitoringJob | The call object. |
GetModelDeploymentMonitoringJobAsync(GetModelDeploymentMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ModelDeploymentMonitoringJob> GetModelDeploymentMonitoringJobAsync(GetModelDeploymentMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a ModelDeploymentMonitoringJob.
Parameters | |
---|---|
Name | Description |
request | GetModelDeploymentMonitoringJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallModelDeploymentMonitoringJob | The call object. |
GetNasJob(GetNasJobRequest, CallOptions)
public virtual NasJob GetNasJob(GetNasJobRequest request, CallOptions options)
Gets a NasJob
Parameters | |
---|---|
Name | Description |
request | GetNasJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
NasJob | The response received from the server. |
GetNasJob(GetNasJobRequest, Metadata, DateTime?, CancellationToken)
public virtual NasJob GetNasJob(GetNasJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a NasJob
Parameters | |
---|---|
Name | Description |
request | GetNasJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
NasJob | The response received from the server. |
GetNasJobAsync(GetNasJobRequest, CallOptions)
public virtual AsyncUnaryCall<NasJob> GetNasJobAsync(GetNasJobRequest request, CallOptions options)
Gets a NasJob
Parameters | |
---|---|
Name | Description |
request | GetNasJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallNasJob | The call object. |
GetNasJobAsync(GetNasJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NasJob> GetNasJobAsync(GetNasJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a NasJob
Parameters | |
---|---|
Name | Description |
request | GetNasJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallNasJob | The call object. |
GetNasTrialDetail(GetNasTrialDetailRequest, CallOptions)
public virtual NasTrialDetail GetNasTrialDetail(GetNasTrialDetailRequest request, CallOptions options)
Gets a NasTrialDetail.
Parameters | |
---|---|
Name | Description |
request | GetNasTrialDetailRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
NasTrialDetail | The response received from the server. |
GetNasTrialDetail(GetNasTrialDetailRequest, Metadata, DateTime?, CancellationToken)
public virtual NasTrialDetail GetNasTrialDetail(GetNasTrialDetailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a NasTrialDetail.
Parameters | |
---|---|
Name | Description |
request | GetNasTrialDetailRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
NasTrialDetail | The response received from the server. |
GetNasTrialDetailAsync(GetNasTrialDetailRequest, CallOptions)
public virtual AsyncUnaryCall<NasTrialDetail> GetNasTrialDetailAsync(GetNasTrialDetailRequest request, CallOptions options)
Gets a NasTrialDetail.
Parameters | |
---|---|
Name | Description |
request | GetNasTrialDetailRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallNasTrialDetail | The call object. |
GetNasTrialDetailAsync(GetNasTrialDetailRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<NasTrialDetail> GetNasTrialDetailAsync(GetNasTrialDetailRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets a NasTrialDetail.
Parameters | |
---|---|
Name | Description |
request | GetNasTrialDetailRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallNasTrialDetail | The call object. |
ListBatchPredictionJobs(ListBatchPredictionJobsRequest, CallOptions)
public virtual ListBatchPredictionJobsResponse ListBatchPredictionJobs(ListBatchPredictionJobsRequest request, CallOptions options)
Lists BatchPredictionJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListBatchPredictionJobsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListBatchPredictionJobsResponse | The response received from the server. |
ListBatchPredictionJobs(ListBatchPredictionJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListBatchPredictionJobsResponse ListBatchPredictionJobs(ListBatchPredictionJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists BatchPredictionJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListBatchPredictionJobsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListBatchPredictionJobsResponse | The response received from the server. |
ListBatchPredictionJobsAsync(ListBatchPredictionJobsRequest, CallOptions)
public virtual AsyncUnaryCall<ListBatchPredictionJobsResponse> ListBatchPredictionJobsAsync(ListBatchPredictionJobsRequest request, CallOptions options)
Lists BatchPredictionJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListBatchPredictionJobsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListBatchPredictionJobsResponse | The call object. |
ListBatchPredictionJobsAsync(ListBatchPredictionJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListBatchPredictionJobsResponse> ListBatchPredictionJobsAsync(ListBatchPredictionJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists BatchPredictionJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListBatchPredictionJobsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListBatchPredictionJobsResponse | The call object. |
ListCustomJobs(ListCustomJobsRequest, CallOptions)
public virtual ListCustomJobsResponse ListCustomJobs(ListCustomJobsRequest request, CallOptions options)
Lists CustomJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListCustomJobsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListCustomJobsResponse | The response received from the server. |
ListCustomJobs(ListCustomJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListCustomJobsResponse ListCustomJobs(ListCustomJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists CustomJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListCustomJobsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListCustomJobsResponse | The response received from the server. |
ListCustomJobsAsync(ListCustomJobsRequest, CallOptions)
public virtual AsyncUnaryCall<ListCustomJobsResponse> ListCustomJobsAsync(ListCustomJobsRequest request, CallOptions options)
Lists CustomJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListCustomJobsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListCustomJobsResponse | The call object. |
ListCustomJobsAsync(ListCustomJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListCustomJobsResponse> ListCustomJobsAsync(ListCustomJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists CustomJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListCustomJobsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListCustomJobsResponse | The call object. |
ListDataLabelingJobs(ListDataLabelingJobsRequest, CallOptions)
public virtual ListDataLabelingJobsResponse ListDataLabelingJobs(ListDataLabelingJobsRequest request, CallOptions options)
Lists DataLabelingJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListDataLabelingJobsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListDataLabelingJobsResponse | The response received from the server. |
ListDataLabelingJobs(ListDataLabelingJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListDataLabelingJobsResponse ListDataLabelingJobs(ListDataLabelingJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists DataLabelingJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListDataLabelingJobsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListDataLabelingJobsResponse | The response received from the server. |
ListDataLabelingJobsAsync(ListDataLabelingJobsRequest, CallOptions)
public virtual AsyncUnaryCall<ListDataLabelingJobsResponse> ListDataLabelingJobsAsync(ListDataLabelingJobsRequest request, CallOptions options)
Lists DataLabelingJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListDataLabelingJobsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListDataLabelingJobsResponse | The call object. |
ListDataLabelingJobsAsync(ListDataLabelingJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListDataLabelingJobsResponse> ListDataLabelingJobsAsync(ListDataLabelingJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists DataLabelingJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListDataLabelingJobsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListDataLabelingJobsResponse | The call object. |
ListHyperparameterTuningJobs(ListHyperparameterTuningJobsRequest, CallOptions)
public virtual ListHyperparameterTuningJobsResponse ListHyperparameterTuningJobs(ListHyperparameterTuningJobsRequest request, CallOptions options)
Lists HyperparameterTuningJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListHyperparameterTuningJobsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListHyperparameterTuningJobsResponse | The response received from the server. |
ListHyperparameterTuningJobs(ListHyperparameterTuningJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListHyperparameterTuningJobsResponse ListHyperparameterTuningJobs(ListHyperparameterTuningJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists HyperparameterTuningJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListHyperparameterTuningJobsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListHyperparameterTuningJobsResponse | The response received from the server. |
ListHyperparameterTuningJobsAsync(ListHyperparameterTuningJobsRequest, CallOptions)
public virtual AsyncUnaryCall<ListHyperparameterTuningJobsResponse> ListHyperparameterTuningJobsAsync(ListHyperparameterTuningJobsRequest request, CallOptions options)
Lists HyperparameterTuningJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListHyperparameterTuningJobsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListHyperparameterTuningJobsResponse | The call object. |
ListHyperparameterTuningJobsAsync(ListHyperparameterTuningJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListHyperparameterTuningJobsResponse> ListHyperparameterTuningJobsAsync(ListHyperparameterTuningJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists HyperparameterTuningJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListHyperparameterTuningJobsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListHyperparameterTuningJobsResponse | The call object. |
ListModelDeploymentMonitoringJobs(ListModelDeploymentMonitoringJobsRequest, CallOptions)
public virtual ListModelDeploymentMonitoringJobsResponse ListModelDeploymentMonitoringJobs(ListModelDeploymentMonitoringJobsRequest request, CallOptions options)
Lists ModelDeploymentMonitoringJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListModelDeploymentMonitoringJobsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListModelDeploymentMonitoringJobsResponse | The response received from the server. |
ListModelDeploymentMonitoringJobs(ListModelDeploymentMonitoringJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListModelDeploymentMonitoringJobsResponse ListModelDeploymentMonitoringJobs(ListModelDeploymentMonitoringJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists ModelDeploymentMonitoringJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListModelDeploymentMonitoringJobsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListModelDeploymentMonitoringJobsResponse | The response received from the server. |
ListModelDeploymentMonitoringJobsAsync(ListModelDeploymentMonitoringJobsRequest, CallOptions)
public virtual AsyncUnaryCall<ListModelDeploymentMonitoringJobsResponse> ListModelDeploymentMonitoringJobsAsync(ListModelDeploymentMonitoringJobsRequest request, CallOptions options)
Lists ModelDeploymentMonitoringJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListModelDeploymentMonitoringJobsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListModelDeploymentMonitoringJobsResponse | The call object. |
ListModelDeploymentMonitoringJobsAsync(ListModelDeploymentMonitoringJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListModelDeploymentMonitoringJobsResponse> ListModelDeploymentMonitoringJobsAsync(ListModelDeploymentMonitoringJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists ModelDeploymentMonitoringJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListModelDeploymentMonitoringJobsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListModelDeploymentMonitoringJobsResponse | The call object. |
ListNasJobs(ListNasJobsRequest, CallOptions)
public virtual ListNasJobsResponse ListNasJobs(ListNasJobsRequest request, CallOptions options)
Lists NasJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListNasJobsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListNasJobsResponse | The response received from the server. |
ListNasJobs(ListNasJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListNasJobsResponse ListNasJobs(ListNasJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists NasJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListNasJobsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListNasJobsResponse | The response received from the server. |
ListNasJobsAsync(ListNasJobsRequest, CallOptions)
public virtual AsyncUnaryCall<ListNasJobsResponse> ListNasJobsAsync(ListNasJobsRequest request, CallOptions options)
Lists NasJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListNasJobsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListNasJobsResponse | The call object. |
ListNasJobsAsync(ListNasJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListNasJobsResponse> ListNasJobsAsync(ListNasJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists NasJobs in a Location.
Parameters | |
---|---|
Name | Description |
request | ListNasJobsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListNasJobsResponse | The call object. |
ListNasTrialDetails(ListNasTrialDetailsRequest, CallOptions)
public virtual ListNasTrialDetailsResponse ListNasTrialDetails(ListNasTrialDetailsRequest request, CallOptions options)
List top NasTrialDetails of a NasJob.
Parameters | |
---|---|
Name | Description |
request | ListNasTrialDetailsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListNasTrialDetailsResponse | The response received from the server. |
ListNasTrialDetails(ListNasTrialDetailsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListNasTrialDetailsResponse ListNasTrialDetails(ListNasTrialDetailsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
List top NasTrialDetails of a NasJob.
Parameters | |
---|---|
Name | Description |
request | ListNasTrialDetailsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListNasTrialDetailsResponse | The response received from the server. |
ListNasTrialDetailsAsync(ListNasTrialDetailsRequest, CallOptions)
public virtual AsyncUnaryCall<ListNasTrialDetailsResponse> ListNasTrialDetailsAsync(ListNasTrialDetailsRequest request, CallOptions options)
List top NasTrialDetails of a NasJob.
Parameters | |
---|---|
Name | Description |
request | ListNasTrialDetailsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListNasTrialDetailsResponse | The call object. |
ListNasTrialDetailsAsync(ListNasTrialDetailsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListNasTrialDetailsResponse> ListNasTrialDetailsAsync(ListNasTrialDetailsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
List top NasTrialDetails of a NasJob.
Parameters | |
---|---|
Name | Description |
request | ListNasTrialDetailsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListNasTrialDetailsResponse | The call object. |
NewInstance(ClientBaseConfiguration)
protected override JobService.JobServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration | ClientBaseClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
JobServiceJobServiceClient |
PauseModelDeploymentMonitoringJob(PauseModelDeploymentMonitoringJobRequest, CallOptions)
public virtual Empty PauseModelDeploymentMonitoringJob(PauseModelDeploymentMonitoringJobRequest request, CallOptions options)
Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to cancel the job. Will mark [ModelDeploymentMonitoringJob.state][google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob.state] to 'PAUSED'.
Parameters | |
---|---|
Name | Description |
request | PauseModelDeploymentMonitoringJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
PauseModelDeploymentMonitoringJob(PauseModelDeploymentMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty PauseModelDeploymentMonitoringJob(PauseModelDeploymentMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to cancel the job. Will mark [ModelDeploymentMonitoringJob.state][google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob.state] to 'PAUSED'.
Parameters | |
---|---|
Name | Description |
request | PauseModelDeploymentMonitoringJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
PauseModelDeploymentMonitoringJobAsync(PauseModelDeploymentMonitoringJobRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> PauseModelDeploymentMonitoringJobAsync(PauseModelDeploymentMonitoringJobRequest request, CallOptions options)
Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to cancel the job. Will mark [ModelDeploymentMonitoringJob.state][google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob.state] to 'PAUSED'.
Parameters | |
---|---|
Name | Description |
request | PauseModelDeploymentMonitoringJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
PauseModelDeploymentMonitoringJobAsync(PauseModelDeploymentMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> PauseModelDeploymentMonitoringJobAsync(PauseModelDeploymentMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Pauses a ModelDeploymentMonitoringJob. If the job is running, the server makes a best effort to cancel the job. Will mark [ModelDeploymentMonitoringJob.state][google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob.state] to 'PAUSED'.
Parameters | |
---|---|
Name | Description |
request | PauseModelDeploymentMonitoringJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
ResumeModelDeploymentMonitoringJob(ResumeModelDeploymentMonitoringJobRequest, CallOptions)
public virtual Empty ResumeModelDeploymentMonitoringJob(ResumeModelDeploymentMonitoringJobRequest request, CallOptions options)
Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A deleted ModelDeploymentMonitoringJob can't be resumed.
Parameters | |
---|---|
Name | Description |
request | ResumeModelDeploymentMonitoringJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
ResumeModelDeploymentMonitoringJob(ResumeModelDeploymentMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty ResumeModelDeploymentMonitoringJob(ResumeModelDeploymentMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A deleted ModelDeploymentMonitoringJob can't be resumed.
Parameters | |
---|---|
Name | Description |
request | ResumeModelDeploymentMonitoringJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
ResumeModelDeploymentMonitoringJobAsync(ResumeModelDeploymentMonitoringJobRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> ResumeModelDeploymentMonitoringJobAsync(ResumeModelDeploymentMonitoringJobRequest request, CallOptions options)
Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A deleted ModelDeploymentMonitoringJob can't be resumed.
Parameters | |
---|---|
Name | Description |
request | ResumeModelDeploymentMonitoringJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
ResumeModelDeploymentMonitoringJobAsync(ResumeModelDeploymentMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> ResumeModelDeploymentMonitoringJobAsync(ResumeModelDeploymentMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Resumes a paused ModelDeploymentMonitoringJob. It will start to run from next scheduled time. A deleted ModelDeploymentMonitoringJob can't be resumed.
Parameters | |
---|---|
Name | Description |
request | ResumeModelDeploymentMonitoringJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
SearchModelDeploymentMonitoringStatsAnomalies(SearchModelDeploymentMonitoringStatsAnomaliesRequest, CallOptions)
public virtual SearchModelDeploymentMonitoringStatsAnomaliesResponse SearchModelDeploymentMonitoringStatsAnomalies(SearchModelDeploymentMonitoringStatsAnomaliesRequest request, CallOptions options)
Searches Model Monitoring Statistics generated within a given time window.
Parameters | |
---|---|
Name | Description |
request | SearchModelDeploymentMonitoringStatsAnomaliesRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesResponse | The response received from the server. |
SearchModelDeploymentMonitoringStatsAnomalies(SearchModelDeploymentMonitoringStatsAnomaliesRequest, Metadata, DateTime?, CancellationToken)
public virtual SearchModelDeploymentMonitoringStatsAnomaliesResponse SearchModelDeploymentMonitoringStatsAnomalies(SearchModelDeploymentMonitoringStatsAnomaliesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Searches Model Monitoring Statistics generated within a given time window.
Parameters | |
---|---|
Name | Description |
request | SearchModelDeploymentMonitoringStatsAnomaliesRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
SearchModelDeploymentMonitoringStatsAnomaliesResponse | The response received from the server. |
SearchModelDeploymentMonitoringStatsAnomaliesAsync(SearchModelDeploymentMonitoringStatsAnomaliesRequest, CallOptions)
public virtual AsyncUnaryCall<SearchModelDeploymentMonitoringStatsAnomaliesResponse> SearchModelDeploymentMonitoringStatsAnomaliesAsync(SearchModelDeploymentMonitoringStatsAnomaliesRequest request, CallOptions options)
Searches Model Monitoring Statistics generated within a given time window.
Parameters | |
---|---|
Name | Description |
request | SearchModelDeploymentMonitoringStatsAnomaliesRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSearchModelDeploymentMonitoringStatsAnomaliesResponse | The call object. |
SearchModelDeploymentMonitoringStatsAnomaliesAsync(SearchModelDeploymentMonitoringStatsAnomaliesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<SearchModelDeploymentMonitoringStatsAnomaliesResponse> SearchModelDeploymentMonitoringStatsAnomaliesAsync(SearchModelDeploymentMonitoringStatsAnomaliesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Searches Model Monitoring Statistics generated within a given time window.
Parameters | |
---|---|
Name | Description |
request | SearchModelDeploymentMonitoringStatsAnomaliesRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSearchModelDeploymentMonitoringStatsAnomaliesResponse | The call object. |
UpdateModelDeploymentMonitoringJob(UpdateModelDeploymentMonitoringJobRequest, CallOptions)
public virtual Operation UpdateModelDeploymentMonitoringJob(UpdateModelDeploymentMonitoringJobRequest request, CallOptions options)
Updates a ModelDeploymentMonitoringJob.
Parameters | |
---|---|
Name | Description |
request | UpdateModelDeploymentMonitoringJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
UpdateModelDeploymentMonitoringJob(UpdateModelDeploymentMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateModelDeploymentMonitoringJob(UpdateModelDeploymentMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates a ModelDeploymentMonitoringJob.
Parameters | |
---|---|
Name | Description |
request | UpdateModelDeploymentMonitoringJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Operation | The response received from the server. |
UpdateModelDeploymentMonitoringJobAsync(UpdateModelDeploymentMonitoringJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateModelDeploymentMonitoringJobAsync(UpdateModelDeploymentMonitoringJobRequest request, CallOptions options)
Updates a ModelDeploymentMonitoringJob.
Parameters | |
---|---|
Name | Description |
request | UpdateModelDeploymentMonitoringJobRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |
UpdateModelDeploymentMonitoringJobAsync(UpdateModelDeploymentMonitoringJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateModelDeploymentMonitoringJobAsync(UpdateModelDeploymentMonitoringJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates a ModelDeploymentMonitoringJob.
Parameters | |
---|---|
Name | Description |
request | UpdateModelDeploymentMonitoringJobRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation | The call object. |