Class: Aws::SageMaker::Types::EmrServerlessComputeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EmrServerlessComputeConfig
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Specifies the compute configuration for the EMR Serverless job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_role_arn ⇒ String
The ARN of the IAM role granting the AutoML job V2 the necessary permissions access policies to list, connect to, or manage EMR Serverless jobs.
Instance Attribute Details
#execution_role_arn ⇒ String
The ARN of the IAM role granting the AutoML job V2 the necessary permissions access policies to list, connect to, or manage EMR Serverless jobs. For detailed information about the required permissions of this role, see "How to configure AutoML to initiate a remote job on EMR Serverless for large datasets" in Create a regression or classification job for tabular data using the AutoML API or Create an AutoML job for time-series forecasting using the API.
19620 19621 19622 19623 19624 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19620 class EmrServerlessComputeConfig < Struct.new( :execution_role_arn) SENSITIVE = [] include Aws::Structure end |