Reference documentation and code samples for the Data Analytics API with Gemini V1 API class Google::Cloud::GeminiDataAnalytics::V1::DataAgentContext.
Context for the chat request using a data agent.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#context_version
def context_version() -> ::Google::Cloud::GeminiDataAnalytics::V1::DataAgentContext::ContextVersion
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1::DataAgentContext::ContextVersion) — Optional. Version of context to be used by DCS (e.g. STAGING, PUBLISHED)
#context_version=
def context_version=(value) -> ::Google::Cloud::GeminiDataAnalytics::V1::DataAgentContext::ContextVersion
Parameter
- value (::Google::Cloud::GeminiDataAnalytics::V1::DataAgentContext::ContextVersion) — Optional. Version of context to be used by DCS (e.g. STAGING, PUBLISHED)
Returns
- (::Google::Cloud::GeminiDataAnalytics::V1::DataAgentContext::ContextVersion) — Optional. Version of context to be used by DCS (e.g. STAGING, PUBLISHED)
#data_agent
def data_agent() -> ::String
Returns
- (::String) — Required. The name of the data agent resource.
#data_agent=
def data_agent=(value) -> ::String
Parameter
- value (::String) — Required. The name of the data agent resource.
Returns
- (::String) — Required. The name of the data agent resource.