Class: Aws::SageMaker::Types::ConditionStepMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ConditionStepMetadata
- 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
-
#outcome ⇒ String
The outcome of the Condition step evaluation.
Instance Attribute Details
#outcome ⇒ String
The outcome of the Condition step evaluation.
5189 5190 5191 5192 5193 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 5189 class ConditionStepMetadata < Struct.new( :outcome) SENSITIVE = [] include Aws::Structure end |