Package com.google.cloud.aiplatform.v1
Class JobServiceGrpc
- java.lang.Object
-
- com.google.cloud.aiplatform.v1.JobServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1/job_service.proto") public final class JobServiceGrpc extends Object
A service for creating and managing Vertex AI's jobs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
JobServiceGrpc.AsyncService
A service for creating and managing Vertex AI's jobs.static class
JobServiceGrpc.JobServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service JobService.static class
JobServiceGrpc.JobServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service JobService.static class
JobServiceGrpc.JobServiceImplBase
Base class for the server implementation of the service JobService.static class
JobServiceGrpc.JobServiceStub
A stub to allow clients to do asynchronous rpc calls to service JobService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateCustomJobMethod
public static io.grpc.MethodDescriptor<CreateCustomJobRequest,CustomJob> getCreateCustomJobMethod()
-
getGetCustomJobMethod
public static io.grpc.MethodDescriptor<GetCustomJobRequest,CustomJob> getGetCustomJobMethod()
-
getListCustomJobsMethod
public static io.grpc.MethodDescriptor<ListCustomJobsRequest,ListCustomJobsResponse> getListCustomJobsMethod()
-
getDeleteCustomJobMethod
public static io.grpc.MethodDescriptor<DeleteCustomJobRequest,com.google.longrunning.Operation> getDeleteCustomJobMethod()
-
getCancelCustomJobMethod
public static io.grpc.MethodDescriptor<CancelCustomJobRequest,com.google.protobuf.Empty> getCancelCustomJobMethod()
-
getCreateDataLabelingJobMethod
public static io.grpc.MethodDescriptor<CreateDataLabelingJobRequest,DataLabelingJob> getCreateDataLabelingJobMethod()
-
getGetDataLabelingJobMethod
public static io.grpc.MethodDescriptor<GetDataLabelingJobRequest,DataLabelingJob> getGetDataLabelingJobMethod()
-
getListDataLabelingJobsMethod
public static io.grpc.MethodDescriptor<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse> getListDataLabelingJobsMethod()
-
getDeleteDataLabelingJobMethod
public static io.grpc.MethodDescriptor<DeleteDataLabelingJobRequest,com.google.longrunning.Operation> getDeleteDataLabelingJobMethod()
-
getCancelDataLabelingJobMethod
public static io.grpc.MethodDescriptor<CancelDataLabelingJobRequest,com.google.protobuf.Empty> getCancelDataLabelingJobMethod()
-
getCreateHyperparameterTuningJobMethod
public static io.grpc.MethodDescriptor<CreateHyperparameterTuningJobRequest,HyperparameterTuningJob> getCreateHyperparameterTuningJobMethod()
-
getGetHyperparameterTuningJobMethod
public static io.grpc.MethodDescriptor<GetHyperparameterTuningJobRequest,HyperparameterTuningJob> getGetHyperparameterTuningJobMethod()
-
getListHyperparameterTuningJobsMethod
public static io.grpc.MethodDescriptor<ListHyperparameterTuningJobsRequest,ListHyperparameterTuningJobsResponse> getListHyperparameterTuningJobsMethod()
-
getDeleteHyperparameterTuningJobMethod
public static io.grpc.MethodDescriptor<DeleteHyperparameterTuningJobRequest,com.google.longrunning.Operation> getDeleteHyperparameterTuningJobMethod()
-
getCancelHyperparameterTuningJobMethod
public static io.grpc.MethodDescriptor<CancelHyperparameterTuningJobRequest,com.google.protobuf.Empty> getCancelHyperparameterTuningJobMethod()
-
getCreateNasJobMethod
public static io.grpc.MethodDescriptor<CreateNasJobRequest,NasJob> getCreateNasJobMethod()
-
getGetNasJobMethod
public static io.grpc.MethodDescriptor<GetNasJobRequest,NasJob> getGetNasJobMethod()
-
getListNasJobsMethod
public static io.grpc.MethodDescriptor<ListNasJobsRequest,ListNasJobsResponse> getListNasJobsMethod()
-
getDeleteNasJobMethod
public static io.grpc.MethodDescriptor<DeleteNasJobRequest,com.google.longrunning.Operation> getDeleteNasJobMethod()
-
getCancelNasJobMethod
public static io.grpc.MethodDescriptor<CancelNasJobRequest,com.google.protobuf.Empty> getCancelNasJobMethod()
-
getGetNasTrialDetailMethod
public static io.grpc.MethodDescriptor<GetNasTrialDetailRequest,NasTrialDetail> getGetNasTrialDetailMethod()
-
getListNasTrialDetailsMethod
public static io.grpc.MethodDescriptor<ListNasTrialDetailsRequest,ListNasTrialDetailsResponse> getListNasTrialDetailsMethod()
-
getCreateBatchPredictionJobMethod
public static io.grpc.MethodDescriptor<CreateBatchPredictionJobRequest,BatchPredictionJob> getCreateBatchPredictionJobMethod()
-
getGetBatchPredictionJobMethod
public static io.grpc.MethodDescriptor<GetBatchPredictionJobRequest,BatchPredictionJob> getGetBatchPredictionJobMethod()
-
getListBatchPredictionJobsMethod
public static io.grpc.MethodDescriptor<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse> getListBatchPredictionJobsMethod()
-
getDeleteBatchPredictionJobMethod
public static io.grpc.MethodDescriptor<DeleteBatchPredictionJobRequest,com.google.longrunning.Operation> getDeleteBatchPredictionJobMethod()
-
getCancelBatchPredictionJobMethod
public static io.grpc.MethodDescriptor<CancelBatchPredictionJobRequest,com.google.protobuf.Empty> getCancelBatchPredictionJobMethod()
-
getCreateModelDeploymentMonitoringJobMethod
public static io.grpc.MethodDescriptor<CreateModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> getCreateModelDeploymentMonitoringJobMethod()
-
getSearchModelDeploymentMonitoringStatsAnomaliesMethod
public static io.grpc.MethodDescriptor<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse> getSearchModelDeploymentMonitoringStatsAnomaliesMethod()
-
getGetModelDeploymentMonitoringJobMethod
public static io.grpc.MethodDescriptor<GetModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> getGetModelDeploymentMonitoringJobMethod()
-
getListModelDeploymentMonitoringJobsMethod
public static io.grpc.MethodDescriptor<ListModelDeploymentMonitoringJobsRequest,ListModelDeploymentMonitoringJobsResponse> getListModelDeploymentMonitoringJobsMethod()
-
getUpdateModelDeploymentMonitoringJobMethod
public static io.grpc.MethodDescriptor<UpdateModelDeploymentMonitoringJobRequest,com.google.longrunning.Operation> getUpdateModelDeploymentMonitoringJobMethod()
-
getDeleteModelDeploymentMonitoringJobMethod
public static io.grpc.MethodDescriptor<DeleteModelDeploymentMonitoringJobRequest,com.google.longrunning.Operation> getDeleteModelDeploymentMonitoringJobMethod()
-
getPauseModelDeploymentMonitoringJobMethod
public static io.grpc.MethodDescriptor<PauseModelDeploymentMonitoringJobRequest,com.google.protobuf.Empty> getPauseModelDeploymentMonitoringJobMethod()
-
getResumeModelDeploymentMonitoringJobMethod
public static io.grpc.MethodDescriptor<ResumeModelDeploymentMonitoringJobRequest,com.google.protobuf.Empty> getResumeModelDeploymentMonitoringJobMethod()
-
newStub
public static JobServiceGrpc.JobServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static JobServiceGrpc.JobServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static JobServiceGrpc.JobServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(JobServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-