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.
4883 4884 4885 4886 4887 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4883 class ConditionStepMetadata < Struct.new( :outcome) SENSITIVE = [] include Aws::Structure end |