Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnAppPropsMixin.Builder
Packages that use CfnAppPropsMixin.Builder
-
Uses of CfnAppPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnAppPropsMixin.BuilderModifier and TypeMethodDescriptionThe name of the app.The type of app.static CfnAppPropsMixin.BuilderCfnAppPropsMixin.Builder.create()static CfnAppPropsMixin.BuilderCfnAppPropsMixin.Builder.create(CfnPropertyMixinOptions options) The domain ID.CfnAppPropsMixin.Builder.recoveryMode(Boolean recoveryMode) Indicates whether the application is launched in recovery mode.CfnAppPropsMixin.Builder.recoveryMode(IResolvable recoveryMode) Indicates whether the application is launched in recovery mode.CfnAppPropsMixin.Builder.resourceSpec(CfnAppPropsMixin.ResourceSpecProperty resourceSpec) Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.CfnAppPropsMixin.Builder.resourceSpec(IResolvable resourceSpec) Specifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.An array of key-value pairs to apply to this resource.CfnAppPropsMixin.Builder.userProfileName(String userProfileName) The user profile name.