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

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

Instance Attribute Details

#cluster_idString

The identifier of the EMR cluster.

Returns:

  • (String)


17996
17997
17998
17999
18000
18001
18002
18003
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17996

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)


17996
17997
17998
17999
18000
18001
18002
18003
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17996

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)


17996
17997
17998
17999
18000
18001
18002
18003
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17996

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)


17996
17997
17998
17999
18000
18001
18002
18003
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 17996

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