Class: Aws::SageMaker::Types::EMRStepMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EMRStepMetadata
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The configurations and outcomes of an Amazon EMR step execution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
The identifier of the EMR cluster.
-
#log_file_path ⇒ String
The path to the log file where the cluster step’s failure root cause is recorded.
-
#step_id ⇒ String
The identifier of the EMR cluster step.
-
#step_name ⇒ String
The name of the EMR cluster step.
Instance Attribute Details
#cluster_id ⇒ String
The identifier of the EMR cluster.
19135 19136 19137 19138 19139 19140 19141 19142 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19135 class EMRStepMetadata < Struct.new( :cluster_id, :step_id, :step_name, :log_file_path) SENSITIVE = [] include Aws::Structure end |
#log_file_path ⇒ String
The path to the log file where the cluster step’s failure root cause is recorded.
19135 19136 19137 19138 19139 19140 19141 19142 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19135 class EMRStepMetadata < Struct.new( :cluster_id, :step_id, :step_name, :log_file_path) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The identifier of the EMR cluster step.
19135 19136 19137 19138 19139 19140 19141 19142 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19135 class EMRStepMetadata < Struct.new( :cluster_id, :step_id, :step_name, :log_file_path) SENSITIVE = [] include Aws::Structure end |
#step_name ⇒ String
The name of the EMR cluster step.
19135 19136 19137 19138 19139 19140 19141 19142 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19135 class EMRStepMetadata < Struct.new( :cluster_id, :step_id, :step_name, :log_file_path) SENSITIVE = [] include Aws::Structure end |