Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::EventActions (v1.37.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::EventActions.

Actions are parts of events that are executed by the agent.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#artifact_delta

def artifact_delta() -> ::Google::Protobuf::Map{::String => ::Integer}
Returns
  • (::Google::Protobuf::Map{::String => ::Integer}) — Optional. Indicates that the event is updating an artifact. key is the filename, value is the version.

#artifact_delta=

def artifact_delta=(value) -> ::Google::Protobuf::Map{::String => ::Integer}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Integer}) — Optional. Indicates that the event is updating an artifact. key is the filename, value is the version.
Returns
  • (::Google::Protobuf::Map{::String => ::Integer}) — Optional. Indicates that the event is updating an artifact. key is the filename, value is the version.

#escalate

def escalate() -> ::Boolean
Returns
  • (::Boolean) — Optional. The agent is escalating to a higher level agent.

#escalate=

def escalate=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. The agent is escalating to a higher level agent.
Returns
  • (::Boolean) — Optional. The agent is escalating to a higher level agent.

#requested_auth_configs

def requested_auth_configs() -> ::Google::Protobuf::Struct
Returns
  • (::Google::Protobuf::Struct) — Optional. Will only be set by a tool response indicating tool request euc. Struct key is the function call id since one function call response (from model) could correspond to multiple function calls. Struct value is the required auth config, which can be another struct.

#requested_auth_configs=

def requested_auth_configs=(value) -> ::Google::Protobuf::Struct
Parameter
  • value (::Google::Protobuf::Struct) — Optional. Will only be set by a tool response indicating tool request euc. Struct key is the function call id since one function call response (from model) could correspond to multiple function calls. Struct value is the required auth config, which can be another struct.
Returns
  • (::Google::Protobuf::Struct) — Optional. Will only be set by a tool response indicating tool request euc. Struct key is the function call id since one function call response (from model) could correspond to multiple function calls. Struct value is the required auth config, which can be another struct.

#skip_summarization

def skip_summarization() -> ::Boolean
Returns
  • (::Boolean) — Optional. If true, it won't call model to summarize function response. Only used for function_response event.

#skip_summarization=

def skip_summarization=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. If true, it won't call model to summarize function response. Only used for function_response event.
Returns
  • (::Boolean) — Optional. If true, it won't call model to summarize function response. Only used for function_response event.

#state_delta

def state_delta() -> ::Google::Protobuf::Struct
Returns

#state_delta=

def state_delta=(value) -> ::Google::Protobuf::Struct
Parameter
Returns

#transfer_agent

def transfer_agent() -> ::String
Returns
  • (::String) — Optional. If set, the event transfers to the specified agent.

#transfer_agent=

def transfer_agent=(value) -> ::String
Parameter
  • value (::String) — Optional. If set, the event transfers to the specified agent.
Returns
  • (::String) — Optional. If set, the event transfers to the specified agent.