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