Class: Aws::SageMaker::Types::SelectedStep

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

A step selected to run in selective execution mode.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_nameString

The name of the pipeline step.

Returns:

  • (String)


49670
49671
49672
49673
49674
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 49670

class SelectedStep < Struct.new(
  :step_name)
  SENSITIVE = []
  include Aws::Structure
end