Uses of Class
software.amazon.awssdk.services.sagemaker.model.DescribePartnerAppResponse
-
Packages that use DescribePartnerAppResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DescribePartnerAppResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DescribePartnerAppResponse Modifier and Type Method Description default DescribePartnerAppResponseSageMakerClient. describePartnerApp(Consumer<DescribePartnerAppRequest.Builder> describePartnerAppRequest)Gets information about a SageMaker Partner AI App.default DescribePartnerAppResponseSageMakerClient. describePartnerApp(DescribePartnerAppRequest describePartnerAppRequest)Gets information about a SageMaker Partner AI App.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DescribePartnerAppResponse Modifier and Type Method Description default CompletableFuture<DescribePartnerAppResponse>SageMakerAsyncClient. describePartnerApp(Consumer<DescribePartnerAppRequest.Builder> describePartnerAppRequest)Gets information about a SageMaker Partner AI App.default CompletableFuture<DescribePartnerAppResponse>SageMakerAsyncClient. describePartnerApp(DescribePartnerAppRequest describePartnerAppRequest)Gets information about a SageMaker Partner AI App.
-