public final class JobServiceGrpc
A service for creating and managing Vertex AI's jobs.
Fields
public static final String SERVICE_NAME
Field Value
Methods
public static MethodDescriptor<CancelBatchPredictionJobRequest,Empty> getCancelBatchPredictionJobMethod()
Returns
public static MethodDescriptor<CancelCustomJobRequest,Empty> getCancelCustomJobMethod()
Returns
public static MethodDescriptor<CancelDataLabelingJobRequest,Empty> getCancelDataLabelingJobMethod()
Returns
public static MethodDescriptor<CancelHyperparameterTuningJobRequest,Empty> getCancelHyperparameterTuningJobMethod()
Returns
public static MethodDescriptor<CreateBatchPredictionJobRequest,BatchPredictionJob> getCreateBatchPredictionJobMethod()
Returns
public static MethodDescriptor<CreateCustomJobRequest,CustomJob> getCreateCustomJobMethod()
Returns
public static MethodDescriptor<CreateDataLabelingJobRequest,DataLabelingJob> getCreateDataLabelingJobMethod()
Returns
public static MethodDescriptor<CreateHyperparameterTuningJobRequest,HyperparameterTuningJob> getCreateHyperparameterTuningJobMethod()
Returns
public static MethodDescriptor<CreateModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> getCreateModelDeploymentMonitoringJobMethod()
Returns
public static MethodDescriptor<DeleteBatchPredictionJobRequest,Operation> getDeleteBatchPredictionJobMethod()
Returns
public static MethodDescriptor<DeleteCustomJobRequest,Operation> getDeleteCustomJobMethod()
Returns
public static MethodDescriptor<DeleteDataLabelingJobRequest,Operation> getDeleteDataLabelingJobMethod()
Returns
public static MethodDescriptor<DeleteHyperparameterTuningJobRequest,Operation> getDeleteHyperparameterTuningJobMethod()
Returns
public static MethodDescriptor<DeleteModelDeploymentMonitoringJobRequest,Operation> getDeleteModelDeploymentMonitoringJobMethod()
Returns
public static MethodDescriptor<GetBatchPredictionJobRequest,BatchPredictionJob> getGetBatchPredictionJobMethod()
Returns
public static MethodDescriptor<GetCustomJobRequest,CustomJob> getGetCustomJobMethod()
Returns
public static MethodDescriptor<GetDataLabelingJobRequest,DataLabelingJob> getGetDataLabelingJobMethod()
Returns
public static MethodDescriptor<GetHyperparameterTuningJobRequest,HyperparameterTuningJob> getGetHyperparameterTuningJobMethod()
Returns
public static MethodDescriptor<GetModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> getGetModelDeploymentMonitoringJobMethod()
Returns
public static MethodDescriptor<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse> getListBatchPredictionJobsMethod()
Returns
public static MethodDescriptor<ListCustomJobsRequest,ListCustomJobsResponse> getListCustomJobsMethod()
Returns
public static MethodDescriptor<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse> getListDataLabelingJobsMethod()
Returns
public static MethodDescriptor<ListHyperparameterTuningJobsRequest,ListHyperparameterTuningJobsResponse> getListHyperparameterTuningJobsMethod()
Returns
public static MethodDescriptor<ListModelDeploymentMonitoringJobsRequest,ListModelDeploymentMonitoringJobsResponse> getListModelDeploymentMonitoringJobsMethod()
Returns
public static MethodDescriptor<PauseModelDeploymentMonitoringJobRequest,Empty> getPauseModelDeploymentMonitoringJobMethod()
Returns
public static MethodDescriptor<ResumeModelDeploymentMonitoringJobRequest,Empty> getResumeModelDeploymentMonitoringJobMethod()
Returns
public static MethodDescriptor<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse> getSearchModelDeploymentMonitoringStatsAnomaliesMethod()
Returns
public static ServiceDescriptor getServiceDescriptor()
Returns
Type | Description |
io.grpc.ServiceDescriptor | |
public static MethodDescriptor<UpdateModelDeploymentMonitoringJobRequest,Operation> getUpdateModelDeploymentMonitoringJobMethod()
Returns
public static JobServiceGrpc.JobServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns
public static JobServiceGrpc.JobServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns
public static JobServiceGrpc.JobServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns