Uses of Interface
software.amazon.awssdk.services.sagemaker.model.PartnerAppConfig.Builder
-
Packages that use PartnerAppConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of PartnerAppConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return PartnerAppConfig.Builder Modifier and Type Method Description PartnerAppConfig.BuilderPartnerAppConfig.Builder. adminUsers(String... adminUsers)The list of users that are given admin access to the SageMaker Partner AI App.PartnerAppConfig.BuilderPartnerAppConfig.Builder. adminUsers(Collection<String> adminUsers)The list of users that are given admin access to the SageMaker Partner AI App.PartnerAppConfig.BuilderPartnerAppConfig.Builder. arguments(Map<String,String> arguments)This is a map of required inputs for a SageMaker Partner AI App.static PartnerAppConfig.BuilderPartnerAppConfig. builder()PartnerAppConfig.BuilderPartnerAppConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type PartnerAppConfig.Builder Modifier and Type Method Description static Class<? extends PartnerAppConfig.Builder>PartnerAppConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type PartnerAppConfig.Builder Modifier and Type Method Description default CreatePartnerAppRequest.BuilderCreatePartnerAppRequest.Builder. applicationConfig(Consumer<PartnerAppConfig.Builder> applicationConfig)Configuration settings for the SageMaker Partner AI App.default DescribePartnerAppResponse.BuilderDescribePartnerAppResponse.Builder. applicationConfig(Consumer<PartnerAppConfig.Builder> applicationConfig)Configuration settings for the SageMaker Partner AI App.default UpdatePartnerAppRequest.BuilderUpdatePartnerAppRequest.Builder. applicationConfig(Consumer<PartnerAppConfig.Builder> applicationConfig)Configuration settings for the SageMaker Partner AI App.
-