Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateHubContentReferenceResponse
-
Packages that use UpdateHubContentReferenceResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateHubContentReferenceResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateHubContentReferenceResponse Modifier and Type Method Description default UpdateHubContentReferenceResponseSageMakerClient. updateHubContentReference(Consumer<UpdateHubContentReferenceRequest.Builder> updateHubContentReferenceRequest)Updates the contents of a SageMaker hub for aModelReferenceresource.default UpdateHubContentReferenceResponseSageMakerClient. updateHubContentReference(UpdateHubContentReferenceRequest updateHubContentReferenceRequest)Updates the contents of a SageMaker hub for aModelReferenceresource.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateHubContentReferenceResponse Modifier and Type Method Description default CompletableFuture<UpdateHubContentReferenceResponse>SageMakerAsyncClient. updateHubContentReference(Consumer<UpdateHubContentReferenceRequest.Builder> updateHubContentReferenceRequest)Updates the contents of a SageMaker hub for aModelReferenceresource.default CompletableFuture<UpdateHubContentReferenceResponse>SageMakerAsyncClient. updateHubContentReference(UpdateHubContentReferenceRequest updateHubContentReferenceRequest)Updates the contents of a SageMaker hub for aModelReferenceresource.
-