Package | Description |
---|---|
com.oracle.bmc.generativeaiagent.model |
Modifier and Type | Method and Description |
---|---|
ContentModerationConfig |
ContentModerationConfig.Builder.build() |
ContentModerationConfig |
UpdateAgentEndpointDetails.getContentModerationConfig() |
ContentModerationConfig |
CreateAgentEndpointDetails.getContentModerationConfig() |
ContentModerationConfig |
AgentEndpointSummary.getContentModerationConfig() |
ContentModerationConfig |
AgentEndpoint.getContentModerationConfig() |
Modifier and Type | Method and Description |
---|---|
UpdateAgentEndpointDetails.Builder |
UpdateAgentEndpointDetails.Builder.contentModerationConfig(ContentModerationConfig contentModerationConfig) |
CreateAgentEndpointDetails.Builder |
CreateAgentEndpointDetails.Builder.contentModerationConfig(ContentModerationConfig contentModerationConfig) |
AgentEndpointSummary.Builder |
AgentEndpointSummary.Builder.contentModerationConfig(ContentModerationConfig contentModerationConfig) |
AgentEndpoint.Builder |
AgentEndpoint.Builder.contentModerationConfig(ContentModerationConfig contentModerationConfig) |
ContentModerationConfig.Builder |
ContentModerationConfig.Builder.copy(ContentModerationConfig model) |
Constructor and Description |
---|
AgentEndpoint(String id,
String displayName,
String description,
String compartmentId,
String agentId,
ContentModerationConfig contentModerationConfig,
Boolean shouldEnableTrace,
Boolean shouldEnableCitation,
Boolean shouldEnableSession,
SessionConfig sessionConfig,
Date timeCreated,
Date timeUpdated,
AgentEndpoint.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
AgentEndpointSummary(String id,
String displayName,
String description,
String compartmentId,
String agentId,
ContentModerationConfig contentModerationConfig,
Boolean shouldEnableTrace,
Boolean shouldEnableCitation,
Boolean shouldEnableSession,
SessionConfig sessionConfig,
Date timeCreated,
Date timeUpdated,
AgentEndpoint.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
CreateAgentEndpointDetails(String displayName,
String description,
String agentId,
ContentModerationConfig contentModerationConfig,
Boolean shouldEnableTrace,
Boolean shouldEnableCitation,
Boolean shouldEnableSession,
SessionConfig sessionConfig,
String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
UpdateAgentEndpointDetails(String displayName,
String description,
ContentModerationConfig contentModerationConfig,
Boolean shouldEnableTrace,
Boolean shouldEnableCitation,
SessionConfig sessionConfig,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.