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