- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.0
public class GrpcJobServiceStub extends JobServiceStub
gRPC stub implementation for the JobService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcJobServiceStub create(ClientContext clientContext)
Name | Description |
clientContext | ClientContext |
Type | Description |
GrpcJobServiceStub |
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcJobServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Name | Description |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Type | Description |
GrpcJobServiceStub |
Type | Description |
IOException |
create(JobServiceStubSettings settings)
public static final GrpcJobServiceStub create(JobServiceStubSettings settings)
Name | Description |
settings | JobServiceStubSettings |
Type | Description |
GrpcJobServiceStub |
Type | Description |
IOException |
Constructors
GrpcJobServiceStub(JobServiceStubSettings settings, ClientContext clientContext)
protected GrpcJobServiceStub(JobServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcJobServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | JobServiceStubSettings |
clientContext | ClientContext |
GrpcJobServiceStub(JobServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcJobServiceStub(JobServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcJobServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Name | Description |
settings | JobServiceStubSettings |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Name | Description |
duration | long |
unit | TimeUnit |
Type | Description |
boolean |
Type | Description |
InterruptedException |
cancelBatchPredictionJobCallable()
public UnaryCallable<CancelBatchPredictionJobRequest,Empty> cancelBatchPredictionJobCallable()
Type | Description |
UnaryCallable<CancelBatchPredictionJobRequest,Empty> |
cancelCustomJobCallable()
public UnaryCallable<CancelCustomJobRequest,Empty> cancelCustomJobCallable()
Type | Description |
UnaryCallable<CancelCustomJobRequest,Empty> |
cancelDataLabelingJobCallable()
public UnaryCallable<CancelDataLabelingJobRequest,Empty> cancelDataLabelingJobCallable()
Type | Description |
UnaryCallable<CancelDataLabelingJobRequest,Empty> |
cancelHyperparameterTuningJobCallable()
public UnaryCallable<CancelHyperparameterTuningJobRequest,Empty> cancelHyperparameterTuningJobCallable()
Type | Description |
UnaryCallable<CancelHyperparameterTuningJobRequest,Empty> |
close()
public final void close()
createBatchPredictionJobCallable()
public UnaryCallable<CreateBatchPredictionJobRequest,BatchPredictionJob> createBatchPredictionJobCallable()
Type | Description |
UnaryCallable<CreateBatchPredictionJobRequest,BatchPredictionJob> |
createCustomJobCallable()
public UnaryCallable<CreateCustomJobRequest,CustomJob> createCustomJobCallable()
Type | Description |
UnaryCallable<CreateCustomJobRequest,CustomJob> |
createDataLabelingJobCallable()
public UnaryCallable<CreateDataLabelingJobRequest,DataLabelingJob> createDataLabelingJobCallable()
Type | Description |
UnaryCallable<CreateDataLabelingJobRequest,DataLabelingJob> |
createHyperparameterTuningJobCallable()
public UnaryCallable<CreateHyperparameterTuningJobRequest,HyperparameterTuningJob> createHyperparameterTuningJobCallable()
Type | Description |
UnaryCallable<CreateHyperparameterTuningJobRequest,HyperparameterTuningJob> |
createModelDeploymentMonitoringJobCallable()
public UnaryCallable<CreateModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> createModelDeploymentMonitoringJobCallable()
Type | Description |
UnaryCallable<CreateModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> |
deleteBatchPredictionJobCallable()
public UnaryCallable<DeleteBatchPredictionJobRequest,Operation> deleteBatchPredictionJobCallable()
Type | Description |
UnaryCallable<DeleteBatchPredictionJobRequest,Operation> |
deleteBatchPredictionJobOperationCallable()
public OperationCallable<DeleteBatchPredictionJobRequest,Empty,DeleteOperationMetadata> deleteBatchPredictionJobOperationCallable()
Type | Description |
OperationCallable<DeleteBatchPredictionJobRequest,Empty,DeleteOperationMetadata> |
deleteCustomJobCallable()
public UnaryCallable<DeleteCustomJobRequest,Operation> deleteCustomJobCallable()
Type | Description |
UnaryCallable<DeleteCustomJobRequest,Operation> |
deleteCustomJobOperationCallable()
public OperationCallable<DeleteCustomJobRequest,Empty,DeleteOperationMetadata> deleteCustomJobOperationCallable()
Type | Description |
OperationCallable<DeleteCustomJobRequest,Empty,DeleteOperationMetadata> |
deleteDataLabelingJobCallable()
public UnaryCallable<DeleteDataLabelingJobRequest,Operation> deleteDataLabelingJobCallable()
Type | Description |
UnaryCallable<DeleteDataLabelingJobRequest,Operation> |
deleteDataLabelingJobOperationCallable()
public OperationCallable<DeleteDataLabelingJobRequest,Empty,DeleteOperationMetadata> deleteDataLabelingJobOperationCallable()
Type | Description |
OperationCallable<DeleteDataLabelingJobRequest,Empty,DeleteOperationMetadata> |
deleteHyperparameterTuningJobCallable()
public UnaryCallable<DeleteHyperparameterTuningJobRequest,Operation> deleteHyperparameterTuningJobCallable()
Type | Description |
UnaryCallable<DeleteHyperparameterTuningJobRequest,Operation> |
deleteHyperparameterTuningJobOperationCallable()
public OperationCallable<DeleteHyperparameterTuningJobRequest,Empty,DeleteOperationMetadata> deleteHyperparameterTuningJobOperationCallable()
Type | Description |
OperationCallable<DeleteHyperparameterTuningJobRequest,Empty,DeleteOperationMetadata> |
deleteModelDeploymentMonitoringJobCallable()
public UnaryCallable<DeleteModelDeploymentMonitoringJobRequest,Operation> deleteModelDeploymentMonitoringJobCallable()
Type | Description |
UnaryCallable<DeleteModelDeploymentMonitoringJobRequest,Operation> |
deleteModelDeploymentMonitoringJobOperationCallable()
public OperationCallable<DeleteModelDeploymentMonitoringJobRequest,Empty,DeleteOperationMetadata> deleteModelDeploymentMonitoringJobOperationCallable()
Type | Description |
OperationCallable<DeleteModelDeploymentMonitoringJobRequest,Empty,DeleteOperationMetadata> |
getBatchPredictionJobCallable()
public UnaryCallable<GetBatchPredictionJobRequest,BatchPredictionJob> getBatchPredictionJobCallable()
Type | Description |
UnaryCallable<GetBatchPredictionJobRequest,BatchPredictionJob> |
getCustomJobCallable()
public UnaryCallable<GetCustomJobRequest,CustomJob> getCustomJobCallable()
Type | Description |
UnaryCallable<GetCustomJobRequest,CustomJob> |
getDataLabelingJobCallable()
public UnaryCallable<GetDataLabelingJobRequest,DataLabelingJob> getDataLabelingJobCallable()
Type | Description |
UnaryCallable<GetDataLabelingJobRequest,DataLabelingJob> |
getHyperparameterTuningJobCallable()
public UnaryCallable<GetHyperparameterTuningJobRequest,HyperparameterTuningJob> getHyperparameterTuningJobCallable()
Type | Description |
UnaryCallable<GetHyperparameterTuningJobRequest,HyperparameterTuningJob> |
getModelDeploymentMonitoringJobCallable()
public UnaryCallable<GetModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> getModelDeploymentMonitoringJobCallable()
Type | Description |
UnaryCallable<GetModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Type | Description |
GrpcOperationsStub |
isShutdown()
public boolean isShutdown()
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Type | Description |
boolean |
listBatchPredictionJobsCallable()
public UnaryCallable<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse> listBatchPredictionJobsCallable()
Type | Description |
UnaryCallable<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse> |
listBatchPredictionJobsPagedCallable()
public UnaryCallable<ListBatchPredictionJobsRequest,JobServiceClient.ListBatchPredictionJobsPagedResponse> listBatchPredictionJobsPagedCallable()
Type | Description |
UnaryCallable<ListBatchPredictionJobsRequest,ListBatchPredictionJobsPagedResponse> |
listCustomJobsCallable()
public UnaryCallable<ListCustomJobsRequest,ListCustomJobsResponse> listCustomJobsCallable()
Type | Description |
UnaryCallable<ListCustomJobsRequest,ListCustomJobsResponse> |
listCustomJobsPagedCallable()
public UnaryCallable<ListCustomJobsRequest,JobServiceClient.ListCustomJobsPagedResponse> listCustomJobsPagedCallable()
Type | Description |
UnaryCallable<ListCustomJobsRequest,ListCustomJobsPagedResponse> |
listDataLabelingJobsCallable()
public UnaryCallable<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse> listDataLabelingJobsCallable()
Type | Description |
UnaryCallable<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse> |
listDataLabelingJobsPagedCallable()
public UnaryCallable<ListDataLabelingJobsRequest,JobServiceClient.ListDataLabelingJobsPagedResponse> listDataLabelingJobsPagedCallable()
Type | Description |
UnaryCallable<ListDataLabelingJobsRequest,ListDataLabelingJobsPagedResponse> |
listHyperparameterTuningJobsCallable()
public UnaryCallable<ListHyperparameterTuningJobsRequest,ListHyperparameterTuningJobsResponse> listHyperparameterTuningJobsCallable()
Type | Description |
UnaryCallable<ListHyperparameterTuningJobsRequest,ListHyperparameterTuningJobsResponse> |
listHyperparameterTuningJobsPagedCallable()
public UnaryCallable<ListHyperparameterTuningJobsRequest,JobServiceClient.ListHyperparameterTuningJobsPagedResponse> listHyperparameterTuningJobsPagedCallable()
Type | Description |
UnaryCallable<ListHyperparameterTuningJobsRequest,ListHyperparameterTuningJobsPagedResponse> |
listModelDeploymentMonitoringJobsCallable()
public UnaryCallable<ListModelDeploymentMonitoringJobsRequest,ListModelDeploymentMonitoringJobsResponse> listModelDeploymentMonitoringJobsCallable()
Type | Description |
UnaryCallable<ListModelDeploymentMonitoringJobsRequest,ListModelDeploymentMonitoringJobsResponse> |
listModelDeploymentMonitoringJobsPagedCallable()
public UnaryCallable<ListModelDeploymentMonitoringJobsRequest,JobServiceClient.ListModelDeploymentMonitoringJobsPagedResponse> listModelDeploymentMonitoringJobsPagedCallable()
Type | Description |
UnaryCallable<ListModelDeploymentMonitoringJobsRequest,ListModelDeploymentMonitoringJobsPagedResponse> |
pauseModelDeploymentMonitoringJobCallable()
public UnaryCallable<PauseModelDeploymentMonitoringJobRequest,Empty> pauseModelDeploymentMonitoringJobCallable()
Type | Description |
UnaryCallable<PauseModelDeploymentMonitoringJobRequest,Empty> |
resumeModelDeploymentMonitoringJobCallable()
public UnaryCallable<ResumeModelDeploymentMonitoringJobRequest,Empty> resumeModelDeploymentMonitoringJobCallable()
Type | Description |
UnaryCallable<ResumeModelDeploymentMonitoringJobRequest,Empty> |
searchModelDeploymentMonitoringStatsAnomaliesCallable()
public UnaryCallable<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse> searchModelDeploymentMonitoringStatsAnomaliesCallable()
Type | Description |
UnaryCallable<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse> |
searchModelDeploymentMonitoringStatsAnomaliesPagedCallable()
public UnaryCallable<SearchModelDeploymentMonitoringStatsAnomaliesRequest,JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPagedResponse> searchModelDeploymentMonitoringStatsAnomaliesPagedCallable()
Type | Description |
UnaryCallable<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesPagedResponse> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateModelDeploymentMonitoringJobCallable()
public UnaryCallable<UpdateModelDeploymentMonitoringJobRequest,Operation> updateModelDeploymentMonitoringJobCallable()
Type | Description |
UnaryCallable<UpdateModelDeploymentMonitoringJobRequest,Operation> |
updateModelDeploymentMonitoringJobOperationCallable()
public OperationCallable<UpdateModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob,UpdateModelDeploymentMonitoringJobOperationMetadata> updateModelDeploymentMonitoringJobOperationCallable()
Type | Description |
OperationCallable<UpdateModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob,UpdateModelDeploymentMonitoringJobOperationMetadata> |