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