Class UpdateAgentEndpointDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiagent.model.UpdateAgentEndpointDetails.Builder
-
- Enclosing class:
- UpdateAgentEndpointDetails
public static class UpdateAgentEndpointDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public UpdateAgentEndpointDetails.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public UpdateAgentEndpointDetails.Builder description(String description)
An optional description of the AgentEndpoint.- Parameters:
description
- the value to set- Returns:
- this builder
-
contentModerationConfig
public UpdateAgentEndpointDetails.Builder contentModerationConfig(ContentModerationConfig contentModerationConfig)
-
guardrailConfig
public UpdateAgentEndpointDetails.Builder guardrailConfig(GuardrailConfig guardrailConfig)
-
metadata
public UpdateAgentEndpointDetails.Builder metadata(Map<String,String> metadata)
Key-value pairs to allow additional configurations.- Parameters:
metadata
- the value to set- Returns:
- this builder
-
humanInputConfig
public UpdateAgentEndpointDetails.Builder humanInputConfig(HumanInputConfig humanInputConfig)
-
outputConfig
public UpdateAgentEndpointDetails.Builder outputConfig(OutputConfig outputConfig)
-
shouldEnableTrace
public UpdateAgentEndpointDetails.Builder shouldEnableTrace(Boolean shouldEnableTrace)
Whether to show traces in the chat result.- Parameters:
shouldEnableTrace
- the value to set- Returns:
- this builder
-
shouldEnableCitation
public UpdateAgentEndpointDetails.Builder shouldEnableCitation(Boolean shouldEnableCitation)
Whether to show citations in the chat result.- Parameters:
shouldEnableCitation
- the value to set- Returns:
- this builder
-
shouldEnableMultiLanguage
public UpdateAgentEndpointDetails.Builder shouldEnableMultiLanguage(Boolean shouldEnableMultiLanguage)
Whether to enable multi-language for chat.- Parameters:
shouldEnableMultiLanguage
- the value to set- Returns:
- this builder
-
sessionConfig
public UpdateAgentEndpointDetails.Builder sessionConfig(SessionConfig sessionConfig)
-
freeformTags
public UpdateAgentEndpointDetails.Builder freeformTags(Map<String,String> freeformTags)
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"}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateAgentEndpointDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateAgentEndpointDetails build()
-
copy
public UpdateAgentEndpointDetails.Builder copy(UpdateAgentEndpointDetails model)
-
-