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.
      20282 20283 20284 20285 20286 20287 20288 20289  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20282 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.
      20282 20283 20284 20285 20286 20287 20288 20289  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20282 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.
      20282 20283 20284 20285 20286 20287 20288 20289  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20282 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.
      20282 20283 20284 20285 20286 20287 20288 20289  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 20282 class EMRStepMetadata < Struct.new( :cluster_id, :step_id, :step_name, :log_file_path) SENSITIVE = [] include Aws::Structure end  |