@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/job_service.proto") public final class JobServiceGrpc extends Object
A service for creating and managing Vertex AI's jobs.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateCustomJobRequest,CustomJob> getCreateCustomJobMethod()
public static io.grpc.MethodDescriptor<GetCustomJobRequest,CustomJob> getGetCustomJobMethod()
public static io.grpc.MethodDescriptor<ListCustomJobsRequest,ListCustomJobsResponse> getListCustomJobsMethod()
public static io.grpc.MethodDescriptor<DeleteCustomJobRequest,com.google.longrunning.Operation> getDeleteCustomJobMethod()
public static io.grpc.MethodDescriptor<CancelCustomJobRequest,com.google.protobuf.Empty> getCancelCustomJobMethod()
public static io.grpc.MethodDescriptor<CreateDataLabelingJobRequest,DataLabelingJob> getCreateDataLabelingJobMethod()
public static io.grpc.MethodDescriptor<GetDataLabelingJobRequest,DataLabelingJob> getGetDataLabelingJobMethod()
public static io.grpc.MethodDescriptor<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse> getListDataLabelingJobsMethod()
public static io.grpc.MethodDescriptor<DeleteDataLabelingJobRequest,com.google.longrunning.Operation> getDeleteDataLabelingJobMethod()
public static io.grpc.MethodDescriptor<CancelDataLabelingJobRequest,com.google.protobuf.Empty> getCancelDataLabelingJobMethod()
public static io.grpc.MethodDescriptor<CreateHyperparameterTuningJobRequest,HyperparameterTuningJob> getCreateHyperparameterTuningJobMethod()
public static io.grpc.MethodDescriptor<GetHyperparameterTuningJobRequest,HyperparameterTuningJob> getGetHyperparameterTuningJobMethod()
public static io.grpc.MethodDescriptor<ListHyperparameterTuningJobsRequest,ListHyperparameterTuningJobsResponse> getListHyperparameterTuningJobsMethod()
public static io.grpc.MethodDescriptor<DeleteHyperparameterTuningJobRequest,com.google.longrunning.Operation> getDeleteHyperparameterTuningJobMethod()
public static io.grpc.MethodDescriptor<CancelHyperparameterTuningJobRequest,com.google.protobuf.Empty> getCancelHyperparameterTuningJobMethod()
public static io.grpc.MethodDescriptor<CreateNasJobRequest,NasJob> getCreateNasJobMethod()
public static io.grpc.MethodDescriptor<GetNasJobRequest,NasJob> getGetNasJobMethod()
public static io.grpc.MethodDescriptor<ListNasJobsRequest,ListNasJobsResponse> getListNasJobsMethod()
public static io.grpc.MethodDescriptor<DeleteNasJobRequest,com.google.longrunning.Operation> getDeleteNasJobMethod()
public static io.grpc.MethodDescriptor<CancelNasJobRequest,com.google.protobuf.Empty> getCancelNasJobMethod()
public static io.grpc.MethodDescriptor<GetNasTrialDetailRequest,NasTrialDetail> getGetNasTrialDetailMethod()
public static io.grpc.MethodDescriptor<ListNasTrialDetailsRequest,ListNasTrialDetailsResponse> getListNasTrialDetailsMethod()
public static io.grpc.MethodDescriptor<CreateBatchPredictionJobRequest,BatchPredictionJob> getCreateBatchPredictionJobMethod()
public static io.grpc.MethodDescriptor<GetBatchPredictionJobRequest,BatchPredictionJob> getGetBatchPredictionJobMethod()
public static io.grpc.MethodDescriptor<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse> getListBatchPredictionJobsMethod()
public static io.grpc.MethodDescriptor<DeleteBatchPredictionJobRequest,com.google.longrunning.Operation> getDeleteBatchPredictionJobMethod()
public static io.grpc.MethodDescriptor<CancelBatchPredictionJobRequest,com.google.protobuf.Empty> getCancelBatchPredictionJobMethod()
public static io.grpc.MethodDescriptor<CreateModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> getCreateModelDeploymentMonitoringJobMethod()
public static io.grpc.MethodDescriptor<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse> getSearchModelDeploymentMonitoringStatsAnomaliesMethod()
public static io.grpc.MethodDescriptor<GetModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> getGetModelDeploymentMonitoringJobMethod()
public static io.grpc.MethodDescriptor<ListModelDeploymentMonitoringJobsRequest,ListModelDeploymentMonitoringJobsResponse> getListModelDeploymentMonitoringJobsMethod()
public static io.grpc.MethodDescriptor<UpdateModelDeploymentMonitoringJobRequest,com.google.longrunning.Operation> getUpdateModelDeploymentMonitoringJobMethod()
public static io.grpc.MethodDescriptor<DeleteModelDeploymentMonitoringJobRequest,com.google.longrunning.Operation> getDeleteModelDeploymentMonitoringJobMethod()
public static io.grpc.MethodDescriptor<PauseModelDeploymentMonitoringJobRequest,com.google.protobuf.Empty> getPauseModelDeploymentMonitoringJobMethod()
public static io.grpc.MethodDescriptor<ResumeModelDeploymentMonitoringJobRequest,com.google.protobuf.Empty> getResumeModelDeploymentMonitoringJobMethod()
public static JobServiceGrpc.JobServiceStub newStub(io.grpc.Channel channel)
public static JobServiceGrpc.JobServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static JobServiceGrpc.JobServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(JobServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.