Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateHubContentResponse
-
Packages that use UpdateHubContentResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateHubContentResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateHubContentResponse Modifier and Type Method Description default UpdateHubContentResponseSageMakerClient. updateHubContent(Consumer<UpdateHubContentRequest.Builder> updateHubContentRequest)Updates SageMaker hub content (either aModelorNotebookresource).default UpdateHubContentResponseSageMakerClient. updateHubContent(UpdateHubContentRequest updateHubContentRequest)Updates SageMaker hub content (either aModelorNotebookresource).Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateHubContentResponse Modifier and Type Method Description default CompletableFuture<UpdateHubContentResponse>SageMakerAsyncClient. updateHubContent(Consumer<UpdateHubContentRequest.Builder> updateHubContentRequest)Updates SageMaker hub content (either aModelorNotebookresource).default CompletableFuture<UpdateHubContentResponse>SageMakerAsyncClient. updateHubContent(UpdateHubContentRequest updateHubContentRequest)Updates SageMaker hub content (either aModelorNotebookresource).
-