Uses of Class
software.amazon.awssdk.services.sagemaker.model.PartnerAppMaintenanceConfig
-
Packages that use PartnerAppMaintenanceConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of PartnerAppMaintenanceConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return PartnerAppMaintenanceConfig Modifier and Type Method Description PartnerAppMaintenanceConfigCreatePartnerAppRequest. maintenanceConfig()Maintenance configuration settings for the SageMaker Partner AI App.PartnerAppMaintenanceConfigDescribePartnerAppResponse. maintenanceConfig()Maintenance configuration settings for the SageMaker Partner AI App.PartnerAppMaintenanceConfigUpdatePartnerAppRequest. maintenanceConfig()Maintenance configuration settings for the SageMaker Partner AI App.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type PartnerAppMaintenanceConfig Modifier and Type Method Description CreatePartnerAppRequest.BuilderCreatePartnerAppRequest.Builder. maintenanceConfig(PartnerAppMaintenanceConfig maintenanceConfig)Maintenance configuration settings for the SageMaker Partner AI App.DescribePartnerAppResponse.BuilderDescribePartnerAppResponse.Builder. maintenanceConfig(PartnerAppMaintenanceConfig maintenanceConfig)Maintenance configuration settings for the SageMaker Partner AI App.UpdatePartnerAppRequest.BuilderUpdatePartnerAppRequest.Builder. maintenanceConfig(PartnerAppMaintenanceConfig maintenanceConfig)Maintenance configuration settings for the SageMaker Partner AI App.
-