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.
4922 4923 4924 4925 4926 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4922 class ConditionStepMetadata < Struct.new( :outcome) SENSITIVE = [] include Aws::Structure end |