Class: Aws::SageMaker::Types::EMRStepMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_idString

The identifier of the EMR cluster.

Returns:

  • (String)


18002
18003
18004
18005
18006
18007
18008
18009
# File 'lib/aws-sdk-sagemaker/types.rb', line 18002

class EMRStepMetadata < Struct.new(
  :cluster_id,
  :step_id,
  :step_name,
  :log_file_path)
  SENSITIVE = []
  include Aws::Structure
end

#log_file_pathString

The path to the log file where the cluster step’s failure root cause is recorded.

Returns:

  • (String)


18002
18003
18004
18005
18006
18007
18008
18009
# File 'lib/aws-sdk-sagemaker/types.rb', line 18002

class EMRStepMetadata < Struct.new(
  :cluster_id,
  :step_id,
  :step_name,
  :log_file_path)
  SENSITIVE = []
  include Aws::Structure
end

#step_idString

The identifier of the EMR cluster step.

Returns:

  • (String)


18002
18003
18004
18005
18006
18007
18008
18009
# File 'lib/aws-sdk-sagemaker/types.rb', line 18002

class EMRStepMetadata < Struct.new(
  :cluster_id,
  :step_id,
  :step_name,
  :log_file_path)
  SENSITIVE = []
  include Aws::Structure
end

#step_nameString

The name of the EMR cluster step.

Returns:

  • (String)


18002
18003
18004
18005
18006
18007
18008
18009
# File 'lib/aws-sdk-sagemaker/types.rb', line 18002

class EMRStepMetadata < Struct.new(
  :cluster_id,
  :step_id,
  :step_name,
  :log_file_path)
  SENSITIVE = []
  include Aws::Structure
end