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)


47472
47473
47474
47475
47476
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47472

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