public static class AgentEndpoint.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AgentEndpoint.Builder |
agentId(String agentId)
The OCID of the agent that this endpoint is associated with.
|
AgentEndpoint |
build() |
AgentEndpoint.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment.
|
AgentEndpoint.Builder |
contentModerationConfig(ContentModerationConfig contentModerationConfig) |
AgentEndpoint.Builder |
copy(AgentEndpoint model) |
AgentEndpoint.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
AgentEndpoint.Builder |
description(String description)
An optional description of the endpoint.
|
AgentEndpoint.Builder |
displayName(String displayName)
A user-friendly name.
|
AgentEndpoint.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
AgentEndpoint.Builder |
id(String id)
The OCID
of the endpoint.
|
AgentEndpoint.Builder |
lifecycleDetails(String lifecycleDetails)
A message that describes the current state of the endpoint in more detail.
|
AgentEndpoint.Builder |
lifecycleState(AgentEndpoint.LifecycleState lifecycleState)
The current state of the endpoint.
|
AgentEndpoint.Builder |
sessionConfig(SessionConfig sessionConfig) |
AgentEndpoint.Builder |
shouldEnableCitation(Boolean shouldEnableCitation)
Whether to show citations in the chat result.
|
AgentEndpoint.Builder |
shouldEnableSession(Boolean shouldEnableSession)
Whether or not to enable Session-based chat.
|
AgentEndpoint.Builder |
shouldEnableTrace(Boolean shouldEnableTrace)
Whether to show traces in the chat result.
|
AgentEndpoint.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
AgentEndpoint.Builder |
timeCreated(Date timeCreated)
The date and time the AgentEndpoint was created, in the format defined by RFC
3339.
|
AgentEndpoint.Builder |
timeUpdated(Date timeUpdated)
The date and time the endpoint was updated, in the format defined by RFC
3339.
|
public AgentEndpoint.Builder id(String id)
The OCID of the endpoint.
id
- the value to setpublic AgentEndpoint.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable.
displayName
- the value to setpublic AgentEndpoint.Builder description(String description)
An optional description of the endpoint.
description
- the value to setpublic AgentEndpoint.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic AgentEndpoint.Builder agentId(String agentId)
The OCID of the agent that this endpoint is associated with.
agentId
- the value to setpublic AgentEndpoint.Builder contentModerationConfig(ContentModerationConfig contentModerationConfig)
public AgentEndpoint.Builder shouldEnableTrace(Boolean shouldEnableTrace)
Whether to show traces in the chat result.
shouldEnableTrace
- the value to setpublic AgentEndpoint.Builder shouldEnableCitation(Boolean shouldEnableCitation)
Whether to show citations in the chat result.
shouldEnableCitation
- the value to setpublic AgentEndpoint.Builder shouldEnableSession(Boolean shouldEnableSession)
Whether or not to enable Session-based chat.
shouldEnableSession
- the value to setpublic AgentEndpoint.Builder sessionConfig(SessionConfig sessionConfig)
public AgentEndpoint.Builder timeCreated(Date timeCreated)
The date and time the AgentEndpoint was created, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic AgentEndpoint.Builder timeUpdated(Date timeUpdated)
The date and time the endpoint was updated, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
timeUpdated
- the value to setpublic AgentEndpoint.Builder lifecycleState(AgentEndpoint.LifecycleState lifecycleState)
The current state of the endpoint.
lifecycleState
- the value to setpublic AgentEndpoint.Builder lifecycleDetails(String lifecycleDetails)
A message that describes the current state of the endpoint in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
lifecycleDetails
- the value to setpublic AgentEndpoint.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"}
freeformTags
- the value to setpublic AgentEndpoint.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"}}
definedTags
- the value to setpublic AgentEndpoint.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic AgentEndpoint build()
public AgentEndpoint.Builder copy(AgentEndpoint model)
Copyright © 2016–2024. All rights reserved.