Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreatePartnerAppResponse
-
Packages that use CreatePartnerAppResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of CreatePartnerAppResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return CreatePartnerAppResponse Modifier and Type Method Description default CreatePartnerAppResponseSageMakerClient. createPartnerApp(Consumer<CreatePartnerAppRequest.Builder> createPartnerAppRequest)Creates an Amazon SageMaker Partner AI App.default CreatePartnerAppResponseSageMakerClient. createPartnerApp(CreatePartnerAppRequest createPartnerAppRequest)Creates an Amazon SageMaker Partner AI App.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type CreatePartnerAppResponse Modifier and Type Method Description default CompletableFuture<CreatePartnerAppResponse>SageMakerAsyncClient. createPartnerApp(Consumer<CreatePartnerAppRequest.Builder> createPartnerAppRequest)Creates an Amazon SageMaker Partner AI App.default CompletableFuture<CreatePartnerAppResponse>SageMakerAsyncClient. createPartnerApp(CreatePartnerAppRequest createPartnerAppRequest)Creates an Amazon SageMaker Partner AI App.
-