Reference documentation and code samples for the Data Analytics API with Gemini V1 API class Google::Cloud::GeminiDataAnalytics::V1::QueryParameterValues.
A query parameter values message represents the values for the query parameters that were extracted from the user question by LLM, based on the example query.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the parameter.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the parameter.
Returns
- (::String) — Required. The name of the parameter.
#value
def value() -> ::String
Returns
- (::String) — Required. The value of the parameter.
#value=
def value=(value) -> ::String
Parameter
- value (::String) — Required. The value of the parameter.
Returns
- (::String) — Required. The value of the parameter.