Uses of Class
software.amazon.awssdk.services.sagemaker.model.PartnerAppConfig
-
Packages that use PartnerAppConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of PartnerAppConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return PartnerAppConfig Modifier and Type Method Description PartnerAppConfigCreatePartnerAppRequest. applicationConfig()Configuration settings for the SageMaker Partner AI App.PartnerAppConfigDescribePartnerAppResponse. applicationConfig()Configuration settings for the SageMaker Partner AI App.PartnerAppConfigUpdatePartnerAppRequest. applicationConfig()Configuration settings for the SageMaker Partner AI App.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type PartnerAppConfig Modifier and Type Method Description CreatePartnerAppRequest.BuilderCreatePartnerAppRequest.Builder. applicationConfig(PartnerAppConfig applicationConfig)Configuration settings for the SageMaker Partner AI App.DescribePartnerAppResponse.BuilderDescribePartnerAppResponse.Builder. applicationConfig(PartnerAppConfig applicationConfig)Configuration settings for the SageMaker Partner AI App.UpdatePartnerAppRequest.BuilderUpdatePartnerAppRequest.Builder. applicationConfig(PartnerAppConfig applicationConfig)Configuration settings for the SageMaker Partner AI App.
-