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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#outcomeString

The outcome of the Condition step evaluation.

Returns:

  • (String)


4498
4499
4500
4501
4502
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4498

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