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 details about a specific Project resource in Oracle Cloud Infrastructure Generative AI service.
Gets information about a generativeAiProject.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testProject = oci.generativeai.getProject({
projectId: testProjectOciGenerativeAiProject.id,
});
import pulumi
import pulumi_oci as oci
test_project = oci.generativeai.get_project(project_id=test_project_oci_generative_ai_project["id"])
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.GetProject(ctx, &generativeai.GetProjectArgs{
ProjectId: testProjectOciGenerativeAiProject.Id,
}, 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 testProject = Oci.GenerativeAi.GetProject.Invoke(new()
{
ProjectId = testProjectOciGenerativeAiProject.Id,
});
});
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.GetProjectArgs;
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 testProject = GenerativeAiFunctions.getProject(GetProjectArgs.builder()
.projectId(testProjectOciGenerativeAiProject.id())
.build());
}
}
variables:
testProject:
fn::invoke:
function: oci:GenerativeAi:getProject
arguments:
projectId: ${testProjectOciGenerativeAiProject.id}
pulumi {
required_providers {
oci = {
source = "pulumi/oci"
}
}
}
data "oci_generativeai_getproject" "testProject" {
project_id = testProjectOciGenerativeAiProject.id
}
Using getProject
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 getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
function getProjectOutput(args: GetProjectOutputArgs, opts?: InvokeOptions): Output<GetProjectResult>def get_project(project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectResult
def get_project_output(project_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectResult]func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput> Note: This function is named LookupProject in the Go SDK.
public static class GetProject
{
public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
public static Output<GetProjectResult> Invoke(GetProjectInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
public static Output<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
fn::invoke:
function: oci:GenerativeAi/getProject:getProject
arguments:
# arguments dictionarydata "oci_generative_ai_get_project" "name" {
# arguments
}The following arguments are supported:
- project_
id string - The OCID of the generativeAiProject.
- project_
id str - The OCID of the generativeAiProject.
getProject Result
The following output properties are available:
- Compartment
Id string - Owning compartment OCID for a GenerativeAiProject.
- Conversation
Configs List<GetProject 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 user-friendly name.
- 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
- An OCID that uniquely identifies a GenerativeAiProject.
- Lifecycle
Details string - A message describing the current state in more detail that can provide actionable information.
- Long
Term List<GetMemory Configs Project Long Term Memory Config> - Configuration settings for long-term memory behavior.
- Project
Id string - Short
Term List<GetMemory Optimization Configs Project Short Term Memory Optimization Config> - Configuration settings for short-term memory optimization.
- State string
- The lifecycle state of a GenerativeAiProject.
- 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 - Owning compartment OCID for a GenerativeAiProject.
- Conversation
Configs []GetProject 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 user-friendly name.
- 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
- An OCID that uniquely identifies a GenerativeAiProject.
- Lifecycle
Details string - A message describing the current state in more detail that can provide actionable information.
- Long
Term []GetMemory Configs Project Long Term Memory Config - Configuration settings for long-term memory behavior.
- Project
Id string - Short
Term []GetMemory Optimization Configs Project Short Term Memory Optimization Config - Configuration settings for short-term memory optimization.
- State string
- The lifecycle state of a GenerativeAiProject.
- 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 - Owning compartment OCID for a GenerativeAiProject.
- 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 user-friendly name.
- 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
- An OCID that uniquely identifies a 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.
- project_
id string - short_
term_ list(object)memory_ optimization_ configs - Configuration settings for short-term memory optimization.
- state string
- The lifecycle state of a GenerativeAiProject.
- 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 - Owning compartment OCID for a GenerativeAiProject.
- conversation
Configs List<GetProject 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 user-friendly name.
- 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
- An OCID that uniquely identifies a GenerativeAiProject.
- lifecycle
Details String - A message describing the current state in more detail that can provide actionable information.
- long
Term List<GetMemory Configs Project Long Term Memory Config> - Configuration settings for long-term memory behavior.
- project
Id String - short
Term List<GetMemory Optimization Configs Project Short Term Memory Optimization Config> - Configuration settings for short-term memory optimization.
- state String
- The lifecycle state of a GenerativeAiProject.
- 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 - Owning compartment OCID for a GenerativeAiProject.
- conversation
Configs GetProject 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 user-friendly name.
- {[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
- An OCID that uniquely identifies a GenerativeAiProject.
- lifecycle
Details string - A message describing the current state in more detail that can provide actionable information.
- long
Term GetMemory Configs Project Long Term Memory Config[] - Configuration settings for long-term memory behavior.
- project
Id string - short
Term GetMemory Optimization Configs Project Short Term Memory Optimization Config[] - Configuration settings for short-term memory optimization.
- state string
- The lifecycle state of a GenerativeAiProject.
- {[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 - Owning compartment OCID for a GenerativeAiProject.
- conversation_
configs Sequence[GetProject 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 user-friendly name.
- 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
- An OCID that uniquely identifies a GenerativeAiProject.
- lifecycle_
details str - A message describing the current state in more detail that can provide actionable information.
- long_
term_ Sequence[Getmemory_ configs Project Long Term Memory Config] - Configuration settings for long-term memory behavior.
- project_
id str - short_
term_ Sequence[Getmemory_ optimization_ configs Project Short Term Memory Optimization Config] - Configuration settings for short-term memory optimization.
- state str
- The lifecycle state of a GenerativeAiProject.
- 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 - Owning compartment OCID for a GenerativeAiProject.
- 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 user-friendly name.
- 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
- An OCID that uniquely identifies a 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.
- project
Id String - short
Term List<Property Map>Memory Optimization Configs - Configuration settings for short-term memory optimization.
- state String
- The lifecycle state of a GenerativeAiProject.
- 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.
Supporting Types
GetProjectConversationConfig
- 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.
GetProjectLongTermMemoryConfig
- Standard
Long List<GetTerm Memory Strategies Project Long Term Memory Config Standard Long Term Memory Strategy> - Standard strategy settings for long-term memory.
- Standard
Long []GetTerm Memory Strategies Project 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 Project Long Term Memory Config Standard Long Term Memory Strategy> - Standard strategy settings for long-term memory.
- standard
Long GetTerm Memory Strategies Project Long Term Memory Config Standard Long Term Memory Strategy[] - Standard strategy settings for long-term memory.
- standard_
long_ Sequence[Getterm_ memory_ strategies Project 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.
GetProjectLongTermMemoryConfigStandardLongTermMemoryStrategy
- Embedding
Configs List<GetProject Long Term Memory Config Standard Long Term Memory Strategy Embedding Config> - Configuration for generating embeddings from extracted information.
- Extraction
Configs List<GetProject 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 []GetProject Long Term Memory Config Standard Long Term Memory Strategy Embedding Config - Configuration for generating embeddings from extracted information.
- Extraction
Configs []GetProject 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<GetProject Long Term Memory Config Standard Long Term Memory Strategy Embedding Config> - Configuration for generating embeddings from extracted information.
- extraction
Configs List<GetProject 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 GetProject Long Term Memory Config Standard Long Term Memory Strategy Embedding Config[] - Configuration for generating embeddings from extracted information.
- extraction
Configs GetProject 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[GetProject Long Term Memory Config Standard Long Term Memory Strategy Embedding Config] - Configuration for generating embeddings from extracted information.
- extraction_
configs Sequence[GetProject 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.
GetProjectLongTermMemoryConfigStandardLongTermMemoryStrategyEmbeddingConfig
- Llm
Selections List<GetProject Long Term Memory Config Standard Long Term Memory Strategy Embedding Config Llm Selection> - LLM selection configuration.
- Llm
Selections []GetProject Long Term Memory Config Standard Long Term Memory Strategy Embedding Config Llm Selection - LLM selection configuration.
- llm_
selections list(object) - LLM selection configuration.
- llm
Selections List<GetProject Long Term Memory Config Standard Long Term Memory Strategy Embedding Config Llm Selection> - LLM selection configuration.
- llm
Selections GetProject Long Term Memory Config Standard Long Term Memory Strategy Embedding Config Llm Selection[] - LLM selection configuration.
- llm_
selections Sequence[GetProject Long Term Memory Config Standard Long Term Memory Strategy Embedding Config Llm Selection] - LLM selection configuration.
- llm
Selections List<Property Map> - LLM selection configuration.
GetProjectLongTermMemoryConfigStandardLongTermMemoryStrategyEmbeddingConfigLlmSelection
- 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
GetProjectLongTermMemoryConfigStandardLongTermMemoryStrategyExtractionConfig
- Llm
Selections List<GetProject Long Term Memory Config Standard Long Term Memory Strategy Extraction Config Llm Selection> - LLM selection configuration.
- Llm
Selections []GetProject Long Term Memory Config Standard Long Term Memory Strategy Extraction Config Llm Selection - LLM selection configuration.
- llm_
selections list(object) - LLM selection configuration.
- llm
Selections List<GetProject Long Term Memory Config Standard Long Term Memory Strategy Extraction Config Llm Selection> - LLM selection configuration.
- llm
Selections GetProject Long Term Memory Config Standard Long Term Memory Strategy Extraction Config Llm Selection[] - LLM selection configuration.
- llm_
selections Sequence[GetProject Long Term Memory Config Standard Long Term Memory Strategy Extraction Config Llm Selection] - LLM selection configuration.
- llm
Selections List<Property Map> - LLM selection configuration.
GetProjectLongTermMemoryConfigStandardLongTermMemoryStrategyExtractionConfigLlmSelection
- 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
GetProjectShortTermMemoryOptimizationConfig
- Condenser
Configs List<GetProject 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 []GetProject 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<GetProject 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 GetProject 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[GetProject 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.
GetProjectShortTermMemoryOptimizationConfigCondenserConfig
- Llm
Selections List<GetProject Short Term Memory Optimization Config Condenser Config Llm Selection> - LLM selection configuration.
- Llm
Selections []GetProject Short Term Memory Optimization Config Condenser Config Llm Selection - LLM selection configuration.
- llm_
selections list(object) - LLM selection configuration.
- llm
Selections List<GetProject Short Term Memory Optimization Config Condenser Config Llm Selection> - LLM selection configuration.
- llm
Selections GetProject Short Term Memory Optimization Config Condenser Config Llm Selection[] - LLM selection configuration.
- llm_
selections Sequence[GetProject Short Term Memory Optimization Config Condenser Config Llm Selection] - LLM selection configuration.
- llm
Selections List<Property Map> - LLM selection configuration.
GetProjectShortTermMemoryOptimizationConfigCondenserConfigLlmSelection
- 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