Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateHubContentReferenceResponse
-
Packages that use CreateHubContentReferenceResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of CreateHubContentReferenceResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return CreateHubContentReferenceResponse Modifier and Type Method Description default CreateHubContentReferenceResponseSageMakerClient. createHubContentReference(Consumer<CreateHubContentReferenceRequest.Builder> createHubContentReferenceRequest)Create a hub content reference in order to add a model in the JumpStart public hub to a private hub.default CreateHubContentReferenceResponseSageMakerClient. createHubContentReference(CreateHubContentReferenceRequest createHubContentReferenceRequest)Create a hub content reference in order to add a model in the JumpStart public hub to a private hub.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type CreateHubContentReferenceResponse Modifier and Type Method Description default CompletableFuture<CreateHubContentReferenceResponse>SageMakerAsyncClient. createHubContentReference(Consumer<CreateHubContentReferenceRequest.Builder> createHubContentReferenceRequest)Create a hub content reference in order to add a model in the JumpStart public hub to a private hub.default CompletableFuture<CreateHubContentReferenceResponse>SageMakerAsyncClient. createHubContentReference(CreateHubContentReferenceRequest createHubContentReferenceRequest)Create a hub content reference in order to add a model in the JumpStart public hub to a private hub.
-