Cloud AI Platform v1 API - Class JobService.JobServiceClient (2.24.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.JobServiceClient

Namespace

Google.Cloud.AIPlatform.V1

Assembly

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
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

JobServiceClient(ChannelBase)

public JobServiceClient(ChannelBase channel)

Creates a new client for JobService

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

JobServiceClient(ClientBaseConfiguration)

protected JobServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

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
NameDescription
requestCancelBatchPredictionJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCancelBatchPredictionJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCancelBatchPredictionJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCancelBatchPredictionJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCancelCustomJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCancelCustomJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCancelCustomJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCancelCustomJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCancelDataLabelingJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCancelDataLabelingJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCancelDataLabelingJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCancelDataLabelingJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCancelHyperparameterTuningJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCancelHyperparameterTuningJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCancelHyperparameterTuningJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCancelHyperparameterTuningJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCancelNasJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCancelNasJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCancelNasJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCancelNasJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateBatchPredictionJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateBatchPredictionJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateBatchPredictionJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateBatchPredictionJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateCustomJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateCustomJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateCustomJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateCustomJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallCustomJob

The call object.

CreateDataLabelingJob(CreateDataLabelingJobRequest, CallOptions)

public virtual DataLabelingJob CreateDataLabelingJob(CreateDataLabelingJobRequest request, CallOptions options)

Creates a DataLabelingJob.

Parameters
NameDescription
requestCreateDataLabelingJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateDataLabelingJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
DataLabelingJob

The response received from the server.

CreateDataLabelingJobAsync(CreateDataLabelingJobRequest, CallOptions)

public virtual AsyncUnaryCall<DataLabelingJob> CreateDataLabelingJobAsync(CreateDataLabelingJobRequest request, CallOptions options)

Creates a DataLabelingJob.

Parameters
NameDescription
requestCreateDataLabelingJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateDataLabelingJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallDataLabelingJob

The call object.

CreateHyperparameterTuningJob(CreateHyperparameterTuningJobRequest, CallOptions)

public virtual HyperparameterTuningJob CreateHyperparameterTuningJob(CreateHyperparameterTuningJobRequest request, CallOptions options)

Creates a HyperparameterTuningJob

Parameters
NameDescription
requestCreateHyperparameterTuningJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateHyperparameterTuningJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
HyperparameterTuningJob

The response received from the server.

CreateHyperparameterTuningJobAsync(CreateHyperparameterTuningJobRequest, CallOptions)

public virtual AsyncUnaryCall<HyperparameterTuningJob> CreateHyperparameterTuningJobAsync(CreateHyperparameterTuningJobRequest request, CallOptions options)

Creates a HyperparameterTuningJob

Parameters
NameDescription
requestCreateHyperparameterTuningJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateHyperparameterTuningJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
requestCreateModelDeploymentMonitoringJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateModelDeploymentMonitoringJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateModelDeploymentMonitoringJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateModelDeploymentMonitoringJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallModelDeploymentMonitoringJob

The call object.

CreateNasJob(CreateNasJobRequest, CallOptions)

public virtual NasJob CreateNasJob(CreateNasJobRequest request, CallOptions options)

Creates a NasJob

Parameters
NameDescription
requestCreateNasJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateNasJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
NasJob

The response received from the server.

CreateNasJobAsync(CreateNasJobRequest, CallOptions)

public virtual AsyncUnaryCall<NasJob> CreateNasJobAsync(CreateNasJobRequest request, CallOptions options)

Creates a NasJob

Parameters
NameDescription
requestCreateNasJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateNasJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
TypeDescription
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
NameDescription
requestDeleteBatchPredictionJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteBatchPredictionJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeleteBatchPredictionJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteBatchPredictionJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteCustomJob(DeleteCustomJobRequest, CallOptions)

public virtual Operation DeleteCustomJob(DeleteCustomJobRequest request, CallOptions options)

Deletes a CustomJob.

Parameters
NameDescription
requestDeleteCustomJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteCustomJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteCustomJobAsync(DeleteCustomJobRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteCustomJobAsync(DeleteCustomJobRequest request, CallOptions options)

Deletes a CustomJob.

Parameters
NameDescription
requestDeleteCustomJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteCustomJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteDataLabelingJob(DeleteDataLabelingJobRequest, CallOptions)

public virtual Operation DeleteDataLabelingJob(DeleteDataLabelingJobRequest request, CallOptions options)

Deletes a DataLabelingJob.

Parameters
NameDescription
requestDeleteDataLabelingJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteDataLabelingJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteDataLabelingJobAsync(DeleteDataLabelingJobRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteDataLabelingJobAsync(DeleteDataLabelingJobRequest request, CallOptions options)

Deletes a DataLabelingJob.

Parameters
NameDescription
requestDeleteDataLabelingJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteDataLabelingJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteHyperparameterTuningJob(DeleteHyperparameterTuningJobRequest, CallOptions)

public virtual Operation DeleteHyperparameterTuningJob(DeleteHyperparameterTuningJobRequest request, CallOptions options)

Deletes a HyperparameterTuningJob.

Parameters
NameDescription
requestDeleteHyperparameterTuningJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteHyperparameterTuningJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteHyperparameterTuningJobAsync(DeleteHyperparameterTuningJobRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteHyperparameterTuningJobAsync(DeleteHyperparameterTuningJobRequest request, CallOptions options)

Deletes a HyperparameterTuningJob.

Parameters
NameDescription
requestDeleteHyperparameterTuningJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteHyperparameterTuningJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteModelDeploymentMonitoringJob(DeleteModelDeploymentMonitoringJobRequest, CallOptions)

public virtual Operation DeleteModelDeploymentMonitoringJob(DeleteModelDeploymentMonitoringJobRequest request, CallOptions options)

Deletes a ModelDeploymentMonitoringJob.

Parameters
NameDescription
requestDeleteModelDeploymentMonitoringJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteModelDeploymentMonitoringJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteModelDeploymentMonitoringJobAsync(DeleteModelDeploymentMonitoringJobRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteModelDeploymentMonitoringJobAsync(DeleteModelDeploymentMonitoringJobRequest request, CallOptions options)

Deletes a ModelDeploymentMonitoringJob.

Parameters
NameDescription
requestDeleteModelDeploymentMonitoringJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteModelDeploymentMonitoringJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteNasJob(DeleteNasJobRequest, CallOptions)

public virtual Operation DeleteNasJob(DeleteNasJobRequest request, CallOptions options)

Deletes a NasJob.

Parameters
NameDescription
requestDeleteNasJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteNasJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteNasJobAsync(DeleteNasJobRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteNasJobAsync(DeleteNasJobRequest request, CallOptions options)

Deletes a NasJob.

Parameters
NameDescription
requestDeleteNasJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteNasJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

GetBatchPredictionJob(GetBatchPredictionJobRequest, CallOptions)

public virtual BatchPredictionJob GetBatchPredictionJob(GetBatchPredictionJobRequest request, CallOptions options)

Gets a BatchPredictionJob

Parameters
NameDescription
requestGetBatchPredictionJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetBatchPredictionJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
BatchPredictionJob

The response received from the server.

GetBatchPredictionJobAsync(GetBatchPredictionJobRequest, CallOptions)

public virtual AsyncUnaryCall<BatchPredictionJob> GetBatchPredictionJobAsync(GetBatchPredictionJobRequest request, CallOptions options)

Gets a BatchPredictionJob

Parameters
NameDescription
requestGetBatchPredictionJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetBatchPredictionJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallBatchPredictionJob

The call object.

GetCustomJob(GetCustomJobRequest, CallOptions)

public virtual CustomJob GetCustomJob(GetCustomJobRequest request, CallOptions options)

Gets a CustomJob.

Parameters
NameDescription
requestGetCustomJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetCustomJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
CustomJob

The response received from the server.

GetCustomJobAsync(GetCustomJobRequest, CallOptions)

public virtual AsyncUnaryCall<CustomJob> GetCustomJobAsync(GetCustomJobRequest request, CallOptions options)

Gets a CustomJob.

Parameters
NameDescription
requestGetCustomJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetCustomJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallCustomJob

The call object.

GetDataLabelingJob(GetDataLabelingJobRequest, CallOptions)

public virtual DataLabelingJob GetDataLabelingJob(GetDataLabelingJobRequest request, CallOptions options)

Gets a DataLabelingJob.

Parameters
NameDescription
requestGetDataLabelingJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetDataLabelingJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
DataLabelingJob

The response received from the server.

GetDataLabelingJobAsync(GetDataLabelingJobRequest, CallOptions)

public virtual AsyncUnaryCall<DataLabelingJob> GetDataLabelingJobAsync(GetDataLabelingJobRequest request, CallOptions options)

Gets a DataLabelingJob.

Parameters
NameDescription
requestGetDataLabelingJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetDataLabelingJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallDataLabelingJob

The call object.

GetHyperparameterTuningJob(GetHyperparameterTuningJobRequest, CallOptions)

public virtual HyperparameterTuningJob GetHyperparameterTuningJob(GetHyperparameterTuningJobRequest request, CallOptions options)

Gets a HyperparameterTuningJob

Parameters
NameDescription
requestGetHyperparameterTuningJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetHyperparameterTuningJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
HyperparameterTuningJob

The response received from the server.

GetHyperparameterTuningJobAsync(GetHyperparameterTuningJobRequest, CallOptions)

public virtual AsyncUnaryCall<HyperparameterTuningJob> GetHyperparameterTuningJobAsync(GetHyperparameterTuningJobRequest request, CallOptions options)

Gets a HyperparameterTuningJob

Parameters
NameDescription
requestGetHyperparameterTuningJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetHyperparameterTuningJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallHyperparameterTuningJob

The call object.

GetModelDeploymentMonitoringJob(GetModelDeploymentMonitoringJobRequest, CallOptions)

public virtual ModelDeploymentMonitoringJob GetModelDeploymentMonitoringJob(GetModelDeploymentMonitoringJobRequest request, CallOptions options)

Gets a ModelDeploymentMonitoringJob.

Parameters
NameDescription
requestGetModelDeploymentMonitoringJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetModelDeploymentMonitoringJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ModelDeploymentMonitoringJob

The response received from the server.

GetModelDeploymentMonitoringJobAsync(GetModelDeploymentMonitoringJobRequest, CallOptions)

public virtual AsyncUnaryCall<ModelDeploymentMonitoringJob> GetModelDeploymentMonitoringJobAsync(GetModelDeploymentMonitoringJobRequest request, CallOptions options)

Gets a ModelDeploymentMonitoringJob.

Parameters
NameDescription
requestGetModelDeploymentMonitoringJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetModelDeploymentMonitoringJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallModelDeploymentMonitoringJob

The call object.

GetNasJob(GetNasJobRequest, CallOptions)

public virtual NasJob GetNasJob(GetNasJobRequest request, CallOptions options)

Gets a NasJob

Parameters
NameDescription
requestGetNasJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetNasJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
NasJob

The response received from the server.

GetNasJobAsync(GetNasJobRequest, CallOptions)

public virtual AsyncUnaryCall<NasJob> GetNasJobAsync(GetNasJobRequest request, CallOptions options)

Gets a NasJob

Parameters
NameDescription
requestGetNasJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetNasJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallNasJob

The call object.

GetNasTrialDetail(GetNasTrialDetailRequest, CallOptions)

public virtual NasTrialDetail GetNasTrialDetail(GetNasTrialDetailRequest request, CallOptions options)

Gets a NasTrialDetail.

Parameters
NameDescription
requestGetNasTrialDetailRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetNasTrialDetailRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
NasTrialDetail

The response received from the server.

GetNasTrialDetailAsync(GetNasTrialDetailRequest, CallOptions)

public virtual AsyncUnaryCall<NasTrialDetail> GetNasTrialDetailAsync(GetNasTrialDetailRequest request, CallOptions options)

Gets a NasTrialDetail.

Parameters
NameDescription
requestGetNasTrialDetailRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetNasTrialDetailRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallNasTrialDetail

The call object.

ListBatchPredictionJobs(ListBatchPredictionJobsRequest, CallOptions)

public virtual ListBatchPredictionJobsResponse ListBatchPredictionJobs(ListBatchPredictionJobsRequest request, CallOptions options)

Lists BatchPredictionJobs in a Location.

Parameters
NameDescription
requestListBatchPredictionJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListBatchPredictionJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListBatchPredictionJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListBatchPredictionJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListBatchPredictionJobsResponse

The call object.

ListCustomJobs(ListCustomJobsRequest, CallOptions)

public virtual ListCustomJobsResponse ListCustomJobs(ListCustomJobsRequest request, CallOptions options)

Lists CustomJobs in a Location.

Parameters
NameDescription
requestListCustomJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListCustomJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListCustomJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListCustomJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListCustomJobsResponse

The call object.

ListDataLabelingJobs(ListDataLabelingJobsRequest, CallOptions)

public virtual ListDataLabelingJobsResponse ListDataLabelingJobs(ListDataLabelingJobsRequest request, CallOptions options)

Lists DataLabelingJobs in a Location.

Parameters
NameDescription
requestListDataLabelingJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListDataLabelingJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListDataLabelingJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListDataLabelingJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListDataLabelingJobsResponse

The call object.

ListHyperparameterTuningJobs(ListHyperparameterTuningJobsRequest, CallOptions)

public virtual ListHyperparameterTuningJobsResponse ListHyperparameterTuningJobs(ListHyperparameterTuningJobsRequest request, CallOptions options)

Lists HyperparameterTuningJobs in a Location.

Parameters
NameDescription
requestListHyperparameterTuningJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListHyperparameterTuningJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListHyperparameterTuningJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListHyperparameterTuningJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListHyperparameterTuningJobsResponse

The call object.

ListModelDeploymentMonitoringJobs(ListModelDeploymentMonitoringJobsRequest, CallOptions)

public virtual ListModelDeploymentMonitoringJobsResponse ListModelDeploymentMonitoringJobs(ListModelDeploymentMonitoringJobsRequest request, CallOptions options)

Lists ModelDeploymentMonitoringJobs in a Location.

Parameters
NameDescription
requestListModelDeploymentMonitoringJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListModelDeploymentMonitoringJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListModelDeploymentMonitoringJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListModelDeploymentMonitoringJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListModelDeploymentMonitoringJobsResponse

The call object.

ListNasJobs(ListNasJobsRequest, CallOptions)

public virtual ListNasJobsResponse ListNasJobs(ListNasJobsRequest request, CallOptions options)

Lists NasJobs in a Location.

Parameters
NameDescription
requestListNasJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListNasJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListNasJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListNasJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListNasJobsResponse

The call object.

ListNasTrialDetails(ListNasTrialDetailsRequest, CallOptions)

public virtual ListNasTrialDetailsResponse ListNasTrialDetails(ListNasTrialDetailsRequest request, CallOptions options)

List top NasTrialDetails of a NasJob.

Parameters
NameDescription
requestListNasTrialDetailsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListNasTrialDetailsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListNasTrialDetailsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListNasTrialDetailsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListNasTrialDetailsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override JobService.JobServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
JobServiceJobServiceClient
Overrides

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
NameDescription
requestPauseModelDeploymentMonitoringJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestPauseModelDeploymentMonitoringJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestPauseModelDeploymentMonitoringJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestPauseModelDeploymentMonitoringJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestResumeModelDeploymentMonitoringJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestResumeModelDeploymentMonitoringJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestResumeModelDeploymentMonitoringJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestResumeModelDeploymentMonitoringJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestSearchModelDeploymentMonitoringStatsAnomaliesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestSearchModelDeploymentMonitoringStatsAnomaliesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestSearchModelDeploymentMonitoringStatsAnomaliesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestSearchModelDeploymentMonitoringStatsAnomaliesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallSearchModelDeploymentMonitoringStatsAnomaliesResponse

The call object.

UpdateModelDeploymentMonitoringJob(UpdateModelDeploymentMonitoringJobRequest, CallOptions)

public virtual Operation UpdateModelDeploymentMonitoringJob(UpdateModelDeploymentMonitoringJobRequest request, CallOptions options)

Updates a ModelDeploymentMonitoringJob.

Parameters
NameDescription
requestUpdateModelDeploymentMonitoringJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateModelDeploymentMonitoringJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateModelDeploymentMonitoringJobAsync(UpdateModelDeploymentMonitoringJobRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateModelDeploymentMonitoringJobAsync(UpdateModelDeploymentMonitoringJobRequest request, CallOptions options)

Updates a ModelDeploymentMonitoringJob.

Parameters
NameDescription
requestUpdateModelDeploymentMonitoringJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateModelDeploymentMonitoringJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.