Class JobServiceGrpc (3.42.0)

public final class JobServiceGrpc

A service for creating and managing Vertex AI's jobs.

Inheritance

java.lang.Object > JobServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(JobServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(JobServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceJobServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCancelBatchPredictionJobMethod()

public static MethodDescriptor<CancelBatchPredictionJobRequest,Empty> getCancelBatchPredictionJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CancelBatchPredictionJobRequest,Empty>

getCancelCustomJobMethod()

public static MethodDescriptor<CancelCustomJobRequest,Empty> getCancelCustomJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CancelCustomJobRequest,Empty>

getCancelDataLabelingJobMethod()

public static MethodDescriptor<CancelDataLabelingJobRequest,Empty> getCancelDataLabelingJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CancelDataLabelingJobRequest,Empty>

getCancelHyperparameterTuningJobMethod()

public static MethodDescriptor<CancelHyperparameterTuningJobRequest,Empty> getCancelHyperparameterTuningJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CancelHyperparameterTuningJobRequest,Empty>

getCancelNasJobMethod()

public static MethodDescriptor<CancelNasJobRequest,Empty> getCancelNasJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CancelNasJobRequest,Empty>

getCreateBatchPredictionJobMethod()

public static MethodDescriptor<CreateBatchPredictionJobRequest,BatchPredictionJob> getCreateBatchPredictionJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateBatchPredictionJobRequest,BatchPredictionJob>

getCreateCustomJobMethod()

public static MethodDescriptor<CreateCustomJobRequest,CustomJob> getCreateCustomJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateCustomJobRequest,CustomJob>

getCreateDataLabelingJobMethod()

public static MethodDescriptor<CreateDataLabelingJobRequest,DataLabelingJob> getCreateDataLabelingJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateDataLabelingJobRequest,DataLabelingJob>

getCreateHyperparameterTuningJobMethod()

public static MethodDescriptor<CreateHyperparameterTuningJobRequest,HyperparameterTuningJob> getCreateHyperparameterTuningJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateHyperparameterTuningJobRequest,HyperparameterTuningJob>

getCreateModelDeploymentMonitoringJobMethod()

public static MethodDescriptor<CreateModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> getCreateModelDeploymentMonitoringJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob>

getCreateNasJobMethod()

public static MethodDescriptor<CreateNasJobRequest,NasJob> getCreateNasJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateNasJobRequest,NasJob>

getDeleteBatchPredictionJobMethod()

public static MethodDescriptor<DeleteBatchPredictionJobRequest,Operation> getDeleteBatchPredictionJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteBatchPredictionJobRequest,Operation>

getDeleteCustomJobMethod()

public static MethodDescriptor<DeleteCustomJobRequest,Operation> getDeleteCustomJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteCustomJobRequest,Operation>

getDeleteDataLabelingJobMethod()

public static MethodDescriptor<DeleteDataLabelingJobRequest,Operation> getDeleteDataLabelingJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteDataLabelingJobRequest,Operation>

getDeleteHyperparameterTuningJobMethod()

public static MethodDescriptor<DeleteHyperparameterTuningJobRequest,Operation> getDeleteHyperparameterTuningJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteHyperparameterTuningJobRequest,Operation>

getDeleteModelDeploymentMonitoringJobMethod()

public static MethodDescriptor<DeleteModelDeploymentMonitoringJobRequest,Operation> getDeleteModelDeploymentMonitoringJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteModelDeploymentMonitoringJobRequest,Operation>

getDeleteNasJobMethod()

public static MethodDescriptor<DeleteNasJobRequest,Operation> getDeleteNasJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteNasJobRequest,Operation>

getGetBatchPredictionJobMethod()

public static MethodDescriptor<GetBatchPredictionJobRequest,BatchPredictionJob> getGetBatchPredictionJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetBatchPredictionJobRequest,BatchPredictionJob>

getGetCustomJobMethod()

public static MethodDescriptor<GetCustomJobRequest,CustomJob> getGetCustomJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetCustomJobRequest,CustomJob>

getGetDataLabelingJobMethod()

public static MethodDescriptor<GetDataLabelingJobRequest,DataLabelingJob> getGetDataLabelingJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetDataLabelingJobRequest,DataLabelingJob>

getGetHyperparameterTuningJobMethod()

public static MethodDescriptor<GetHyperparameterTuningJobRequest,HyperparameterTuningJob> getGetHyperparameterTuningJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetHyperparameterTuningJobRequest,HyperparameterTuningJob>

getGetModelDeploymentMonitoringJobMethod()

public static MethodDescriptor<GetModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> getGetModelDeploymentMonitoringJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob>

getGetNasJobMethod()

public static MethodDescriptor<GetNasJobRequest,NasJob> getGetNasJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetNasJobRequest,NasJob>

getGetNasTrialDetailMethod()

public static MethodDescriptor<GetNasTrialDetailRequest,NasTrialDetail> getGetNasTrialDetailMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetNasTrialDetailRequest,NasTrialDetail>

getListBatchPredictionJobsMethod()

public static MethodDescriptor<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse> getListBatchPredictionJobsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse>

getListCustomJobsMethod()

public static MethodDescriptor<ListCustomJobsRequest,ListCustomJobsResponse> getListCustomJobsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListCustomJobsRequest,ListCustomJobsResponse>

getListDataLabelingJobsMethod()

public static MethodDescriptor<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse> getListDataLabelingJobsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse>

getListHyperparameterTuningJobsMethod()

public static MethodDescriptor<ListHyperparameterTuningJobsRequest,ListHyperparameterTuningJobsResponse> getListHyperparameterTuningJobsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListHyperparameterTuningJobsRequest,ListHyperparameterTuningJobsResponse>

getListModelDeploymentMonitoringJobsMethod()

public static MethodDescriptor<ListModelDeploymentMonitoringJobsRequest,ListModelDeploymentMonitoringJobsResponse> getListModelDeploymentMonitoringJobsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListModelDeploymentMonitoringJobsRequest,ListModelDeploymentMonitoringJobsResponse>

getListNasJobsMethod()

public static MethodDescriptor<ListNasJobsRequest,ListNasJobsResponse> getListNasJobsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListNasJobsRequest,ListNasJobsResponse>

getListNasTrialDetailsMethod()

public static MethodDescriptor<ListNasTrialDetailsRequest,ListNasTrialDetailsResponse> getListNasTrialDetailsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListNasTrialDetailsRequest,ListNasTrialDetailsResponse>

getPauseModelDeploymentMonitoringJobMethod()

public static MethodDescriptor<PauseModelDeploymentMonitoringJobRequest,Empty> getPauseModelDeploymentMonitoringJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<PauseModelDeploymentMonitoringJobRequest,Empty>

getResumeModelDeploymentMonitoringJobMethod()

public static MethodDescriptor<ResumeModelDeploymentMonitoringJobRequest,Empty> getResumeModelDeploymentMonitoringJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ResumeModelDeploymentMonitoringJobRequest,Empty>

getSearchModelDeploymentMonitoringStatsAnomaliesMethod()

public static MethodDescriptor<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse> getSearchModelDeploymentMonitoringStatsAnomaliesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateModelDeploymentMonitoringJobMethod()

public static MethodDescriptor<UpdateModelDeploymentMonitoringJobRequest,Operation> getUpdateModelDeploymentMonitoringJobMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateModelDeploymentMonitoringJobRequest,Operation>

newBlockingStub(Channel channel)

public static JobServiceGrpc.JobServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
JobServiceGrpc.JobServiceBlockingStub

newFutureStub(Channel channel)

public static JobServiceGrpc.JobServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
JobServiceGrpc.JobServiceFutureStub

newStub(Channel channel)

public static JobServiceGrpc.JobServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
JobServiceGrpc.JobServiceStub