Uses of Class
software.amazon.awssdk.services.sagemaker.model.EmrSettings
-
Packages that use EmrSettings Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EmrSettings in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EmrSettings Modifier and Type Method Description EmrSettingsJupyterLabAppSettings. emrSettings()The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EmrSettings Modifier and Type Method Description JupyterLabAppSettings.BuilderJupyterLabAppSettings.Builder. emrSettings(EmrSettings emrSettings)The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.
-