Uses of Class
software.amazon.awssdk.services.sagemaker.model.DescribeHubContentResponse
-
Packages that use DescribeHubContentResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DescribeHubContentResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DescribeHubContentResponse Modifier and Type Method Description default DescribeHubContentResponseSageMakerClient. describeHubContent(Consumer<DescribeHubContentRequest.Builder> describeHubContentRequest)Describe the content of a hub.default DescribeHubContentResponseSageMakerClient. describeHubContent(DescribeHubContentRequest describeHubContentRequest)Describe the content of a hub.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DescribeHubContentResponse Modifier and Type Method Description default CompletableFuture<DescribeHubContentResponse>SageMakerAsyncClient. describeHubContent(Consumer<DescribeHubContentRequest.Builder> describeHubContentRequest)Describe the content of a hub.default CompletableFuture<DescribeHubContentResponse>SageMakerAsyncClient. describeHubContent(DescribeHubContentRequest describeHubContentRequest)Describe the content of a hub.
-