Class: Aws::SageMaker::Types::SelectedStep
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SelectedStep
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A step selected to run in selective execution mode.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_name ⇒ String
The name of the pipeline step.
Instance Attribute Details
#step_name ⇒ String
The name of the pipeline step.
40740 40741 40742 40743 40744 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40740 class SelectedStep < Struct.new( :step_name) SENSITIVE = [] include Aws::Structure end |