Uses of Class
software.amazon.awssdk.services.sagemaker.model.DescribeProjectResponse
-
Packages that use DescribeProjectResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DescribeProjectResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DescribeProjectResponse Modifier and Type Method Description default DescribeProjectResponseSageMakerClient. describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest)Describes the details of a project.default DescribeProjectResponseSageMakerClient. describeProject(DescribeProjectRequest describeProjectRequest)Describes the details of a project.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DescribeProjectResponse Modifier and Type Method Description default CompletableFuture<DescribeProjectResponse>SageMakerAsyncClient. describeProject(Consumer<DescribeProjectRequest.Builder> describeProjectRequest)Describes the details of a project.default CompletableFuture<DescribeProjectResponse>SageMakerAsyncClient. describeProject(DescribeProjectRequest describeProjectRequest)Describes the details of a project.
-