Class ModelServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.ModelServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcModelServiceStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class ModelServiceStub
extends Object
implements BackgroundResource
Base stub class for the ModelService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()OperationCallable<DeleteModelRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<DeleteModelVersionRequest,com.google.protobuf.Empty, DeleteOperationMetadata> UnaryCallable<ListModelEvaluationSlicesRequest,ModelServiceClient.ListModelEvaluationSlicesPagedResponse> UnaryCallable<ListModelVersionCheckpointsRequest,ModelServiceClient.ListModelVersionCheckpointsPagedResponse> OperationCallable<UpdateExplanationDatasetRequest,UpdateExplanationDatasetResponse, UpdateExplanationDatasetOperationMetadata> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
ModelServiceStub
public ModelServiceStub()
-
-
Method Details
-
getOperationsStub
-
uploadModelOperationCallable
public OperationCallable<UploadModelRequest,UploadModelResponse, uploadModelOperationCallable()UploadModelOperationMetadata> -
uploadModelCallable
-
getModelCallable
-
listModelsPagedCallable
public UnaryCallable<ListModelsRequest,ModelServiceClient.ListModelsPagedResponse> listModelsPagedCallable() -
listModelsCallable
-
listModelVersionsPagedCallable
public UnaryCallable<ListModelVersionsRequest,ModelServiceClient.ListModelVersionsPagedResponse> listModelVersionsPagedCallable() -
listModelVersionsCallable
public UnaryCallable<ListModelVersionsRequest,ListModelVersionsResponse> listModelVersionsCallable() -
listModelVersionCheckpointsPagedCallable
public UnaryCallable<ListModelVersionCheckpointsRequest,ModelServiceClient.ListModelVersionCheckpointsPagedResponse> listModelVersionCheckpointsPagedCallable() -
listModelVersionCheckpointsCallable
public UnaryCallable<ListModelVersionCheckpointsRequest,ListModelVersionCheckpointsResponse> listModelVersionCheckpointsCallable() -
updateModelCallable
-
updateExplanationDatasetOperationCallable
public OperationCallable<UpdateExplanationDatasetRequest,UpdateExplanationDatasetResponse, updateExplanationDatasetOperationCallable()UpdateExplanationDatasetOperationMetadata> -
updateExplanationDatasetCallable
-
deleteModelOperationCallable
public OperationCallable<DeleteModelRequest,com.google.protobuf.Empty, deleteModelOperationCallable()DeleteOperationMetadata> -
deleteModelCallable
-
deleteModelVersionOperationCallable
public OperationCallable<DeleteModelVersionRequest,com.google.protobuf.Empty, deleteModelVersionOperationCallable()DeleteOperationMetadata> -
deleteModelVersionCallable
-
mergeVersionAliasesCallable
-
exportModelOperationCallable
public OperationCallable<ExportModelRequest,ExportModelResponse, exportModelOperationCallable()ExportModelOperationMetadata> -
exportModelCallable
-
copyModelOperationCallable
public OperationCallable<CopyModelRequest,CopyModelResponse, copyModelOperationCallable()CopyModelOperationMetadata> -
copyModelCallable
-
importModelEvaluationCallable
-
batchImportModelEvaluationSlicesCallable
public UnaryCallable<BatchImportModelEvaluationSlicesRequest,BatchImportModelEvaluationSlicesResponse> batchImportModelEvaluationSlicesCallable() -
batchImportEvaluatedAnnotationsCallable
public UnaryCallable<BatchImportEvaluatedAnnotationsRequest,BatchImportEvaluatedAnnotationsResponse> batchImportEvaluatedAnnotationsCallable() -
getModelEvaluationCallable
-
listModelEvaluationsPagedCallable
public UnaryCallable<ListModelEvaluationsRequest,ModelServiceClient.ListModelEvaluationsPagedResponse> listModelEvaluationsPagedCallable() -
listModelEvaluationsCallable
public UnaryCallable<ListModelEvaluationsRequest,ListModelEvaluationsResponse> listModelEvaluationsCallable() -
getModelEvaluationSliceCallable
public UnaryCallable<GetModelEvaluationSliceRequest,ModelEvaluationSlice> getModelEvaluationSliceCallable() -
listModelEvaluationSlicesPagedCallable
public UnaryCallable<ListModelEvaluationSlicesRequest,ModelServiceClient.ListModelEvaluationSlicesPagedResponse> listModelEvaluationSlicesPagedCallable() -
listModelEvaluationSlicesCallable
public UnaryCallable<ListModelEvaluationSlicesRequest,ListModelEvaluationSlicesResponse> listModelEvaluationSlicesCallable() -
recommendSpecCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,ModelServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-