Class: Aws::BedrockAgent::Types::MismatchedNodeOutputTypeFlowValidationDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Details about mismatched output data types in a node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#expected_typeString

The expected data type for the node output.

Returns:

  • (String)


5846
5847
5848
5849
5850
5851
5852
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5846

class MismatchedNodeOutputTypeFlowValidationDetails < Struct.new(
  :expected_type,
  :node,
  :output)
  SENSITIVE = []
  include Aws::Structure
end

#nodeString

The name of the node containing the output with the mismatched data type.

Returns:

  • (String)


5846
5847
5848
5849
5850
5851
5852
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5846

class MismatchedNodeOutputTypeFlowValidationDetails < Struct.new(
  :expected_type,
  :node,
  :output)
  SENSITIVE = []
  include Aws::Structure
end

#outputString

The name of the output with the mismatched data type.

Returns:

  • (String)


5846
5847
5848
5849
5850
5851
5852
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5846

class MismatchedNodeOutputTypeFlowValidationDetails < Struct.new(
  :expected_type,
  :node,
  :output)
  SENSITIVE = []
  include Aws::Structure
end