Uses of Interface
software.amazon.awssdk.services.sagemaker.model.RSessionAppSettings.Builder
-
Packages that use RSessionAppSettings.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of RSessionAppSettings.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return RSessionAppSettings.Builder Modifier and Type Method Description static RSessionAppSettings.BuilderRSessionAppSettings. builder()RSessionAppSettings.BuilderRSessionAppSettings.Builder. customImages(Collection<CustomImage> customImages)A list of custom SageMaker AI images that are configured to run as a RSession app.RSessionAppSettings.BuilderRSessionAppSettings.Builder. customImages(Consumer<CustomImage.Builder>... customImages)A list of custom SageMaker AI images that are configured to run as a RSession app.RSessionAppSettings.BuilderRSessionAppSettings.Builder. customImages(CustomImage... customImages)A list of custom SageMaker AI images that are configured to run as a RSession app.default RSessionAppSettings.BuilderRSessionAppSettings.Builder. defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)Sets the value of the DefaultResourceSpec property for this object.RSessionAppSettings.BuilderRSessionAppSettings.Builder. defaultResourceSpec(ResourceSpec defaultResourceSpec)Sets the value of the DefaultResourceSpec property for this object.RSessionAppSettings.BuilderRSessionAppSettings. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type RSessionAppSettings.Builder Modifier and Type Method Description static Class<? extends RSessionAppSettings.Builder>RSessionAppSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type RSessionAppSettings.Builder Modifier and Type Method Description default UserSettings.BuilderUserSettings.Builder. rSessionAppSettings(Consumer<RSessionAppSettings.Builder> rSessionAppSettings)A collection of settings that configure theRSessionGatewayapp.
-