Class: Aws::SageMaker::Types::ConditionStepMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ConditionStepMetadata
- Defined in:
- gems/aws-sdk-sagemaker/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.
8157 8158 8159 8160 8161 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8157 class ConditionStepMetadata < Struct.new( :outcome) SENSITIVE = [] include Aws::Structure end |