public final class ModelServiceGrpc
A service for managing Vertex AI's machine learning Models.
Static Fields
public static final String SERVICE_NAME
Field Value
Static Methods
public static MethodDescriptor<DeleteModelRequest,Operation> getDeleteModelMethod()
Returns
public static MethodDescriptor<ExportModelRequest,Operation> getExportModelMethod()
Returns
public static MethodDescriptor<GetModelEvaluationRequest,ModelEvaluation> getGetModelEvaluationMethod()
Returns
public static MethodDescriptor<GetModelEvaluationSliceRequest,ModelEvaluationSlice> getGetModelEvaluationSliceMethod()
Returns
public static MethodDescriptor<GetModelRequest,Model> getGetModelMethod()
Returns
public static MethodDescriptor<ListModelEvaluationSlicesRequest,ListModelEvaluationSlicesResponse> getListModelEvaluationSlicesMethod()
Returns
public static MethodDescriptor<ListModelEvaluationsRequest,ListModelEvaluationsResponse> getListModelEvaluationsMethod()
Returns
public static MethodDescriptor<ListModelsRequest,ListModelsResponse> getListModelsMethod()
Returns
public static ServiceDescriptor getServiceDescriptor()
Returns
Type | Description |
io.grpc.ServiceDescriptor | |
public static MethodDescriptor<UpdateModelRequest,Model> getUpdateModelMethod()
Returns
public static MethodDescriptor<UploadModelRequest,Operation> getUploadModelMethod()
Returns
public static ModelServiceGrpc.ModelServiceBlockingStub 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 ModelServiceGrpc.ModelServiceFutureStub 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 ModelServiceGrpc.ModelServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter
Name | Description |
channel | io.grpc.Channel
|
Returns