Class: Google::Cloud::GeminiDataAnalytics::V1beta::DataAnalyticsAgent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/geminidataanalytics/v1beta/data_analytics_agent.rb

Overview

Message describing a DataAnalyticsAgent object.

Instance Attribute Summary collapse

Instance Attribute Details

#last_published_context::Google::Cloud::GeminiDataAnalytics::V1beta::Context (readonly)

Returns Output only. The last published context for the agent. This is an output-only field populated by the system when the published context is updated. It is used to restore the agent to a previous state.

Returns:



39
40
41
42
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_analytics_agent.rb', line 39

class DataAnalyticsAgent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#published_context::Google::Cloud::GeminiDataAnalytics::V1beta::Context

Returns Optional. The published context for the agent. This context is used by the Chat API in production.

Returns:



39
40
41
42
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_analytics_agent.rb', line 39

class DataAnalyticsAgent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#staging_context::Google::Cloud::GeminiDataAnalytics::V1beta::Context

Returns Optional. The staging context for the agent. This context is used to test and validate changes before publishing.

Returns:



39
40
41
42
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_analytics_agent.rb', line 39

class DataAnalyticsAgent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end