Package com.google.cloud.aiplatform.v1
Class ModelServiceGrpc
- java.lang.Object
-
- com.google.cloud.aiplatform.v1.ModelServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1/model_service.proto") public final class ModelServiceGrpc extends Object
A service for managing Vertex AI's machine learning Models.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ModelServiceGrpc.AsyncService
A service for managing Vertex AI's machine learning Models.static class
ModelServiceGrpc.ModelServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ModelService.static class
ModelServiceGrpc.ModelServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ModelService.static class
ModelServiceGrpc.ModelServiceImplBase
Base class for the server implementation of the service ModelService.static class
ModelServiceGrpc.ModelServiceStub
A stub to allow clients to do asynchronous rpc calls to service ModelService.
-
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
-
getUploadModelMethod
public static io.grpc.MethodDescriptor<UploadModelRequest,com.google.longrunning.Operation> getUploadModelMethod()
-
getGetModelMethod
public static io.grpc.MethodDescriptor<GetModelRequest,Model> getGetModelMethod()
-
getListModelsMethod
public static io.grpc.MethodDescriptor<ListModelsRequest,ListModelsResponse> getListModelsMethod()
-
getListModelVersionsMethod
public static io.grpc.MethodDescriptor<ListModelVersionsRequest,ListModelVersionsResponse> getListModelVersionsMethod()
-
getUpdateModelMethod
public static io.grpc.MethodDescriptor<UpdateModelRequest,Model> getUpdateModelMethod()
-
getUpdateExplanationDatasetMethod
public static io.grpc.MethodDescriptor<UpdateExplanationDatasetRequest,com.google.longrunning.Operation> getUpdateExplanationDatasetMethod()
-
getDeleteModelMethod
public static io.grpc.MethodDescriptor<DeleteModelRequest,com.google.longrunning.Operation> getDeleteModelMethod()
-
getDeleteModelVersionMethod
public static io.grpc.MethodDescriptor<DeleteModelVersionRequest,com.google.longrunning.Operation> getDeleteModelVersionMethod()
-
getMergeVersionAliasesMethod
public static io.grpc.MethodDescriptor<MergeVersionAliasesRequest,Model> getMergeVersionAliasesMethod()
-
getExportModelMethod
public static io.grpc.MethodDescriptor<ExportModelRequest,com.google.longrunning.Operation> getExportModelMethod()
-
getCopyModelMethod
public static io.grpc.MethodDescriptor<CopyModelRequest,com.google.longrunning.Operation> getCopyModelMethod()
-
getImportModelEvaluationMethod
public static io.grpc.MethodDescriptor<ImportModelEvaluationRequest,ModelEvaluation> getImportModelEvaluationMethod()
-
getBatchImportModelEvaluationSlicesMethod
public static io.grpc.MethodDescriptor<BatchImportModelEvaluationSlicesRequest,BatchImportModelEvaluationSlicesResponse> getBatchImportModelEvaluationSlicesMethod()
-
getBatchImportEvaluatedAnnotationsMethod
public static io.grpc.MethodDescriptor<BatchImportEvaluatedAnnotationsRequest,BatchImportEvaluatedAnnotationsResponse> getBatchImportEvaluatedAnnotationsMethod()
-
getGetModelEvaluationMethod
public static io.grpc.MethodDescriptor<GetModelEvaluationRequest,ModelEvaluation> getGetModelEvaluationMethod()
-
getListModelEvaluationsMethod
public static io.grpc.MethodDescriptor<ListModelEvaluationsRequest,ListModelEvaluationsResponse> getListModelEvaluationsMethod()
-
getGetModelEvaluationSliceMethod
public static io.grpc.MethodDescriptor<GetModelEvaluationSliceRequest,ModelEvaluationSlice> getGetModelEvaluationSliceMethod()
-
getListModelEvaluationSlicesMethod
public static io.grpc.MethodDescriptor<ListModelEvaluationSlicesRequest,ListModelEvaluationSlicesResponse> getListModelEvaluationSlicesMethod()
-
newStub
public static ModelServiceGrpc.ModelServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ModelServiceGrpc.ModelServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ModelServiceGrpc.ModelServiceFutureStub 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(ModelServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-