UpdateAgentEndpointDetails¶
-
class
oci.generative_ai_agent.models.
UpdateAgentEndpointDetails
(**kwargs)¶ Bases:
object
UpdateAgentEndpointDetails
The data to update an endpoint.
Methods
__init__
(**kwargs)Initializes a new UpdateAgentEndpointDetails object with values from keyword arguments. Attributes
content_moderation_config
Gets the content_moderation_config of this UpdateAgentEndpointDetails. defined_tags
Gets the defined_tags of this UpdateAgentEndpointDetails. description
Gets the description of this UpdateAgentEndpointDetails. display_name
Gets the display_name of this UpdateAgentEndpointDetails. freeform_tags
Gets the freeform_tags of this UpdateAgentEndpointDetails. session_config
Gets the session_config of this UpdateAgentEndpointDetails. should_enable_citation
Gets the should_enable_citation of this UpdateAgentEndpointDetails. should_enable_trace
Gets the should_enable_trace of this UpdateAgentEndpointDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateAgentEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this UpdateAgentEndpointDetails.
- description (str) – The value to assign to the description property of this UpdateAgentEndpointDetails.
- content_moderation_config (oci.generative_ai_agent.models.ContentModerationConfig) – The value to assign to the content_moderation_config property of this UpdateAgentEndpointDetails.
- should_enable_trace (bool) – The value to assign to the should_enable_trace property of this UpdateAgentEndpointDetails.
- should_enable_citation (bool) – The value to assign to the should_enable_citation property of this UpdateAgentEndpointDetails.
- session_config (oci.generative_ai_agent.models.SessionConfig) – The value to assign to the session_config property of this UpdateAgentEndpointDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateAgentEndpointDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateAgentEndpointDetails.
-
content_moderation_config
¶ Gets the content_moderation_config of this UpdateAgentEndpointDetails.
Returns: The content_moderation_config of this UpdateAgentEndpointDetails. Return type: oci.generative_ai_agent.models.ContentModerationConfig
Gets the defined_tags of this UpdateAgentEndpointDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateAgentEndpointDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateAgentEndpointDetails. An optional description of the AgentEndpoint.
Returns: The description of this UpdateAgentEndpointDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateAgentEndpointDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this UpdateAgentEndpointDetails. Return type: str
Gets the freeform_tags of this UpdateAgentEndpointDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateAgentEndpointDetails. Return type: dict(str, str)
-
session_config
¶ Gets the session_config of this UpdateAgentEndpointDetails.
Returns: The session_config of this UpdateAgentEndpointDetails. Return type: oci.generative_ai_agent.models.SessionConfig
-
should_enable_citation
¶ Gets the should_enable_citation of this UpdateAgentEndpointDetails. Whether to show citations in the chat result.
Returns: The should_enable_citation of this UpdateAgentEndpointDetails. Return type: bool
-
should_enable_trace
¶ Gets the should_enable_trace of this UpdateAgentEndpointDetails. Whether to show traces in the chat result.
Returns: The should_enable_trace of this UpdateAgentEndpointDetails. Return type: bool
-