Class: Aws::SageMaker::Types::ConditionStepMetadata

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

Overview

Metadata for a Condition step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#outcomeString

The outcome of the Condition step evaluation.

Returns:

  • (String)


4150
4151
4152
4153
4154
# File 'lib/aws-sdk-sagemaker/types.rb', line 4150

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