All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(JobServiceGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<CancelBatchPredictionJobRequest,com.google.protobuf.Empty> |
getCancelBatchPredictionJobMethod() |
|
static io.grpc.MethodDescriptor<CancelCustomJobRequest,com.google.protobuf.Empty> |
getCancelCustomJobMethod() |
|
static io.grpc.MethodDescriptor<CancelDataLabelingJobRequest,com.google.protobuf.Empty> |
getCancelDataLabelingJobMethod() |
|
static io.grpc.MethodDescriptor<CancelHyperparameterTuningJobRequest,com.google.protobuf.Empty> |
getCancelHyperparameterTuningJobMethod() |
|
static io.grpc.MethodDescriptor<CancelNasJobRequest,com.google.protobuf.Empty> |
getCancelNasJobMethod() |
|
static io.grpc.MethodDescriptor<CreateBatchPredictionJobRequest,BatchPredictionJob> |
getCreateBatchPredictionJobMethod() |
|
static io.grpc.MethodDescriptor<CreateCustomJobRequest,CustomJob> |
getCreateCustomJobMethod() |
|
static io.grpc.MethodDescriptor<CreateDataLabelingJobRequest,DataLabelingJob> |
getCreateDataLabelingJobMethod() |
|
static io.grpc.MethodDescriptor<CreateHyperparameterTuningJobRequest,HyperparameterTuningJob> |
getCreateHyperparameterTuningJobMethod() |
|
static io.grpc.MethodDescriptor<CreateModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> |
getCreateModelDeploymentMonitoringJobMethod() |
|
static io.grpc.MethodDescriptor<CreateNasJobRequest,NasJob> |
getCreateNasJobMethod() |
|
static io.grpc.MethodDescriptor<DeleteBatchPredictionJobRequest,com.google.longrunning.Operation> |
getDeleteBatchPredictionJobMethod() |
|
static io.grpc.MethodDescriptor<DeleteCustomJobRequest,com.google.longrunning.Operation> |
getDeleteCustomJobMethod() |
|
static io.grpc.MethodDescriptor<DeleteDataLabelingJobRequest,com.google.longrunning.Operation> |
getDeleteDataLabelingJobMethod() |
|
static io.grpc.MethodDescriptor<DeleteHyperparameterTuningJobRequest,com.google.longrunning.Operation> |
getDeleteHyperparameterTuningJobMethod() |
|
static io.grpc.MethodDescriptor<DeleteModelDeploymentMonitoringJobRequest,com.google.longrunning.Operation> |
getDeleteModelDeploymentMonitoringJobMethod() |
|
static io.grpc.MethodDescriptor<DeleteNasJobRequest,com.google.longrunning.Operation> |
getDeleteNasJobMethod() |
|
static io.grpc.MethodDescriptor<GetBatchPredictionJobRequest,BatchPredictionJob> |
getGetBatchPredictionJobMethod() |
|
static io.grpc.MethodDescriptor<GetCustomJobRequest,CustomJob> |
getGetCustomJobMethod() |
|
static io.grpc.MethodDescriptor<GetDataLabelingJobRequest,DataLabelingJob> |
getGetDataLabelingJobMethod() |
|
static io.grpc.MethodDescriptor<GetHyperparameterTuningJobRequest,HyperparameterTuningJob> |
getGetHyperparameterTuningJobMethod() |
|
static io.grpc.MethodDescriptor<GetModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> |
getGetModelDeploymentMonitoringJobMethod() |
|
static io.grpc.MethodDescriptor<GetNasJobRequest,NasJob> |
getGetNasJobMethod() |
|
static io.grpc.MethodDescriptor<GetNasTrialDetailRequest,NasTrialDetail> |
getGetNasTrialDetailMethod() |
|
static io.grpc.MethodDescriptor<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse> |
getListBatchPredictionJobsMethod() |
|
static io.grpc.MethodDescriptor<ListCustomJobsRequest,ListCustomJobsResponse> |
getListCustomJobsMethod() |
|
static io.grpc.MethodDescriptor<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse> |
getListDataLabelingJobsMethod() |
|
static io.grpc.MethodDescriptor<ListHyperparameterTuningJobsRequest,ListHyperparameterTuningJobsResponse> |
getListHyperparameterTuningJobsMethod() |
|
static io.grpc.MethodDescriptor<ListModelDeploymentMonitoringJobsRequest,ListModelDeploymentMonitoringJobsResponse> |
getListModelDeploymentMonitoringJobsMethod() |
|
static io.grpc.MethodDescriptor<ListNasJobsRequest,ListNasJobsResponse> |
getListNasJobsMethod() |
|
static io.grpc.MethodDescriptor<ListNasTrialDetailsRequest,ListNasTrialDetailsResponse> |
getListNasTrialDetailsMethod() |
|
static io.grpc.MethodDescriptor<PauseModelDeploymentMonitoringJobRequest,com.google.protobuf.Empty> |
getPauseModelDeploymentMonitoringJobMethod() |
|
static io.grpc.MethodDescriptor<ResumeModelDeploymentMonitoringJobRequest,com.google.protobuf.Empty> |
getResumeModelDeploymentMonitoringJobMethod() |
|
static io.grpc.MethodDescriptor<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse> |
getSearchModelDeploymentMonitoringStatsAnomaliesMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<UpdateModelDeploymentMonitoringJobRequest,com.google.longrunning.Operation> |
getUpdateModelDeploymentMonitoringJobMethod() |
|
static JobServiceGrpc.JobServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static JobServiceGrpc.JobServiceFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static JobServiceGrpc.JobServiceStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|