Class: Aws::SageMaker::Types::EmrServerlessComputeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EmrServerlessComputeConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
<note markdown=“1”> This data type is intended for use exclusively by SageMaker Canvas and cannot be used in other contexts at the moment.
</note>
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].
[1]: docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-create-experiment.html [2]: docs.aws.amazon.com/sagemaker/latest/dg/autopilot-create-experiment-timeseries-forecasting.html#timeseries-forecasting-api-optional-params
19581 19582 19583 19584 19585 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19581 class EmrServerlessComputeConfig < Struct.new( :execution_role_arn) SENSITIVE = [] include Aws::Structure end |