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.
20728 20729 20730 20731 20732 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20728 class EmrServerlessComputeConfig < Struct.new( :execution_role_arn) SENSITIVE = [] include Aws::Structure end |