@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/aiplatform/v1beta1/model_service.proto") public final class ModelServiceGrpc extends Object
A service for managing Vertex AI's machine learning Models.
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<UploadModelRequest,com.google.longrunning.Operation> getUploadModelMethod()
public static io.grpc.MethodDescriptor<GetModelRequest,Model> getGetModelMethod()
public static io.grpc.MethodDescriptor<ListModelsRequest,ListModelsResponse> getListModelsMethod()
public static io.grpc.MethodDescriptor<ListModelVersionsRequest,ListModelVersionsResponse> getListModelVersionsMethod()
public static io.grpc.MethodDescriptor<UpdateModelRequest,Model> getUpdateModelMethod()
public static io.grpc.MethodDescriptor<UpdateExplanationDatasetRequest,com.google.longrunning.Operation> getUpdateExplanationDatasetMethod()
public static io.grpc.MethodDescriptor<DeleteModelRequest,com.google.longrunning.Operation> getDeleteModelMethod()
public static io.grpc.MethodDescriptor<DeleteModelVersionRequest,com.google.longrunning.Operation> getDeleteModelVersionMethod()
public static io.grpc.MethodDescriptor<MergeVersionAliasesRequest,Model> getMergeVersionAliasesMethod()
public static io.grpc.MethodDescriptor<ExportModelRequest,com.google.longrunning.Operation> getExportModelMethod()
public static io.grpc.MethodDescriptor<CopyModelRequest,com.google.longrunning.Operation> getCopyModelMethod()
public static io.grpc.MethodDescriptor<ImportModelEvaluationRequest,ModelEvaluation> getImportModelEvaluationMethod()
public static io.grpc.MethodDescriptor<BatchImportModelEvaluationSlicesRequest,BatchImportModelEvaluationSlicesResponse> getBatchImportModelEvaluationSlicesMethod()
public static io.grpc.MethodDescriptor<BatchImportEvaluatedAnnotationsRequest,BatchImportEvaluatedAnnotationsResponse> getBatchImportEvaluatedAnnotationsMethod()
public static io.grpc.MethodDescriptor<GetModelEvaluationRequest,ModelEvaluation> getGetModelEvaluationMethod()
public static io.grpc.MethodDescriptor<ListModelEvaluationsRequest,ListModelEvaluationsResponse> getListModelEvaluationsMethod()
public static io.grpc.MethodDescriptor<GetModelEvaluationSliceRequest,ModelEvaluationSlice> getGetModelEvaluationSliceMethod()
public static io.grpc.MethodDescriptor<ListModelEvaluationSlicesRequest,ListModelEvaluationSlicesResponse> getListModelEvaluationSlicesMethod()
public static ModelServiceGrpc.ModelServiceStub newStub(io.grpc.Channel channel)
public static ModelServiceGrpc.ModelServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ModelServiceGrpc.ModelServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(ModelServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.