Class: Aws::SageMaker::Types::EMRStepMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EMRStepMetadata
- Defined in:
- gems/aws-sdk-sagemaker/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.
19174 19175 19176 19177 19178 19179 19180 19181 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19174 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.
19174 19175 19176 19177 19178 19179 19180 19181 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19174 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.
19174 19175 19176 19177 19178 19179 19180 19181 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19174 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.
19174 19175 19176 19177 19178 19179 19180 19181 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19174 class EMRStepMetadata < Struct.new( :cluster_id, :step_id, :step_name, :log_file_path) SENSITIVE = [] include Aws::Structure end |