Module: ContextDev::Models::AIAIQueryResponse::DataExtracted::DatapointValue

Extended by:
Internal::Type::Union
Defined in:
lib/context_dev/models/ai_ai_query_response.rb

Overview

Value of the extracted data point. Can be a primitive type, an array of primitives, or an array of objects when datapoint_list_type is ‘object’.

See Also:

Constant Summary collapse

StringArray =
ContextDev::Internal::Type::ArrayOf[String]
FloatArray =
ContextDev::Internal::Type::ArrayOf[Float]
UnionMember5Array =
ContextDev::Internal::Type::ArrayOf[ContextDev::Internal::Type::Unknown]

Class Method Summary collapse

Methods included from Internal::Type::Union

==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.variantsArray(String, Float, Boolean, Array<String>, Array<Float>, Array<Object>)

Returns:

  • (Array(String, Float, Boolean, Array<String>, Array<Float>, Array<Object>))


# File 'lib/context_dev/models/ai_ai_query_response.rb', line 83