Viewing docs for Oracle Cloud Infrastructure v4.20.0
published on Wednesday, Jul 15, 2026 by Pulumi
published on Wednesday, Jul 15, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.20.0
published on Wednesday, Jul 15, 2026 by Pulumi
published on Wednesday, Jul 15, 2026 by Pulumi
This data source provides the list of Projects in Oracle Cloud Infrastructure Generative AI service.
Lists the generativeAiProjects of a specific compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testProjects = oci.generativeai.getProjects({
compartmentId: compartmentId,
displayName: projectDisplayName,
id: projectId,
state: projectState,
});
import pulumi
import pulumi_oci as oci
test_projects = oci.generativeai.get_projects(compartment_id=compartment_id,
display_name=project_display_name,
id=project_id,
state=project_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/generativeai"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := generativeai.GetProjects(ctx, &generativeai.GetProjectsArgs{
CompartmentId: compartmentId,
DisplayName: pulumi.StringRef(projectDisplayName),
Id: pulumi.StringRef(projectId),
State: pulumi.StringRef(projectState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testProjects = Oci.GenerativeAi.GetProjects.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = projectDisplayName,
Id = projectId,
State = projectState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.GenerativeAi.GenerativeAiFunctions;
import com.pulumi.oci.GenerativeAi.inputs.GetProjectsArgs;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testProjects = GenerativeAiFunctions.getProjects(GetProjectsArgs.builder()
.compartmentId(compartmentId)
.displayName(projectDisplayName)
.id(projectId)
.state(projectState)
.build());
}
}
variables:
testProjects:
fn::invoke:
function: oci:GenerativeAi:getProjects
arguments:
compartmentId: ${compartmentId}
displayName: ${projectDisplayName}
id: ${projectId}
state: ${projectState}
pulumi {
required_providers {
oci = {
source = "pulumi/oci"
}
}
}
data "oci_generativeai_getprojects" "testProjects" {
compartment_id = compartmentId
display_name = projectDisplayName
id = projectId
state = projectState
}
Using getProjects
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getProjects(args: GetProjectsArgs, opts?: InvokeOptions): Promise<GetProjectsResult>
function getProjectsOutput(args: GetProjectsOutputArgs, opts?: InvokeOptions): Output<GetProjectsResult>def get_projects(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetProjectsFilter]] = None,
id: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectsResult
def get_projects_output(compartment_id: pulumi.Input[Optional[str]] = None,
display_name: pulumi.Input[Optional[str]] = None,
filters: pulumi.Input[Optional[Sequence[pulumi.Input[GetProjectsFilterArgs]]]] = None,
id: pulumi.Input[Optional[str]] = None,
state: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectsResult]func GetProjects(ctx *Context, args *GetProjectsArgs, opts ...InvokeOption) (*GetProjectsResult, error)
func GetProjectsOutput(ctx *Context, args *GetProjectsOutputArgs, opts ...InvokeOption) GetProjectsResultOutput> Note: This function is named GetProjects in the Go SDK.
public static class GetProjects
{
public static Task<GetProjectsResult> InvokeAsync(GetProjectsArgs args, InvokeOptions? opts = null)
public static Output<GetProjectsResult> Invoke(GetProjectsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetProjectsResult> getProjects(GetProjectsArgs args, InvokeOptions options)
public static Output<GetProjectsResult> getProjects(GetProjectsArgs args, InvokeOptions options)
fn::invoke:
function: oci:GenerativeAi/getProjects:getProjects
arguments:
# arguments dictionarydata "oci_generativeai_getprojects" "name" {
# arguments
}The following arguments are supported:
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
List<Get
Projects Filter> - Id string
- The OCID of the generativeAiProject.
- State string
- A filter to return only resources whose lifecycle state matches the given value.
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Filters
[]Get
Projects Filter - Id string
- The OCID of the generativeAiProject.
- State string
- A filter to return only resources whose lifecycle state matches the given value.
- compartment_
id string - The OCID of the compartment in which to list resources.
- display_
name string - A filter to return only resources that match the given display name exactly.
- filters list(object)
- id string
- The OCID of the generativeAiProject.
- state string
- A filter to return only resources whose lifecycle state matches the given value.
- compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters
List<Get
Projects Filter> - id String
- The OCID of the generativeAiProject.
- state String
- A filter to return only resources whose lifecycle state matches the given value.
- compartment
Id string - The OCID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the given display name exactly.
- filters
Get
Projects Filter[] - id string
- The OCID of the generativeAiProject.
- state string
- A filter to return only resources whose lifecycle state matches the given value.
- compartment_
id str - The OCID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the given display name exactly.
- filters
Sequence[Get
Projects Filter] - id str
- The OCID of the generativeAiProject.
- state str
- A filter to return only resources whose lifecycle state matches the given value.
- compartment
Id String - The OCID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the given display name exactly.
- filters List<Property Map>
- id String
- The OCID of the generativeAiProject.
- state String
- A filter to return only resources whose lifecycle state matches the given value.
getProjects Result
The following output properties are available:
- Compartment
Id string - Owning compartment OCID for a GenerativeAiProject.
- Generative
Ai List<GetProject Collections Projects Generative Ai Project Collection> - The list of generative_ai_project_collection.
- Display
Name string - A user-friendly name.
- Filters
List<Get
Projects Filter> - Id string
- An OCID that uniquely identifies a GenerativeAiProject.
- State string
- The lifecycle state of a GenerativeAiProject.
- Compartment
Id string - Owning compartment OCID for a GenerativeAiProject.
- Generative
Ai []GetProject Collections Projects Generative Ai Project Collection - The list of generative_ai_project_collection.
- Display
Name string - A user-friendly name.
- Filters
[]Get
Projects Filter - Id string
- An OCID that uniquely identifies a GenerativeAiProject.
- State string
- The lifecycle state of a GenerativeAiProject.
- compartment_
id string - Owning compartment OCID for a GenerativeAiProject.
- generative_
ai_ list(object)project_ collections - The list of generative_ai_project_collection.
- display_
name string - A user-friendly name.
- filters list(object)
- id string
- An OCID that uniquely identifies a GenerativeAiProject.
- state string
- The lifecycle state of a GenerativeAiProject.
- compartment
Id String - Owning compartment OCID for a GenerativeAiProject.
- generative
Ai List<GetProject Collections Projects Project Collection> - The list of generative_ai_project_collection.
- display
Name String - A user-friendly name.
- filters
List<Get
Projects Filter> - id String
- An OCID that uniquely identifies a GenerativeAiProject.
- state String
- The lifecycle state of a GenerativeAiProject.
- compartment
Id string - Owning compartment OCID for a GenerativeAiProject.
- generative
Ai GetProject Collections Projects Generative Ai Project Collection[] - The list of generative_ai_project_collection.
- display
Name string - A user-friendly name.
- filters
Get
Projects Filter[] - id string
- An OCID that uniquely identifies a GenerativeAiProject.
- state string
- The lifecycle state of a GenerativeAiProject.
- compartment_
id str - Owning compartment OCID for a GenerativeAiProject.
- generative_
ai_ Sequence[Getproject_ collections Projects Generative Ai Project Collection] - The list of generative_ai_project_collection.
- display_
name str - A user-friendly name.
- filters
Sequence[Get
Projects Filter] - id str
- An OCID that uniquely identifies a GenerativeAiProject.
- state str
- The lifecycle state of a GenerativeAiProject.
- compartment
Id String - Owning compartment OCID for a GenerativeAiProject.
- generative
Ai List<Property Map>Project Collections - The list of generative_ai_project_collection.
- display
Name String - A user-friendly name.
- filters List<Property Map>
- id String
- An OCID that uniquely identifies a GenerativeAiProject.
- state String
- The lifecycle state of a GenerativeAiProject.
Supporting Types
GetProjectsFilter
GetProjectsGenerativeAiProjectCollection
GetProjectsGenerativeAiProjectCollectionItem
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Conversation
Configs List<GetProjects Generative Ai Project Collection Item Conversation Config> - Holds configuration related to conversation retention
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- An optional description of the GenerativeAiProject.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- Dictionary<string, string>
- 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"} - Id string
- The OCID of the generativeAiProject.
- Lifecycle
Details string - A message describing the current state in more detail that can provide actionable information.
- Long
Term List<GetMemory Configs Projects Generative Ai Project Collection Item Long Term Memory Config> - Configuration settings for long-term memory behavior.
- Short
Term List<GetMemory Optimization Configs Projects Generative Ai Project Collection Item Short Term Memory Optimization Config> - Configuration settings for short-term memory optimization.
- State string
- A filter to return only resources whose lifecycle state matches the given value.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time that the generativeAiProject was created in the format of an RFC3339 datetime string.
- Time
Updated string - The date and time that the generativeAiProject was updated in the format of an RFC3339 datetime string.
- Compartment
Id string - The OCID of the compartment in which to list resources.
- Conversation
Configs []GetProjects Generative Ai Project Collection Item Conversation Config - Holds configuration related to conversation retention
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Description string
- An optional description of the GenerativeAiProject.
- Display
Name string - A filter to return only resources that match the given display name exactly.
- map[string]string
- 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"} - Id string
- The OCID of the generativeAiProject.
- Lifecycle
Details string - A message describing the current state in more detail that can provide actionable information.
- Long
Term []GetMemory Configs Projects Generative Ai Project Collection Item Long Term Memory Config - Configuration settings for long-term memory behavior.
- Short
Term []GetMemory Optimization Configs Projects Generative Ai Project Collection Item Short Term Memory Optimization Config - Configuration settings for short-term memory optimization.
- State string
- A filter to return only resources whose lifecycle state matches the given value.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time that the generativeAiProject was created in the format of an RFC3339 datetime string.
- Time
Updated string - The date and time that the generativeAiProject was updated in the format of an RFC3339 datetime string.
- compartment_
id string - The OCID of the compartment in which to list resources.
- conversation_
configs list(object) - Holds configuration related to conversation retention
- map(string)
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description string
- An optional description of the GenerativeAiProject.
- display_
name string - A filter to return only resources that match the given display name exactly.
- map(string)
- 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"} - id string
- The OCID of the generativeAiProject.
- lifecycle_
details string - A message describing the current state in more detail that can provide actionable information.
- long_
term_ list(object)memory_ configs - Configuration settings for long-term memory behavior.
- short_
term_ list(object)memory_ optimization_ configs - Configuration settings for short-term memory optimization.
- state string
- A filter to return only resources whose lifecycle state matches the given value.
- map(string)
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created string - The date and time that the generativeAiProject was created in the format of an RFC3339 datetime string.
- time_
updated string - The date and time that the generativeAiProject was updated in the format of an RFC3339 datetime string.
- compartment
Id String - The OCID of the compartment in which to list resources.
- conversation
Configs List<GetProjects Project Collection Item Conversation Config> - Holds configuration related to conversation retention
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- An optional description of the GenerativeAiProject.
- display
Name String - A filter to return only resources that match the given display name exactly.
- Map<String,String>
- 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"} - id String
- The OCID of the generativeAiProject.
- lifecycle
Details String - A message describing the current state in more detail that can provide actionable information.
- long
Term List<GetMemory Configs Projects Project Collection Item Long Term Memory Config> - Configuration settings for long-term memory behavior.
- short
Term List<GetMemory Optimization Configs Projects Project Collection Item Short Term Memory Optimization Config> - Configuration settings for short-term memory optimization.
- state String
- A filter to return only resources whose lifecycle state matches the given value.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time that the generativeAiProject was created in the format of an RFC3339 datetime string.
- time
Updated String - The date and time that the generativeAiProject was updated in the format of an RFC3339 datetime string.
- compartment
Id string - The OCID of the compartment in which to list resources.
- conversation
Configs GetProjects Generative Ai Project Collection Item Conversation Config[] - Holds configuration related to conversation retention
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description string
- An optional description of the GenerativeAiProject.
- display
Name string - A filter to return only resources that match the given display name exactly.
- {[key: string]: string}
- 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"} - id string
- The OCID of the generativeAiProject.
- lifecycle
Details string - A message describing the current state in more detail that can provide actionable information.
- long
Term GetMemory Configs Projects Generative Ai Project Collection Item Long Term Memory Config[] - Configuration settings for long-term memory behavior.
- short
Term GetMemory Optimization Configs Projects Generative Ai Project Collection Item Short Term Memory Optimization Config[] - Configuration settings for short-term memory optimization.
- state string
- A filter to return only resources whose lifecycle state matches the given value.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time that the generativeAiProject was created in the format of an RFC3339 datetime string.
- time
Updated string - The date and time that the generativeAiProject was updated in the format of an RFC3339 datetime string.
- compartment_
id str - The OCID of the compartment in which to list resources.
- conversation_
configs Sequence[GetProjects Generative Ai Project Collection Item Conversation Config] - Holds configuration related to conversation retention
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description str
- An optional description of the GenerativeAiProject.
- display_
name str - A filter to return only resources that match the given display name exactly.
- Mapping[str, str]
- 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"} - id str
- The OCID of the generativeAiProject.
- lifecycle_
details str - A message describing the current state in more detail that can provide actionable information.
- long_
term_ Sequence[Getmemory_ configs Projects Generative Ai Project Collection Item Long Term Memory Config] - Configuration settings for long-term memory behavior.
- short_
term_ Sequence[Getmemory_ optimization_ configs Projects Generative Ai Project Collection Item Short Term Memory Optimization Config] - Configuration settings for short-term memory optimization.
- state str
- A filter to return only resources whose lifecycle state matches the given value.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The date and time that the generativeAiProject was created in the format of an RFC3339 datetime string.
- time_
updated str - The date and time that the generativeAiProject was updated in the format of an RFC3339 datetime string.
- compartment
Id String - The OCID of the compartment in which to list resources.
- conversation
Configs List<Property Map> - Holds configuration related to conversation retention
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - description String
- An optional description of the GenerativeAiProject.
- display
Name String - A filter to return only resources that match the given display name exactly.
- Map<String>
- 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"} - id String
- The OCID of the generativeAiProject.
- lifecycle
Details String - A message describing the current state in more detail that can provide actionable information.
- long
Term List<Property Map>Memory Configs - Configuration settings for long-term memory behavior.
- short
Term List<Property Map>Memory Optimization Configs - Configuration settings for short-term memory optimization.
- state String
- A filter to return only resources whose lifecycle state matches the given value.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time that the generativeAiProject was created in the format of an RFC3339 datetime string.
- time
Updated String - The date and time that the generativeAiProject was updated in the format of an RFC3339 datetime string.
GetProjectsGenerativeAiProjectCollectionItemConversationConfig
- Conversations
Retention intIn Hours - Retention period (in hours) for conversations. The TTL starts from the time the conversation was last updated.
- Responses
Retention intIn Hours - Retention period (in hours) for responses. The TTL starts from the time the response was created.
- Conversations
Retention intIn Hours - Retention period (in hours) for conversations. The TTL starts from the time the conversation was last updated.
- Responses
Retention intIn Hours - Retention period (in hours) for responses. The TTL starts from the time the response was created.
- conversations_
retention_ numberin_ hours - Retention period (in hours) for conversations. The TTL starts from the time the conversation was last updated.
- responses_
retention_ numberin_ hours - Retention period (in hours) for responses. The TTL starts from the time the response was created.
- conversations
Retention IntegerIn Hours - Retention period (in hours) for conversations. The TTL starts from the time the conversation was last updated.
- responses
Retention IntegerIn Hours - Retention period (in hours) for responses. The TTL starts from the time the response was created.
- conversations
Retention numberIn Hours - Retention period (in hours) for conversations. The TTL starts from the time the conversation was last updated.
- responses
Retention numberIn Hours - Retention period (in hours) for responses. The TTL starts from the time the response was created.
- conversations_
retention_ intin_ hours - Retention period (in hours) for conversations. The TTL starts from the time the conversation was last updated.
- responses_
retention_ intin_ hours - Retention period (in hours) for responses. The TTL starts from the time the response was created.
- conversations
Retention NumberIn Hours - Retention period (in hours) for conversations. The TTL starts from the time the conversation was last updated.
- responses
Retention NumberIn Hours - Retention period (in hours) for responses. The TTL starts from the time the response was created.
GetProjectsGenerativeAiProjectCollectionItemLongTermMemoryConfig
- Standard
Long List<GetTerm Memory Strategies Projects Generative Ai Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy> - Standard strategy settings for long-term memory.
- Standard
Long []GetTerm Memory Strategies Projects Generative Ai Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy - Standard strategy settings for long-term memory.
- standard_
long_ list(object)term_ memory_ strategies - Standard strategy settings for long-term memory.
- standard
Long List<GetTerm Memory Strategies Projects Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy> - Standard strategy settings for long-term memory.
- standard
Long GetTerm Memory Strategies Projects Generative Ai Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy[] - Standard strategy settings for long-term memory.
- standard_
long_ Sequence[Getterm_ memory_ strategies Projects Generative Ai Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy] - Standard strategy settings for long-term memory.
- standard
Long List<Property Map>Term Memory Strategies - Standard strategy settings for long-term memory.
GetProjectsGenerativeAiProjectCollectionItemLongTermMemoryConfigStandardLongTermMemoryStrategy
- Embedding
Configs List<GetProjects Generative Ai Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy Embedding Config> - Configuration for generating embeddings from extracted information.
- Extraction
Configs List<GetProjects Generative Ai Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy Extraction Config> - Configuration for information extraction from conversation content.
- Is
Enabled bool - Indicates whether short-term memory optimization is enabled.
- Embedding
Configs []GetProjects Generative Ai Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy Embedding Config - Configuration for generating embeddings from extracted information.
- Extraction
Configs []GetProjects Generative Ai Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy Extraction Config - Configuration for information extraction from conversation content.
- Is
Enabled bool - Indicates whether short-term memory optimization is enabled.
- embedding_
configs list(object) - Configuration for generating embeddings from extracted information.
- extraction_
configs list(object) - Configuration for information extraction from conversation content.
- is_
enabled bool - Indicates whether short-term memory optimization is enabled.
- embedding
Configs List<GetProjects Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy Embedding Config> - Configuration for generating embeddings from extracted information.
- extraction
Configs List<GetProjects Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy Extraction Config> - Configuration for information extraction from conversation content.
- is
Enabled Boolean - Indicates whether short-term memory optimization is enabled.
- embedding
Configs GetProjects Generative Ai Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy Embedding Config[] - Configuration for generating embeddings from extracted information.
- extraction
Configs GetProjects Generative Ai Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy Extraction Config[] - Configuration for information extraction from conversation content.
- is
Enabled boolean - Indicates whether short-term memory optimization is enabled.
- embedding_
configs Sequence[GetProjects Generative Ai Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy Embedding Config] - Configuration for generating embeddings from extracted information.
- extraction_
configs Sequence[GetProjects Generative Ai Project Collection Item Long Term Memory Config Standard Long Term Memory Strategy Extraction Config] - Configuration for information extraction from conversation content.
- is_
enabled bool - Indicates whether short-term memory optimization is enabled.
- embedding
Configs List<Property Map> - Configuration for generating embeddings from extracted information.
- extraction
Configs List<Property Map> - Configuration for information extraction from conversation content.
- is
Enabled Boolean - Indicates whether short-term memory optimization is enabled.
GetProjectsGenerativeAiProjectCollectionItemLongTermMemoryConfigStandardLongTermMemoryStrategyEmbeddingConfig
- llm_
selections list(object) - LLM selection configuration.
- llm
Selections List<Property Map> - LLM selection configuration.
GetProjectsGenerativeAiProjectCollectionItemLongTermMemoryConfigStandardLongTermMemoryStrategyEmbeddingConfigLlmSelection
- Llm
Selection stringType - The type of LLM selection.
- Model
Id string - The id of the GenAI model
- Llm
Selection stringType - The type of LLM selection.
- Model
Id string - The id of the GenAI model
- llm_
selection_ stringtype - The type of LLM selection.
- model_
id string - The id of the GenAI model
- llm
Selection StringType - The type of LLM selection.
- model
Id String - The id of the GenAI model
- llm
Selection stringType - The type of LLM selection.
- model
Id string - The id of the GenAI model
- llm_
selection_ strtype - The type of LLM selection.
- model_
id str - The id of the GenAI model
- llm
Selection StringType - The type of LLM selection.
- model
Id String - The id of the GenAI model
GetProjectsGenerativeAiProjectCollectionItemLongTermMemoryConfigStandardLongTermMemoryStrategyExtractionConfig
- llm_
selections list(object) - LLM selection configuration.
- llm
Selections List<Property Map> - LLM selection configuration.
GetProjectsGenerativeAiProjectCollectionItemLongTermMemoryConfigStandardLongTermMemoryStrategyExtractionConfigLlmSelection
- Llm
Selection stringType - The type of LLM selection.
- Model
Id string - The id of the GenAI model
- Llm
Selection stringType - The type of LLM selection.
- Model
Id string - The id of the GenAI model
- llm_
selection_ stringtype - The type of LLM selection.
- model_
id string - The id of the GenAI model
- llm
Selection StringType - The type of LLM selection.
- model
Id String - The id of the GenAI model
- llm
Selection stringType - The type of LLM selection.
- model
Id string - The id of the GenAI model
- llm_
selection_ strtype - The type of LLM selection.
- model_
id str - The id of the GenAI model
- llm
Selection StringType - The type of LLM selection.
- model
Id String - The id of the GenAI model
GetProjectsGenerativeAiProjectCollectionItemShortTermMemoryOptimizationConfig
- Condenser
Configs List<GetProjects Generative Ai Project Collection Item Short Term Memory Optimization Config Condenser Config> - Configuration for condensing conversation content.
- Is
Enabled bool - Indicates whether short-term memory optimization is enabled.
- Condenser
Configs []GetProjects Generative Ai Project Collection Item Short Term Memory Optimization Config Condenser Config - Configuration for condensing conversation content.
- Is
Enabled bool - Indicates whether short-term memory optimization is enabled.
- condenser_
configs list(object) - Configuration for condensing conversation content.
- is_
enabled bool - Indicates whether short-term memory optimization is enabled.
- condenser
Configs List<GetProjects Project Collection Item Short Term Memory Optimization Config Condenser Config> - Configuration for condensing conversation content.
- is
Enabled Boolean - Indicates whether short-term memory optimization is enabled.
- condenser
Configs GetProjects Generative Ai Project Collection Item Short Term Memory Optimization Config Condenser Config[] - Configuration for condensing conversation content.
- is
Enabled boolean - Indicates whether short-term memory optimization is enabled.
- condenser_
configs Sequence[GetProjects Generative Ai Project Collection Item Short Term Memory Optimization Config Condenser Config] - Configuration for condensing conversation content.
- is_
enabled bool - Indicates whether short-term memory optimization is enabled.
- condenser
Configs List<Property Map> - Configuration for condensing conversation content.
- is
Enabled Boolean - Indicates whether short-term memory optimization is enabled.
GetProjectsGenerativeAiProjectCollectionItemShortTermMemoryOptimizationConfigCondenserConfig
- llm_
selections list(object) - LLM selection configuration.
- llm
Selections List<GetProjects Project Collection Item Short Term Memory Optimization Config Condenser Config Llm Selection> - LLM selection configuration.
- llm
Selections List<Property Map> - LLM selection configuration.
GetProjectsGenerativeAiProjectCollectionItemShortTermMemoryOptimizationConfigCondenserConfigLlmSelection
- Llm
Selection stringType - The type of LLM selection.
- Model
Id string - The id of the GenAI model
- Llm
Selection stringType - The type of LLM selection.
- Model
Id string - The id of the GenAI model
- llm_
selection_ stringtype - The type of LLM selection.
- model_
id string - The id of the GenAI model
- llm
Selection StringType - The type of LLM selection.
- model
Id String - The id of the GenAI model
- llm
Selection stringType - The type of LLM selection.
- model
Id string - The id of the GenAI model
- llm_
selection_ strtype - The type of LLM selection.
- model_
id str - The id of the GenAI model
- llm
Selection StringType - The type of LLM selection.
- model
Id String - The id of the GenAI model
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.20.0
published on Wednesday, Jul 15, 2026 by Pulumi
published on Wednesday, Jul 15, 2026 by Pulumi