Viewing docs for Oracle Cloud Infrastructure v4.9.0
published on Thursday, Apr 30, 2026 by Pulumi
published on Thursday, Apr 30, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.9.0
published on Thursday, Apr 30, 2026 by Pulumi
published on Thursday, Apr 30, 2026 by Pulumi
This data source provides details about a specific Semantic Store resource in Oracle Cloud Infrastructure Generative AI service.
Gets information about a semanticStore.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testSemanticStore = oci.GenerativeAi.getSemanticStore({
semanticStoreId: testSemanticStoreOciGenerativeAiSemanticStore.id,
});
import pulumi
import pulumi_oci as oci
test_semantic_store = oci.GenerativeAi.get_semantic_store(semantic_store_id=test_semantic_store_oci_generative_ai_semantic_store["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.GetSemanticStore(ctx, &generativeai.GetSemanticStoreArgs{
SemanticStoreId: testSemanticStoreOciGenerativeAiSemanticStore.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 testSemanticStore = Oci.GenerativeAi.GetSemanticStore.Invoke(new()
{
SemanticStoreId = testSemanticStoreOciGenerativeAiSemanticStore.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.GetSemanticStoreArgs;
import java.util.List;
import java.util.ArrayList;
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 testSemanticStore = GenerativeAiFunctions.getSemanticStore(GetSemanticStoreArgs.builder()
.semanticStoreId(testSemanticStoreOciGenerativeAiSemanticStore.id())
.build());
}
}
variables:
testSemanticStore:
fn::invoke:
function: oci:GenerativeAi:getSemanticStore
arguments:
semanticStoreId: ${testSemanticStoreOciGenerativeAiSemanticStore.id}
Using getSemanticStore
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 getSemanticStore(args: GetSemanticStoreArgs, opts?: InvokeOptions): Promise<GetSemanticStoreResult>
function getSemanticStoreOutput(args: GetSemanticStoreOutputArgs, opts?: InvokeOptions): Output<GetSemanticStoreResult>def get_semantic_store(semantic_store_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSemanticStoreResult
def get_semantic_store_output(semantic_store_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSemanticStoreResult]func LookupSemanticStore(ctx *Context, args *LookupSemanticStoreArgs, opts ...InvokeOption) (*LookupSemanticStoreResult, error)
func LookupSemanticStoreOutput(ctx *Context, args *LookupSemanticStoreOutputArgs, opts ...InvokeOption) LookupSemanticStoreResultOutput> Note: This function is named LookupSemanticStore in the Go SDK.
public static class GetSemanticStore
{
public static Task<GetSemanticStoreResult> InvokeAsync(GetSemanticStoreArgs args, InvokeOptions? opts = null)
public static Output<GetSemanticStoreResult> Invoke(GetSemanticStoreInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSemanticStoreResult> getSemanticStore(GetSemanticStoreArgs args, InvokeOptions options)
public static Output<GetSemanticStoreResult> getSemanticStore(GetSemanticStoreArgs args, InvokeOptions options)
fn::invoke:
function: oci:GenerativeAi/getSemanticStore:getSemanticStore
arguments:
# arguments dictionaryThe following arguments are supported:
- Semantic
Store stringId - The OCID of the SemanticStore.
- Semantic
Store stringId - The OCID of the SemanticStore.
- semantic
Store StringId - The OCID of the SemanticStore.
- semantic
Store stringId - The OCID of the SemanticStore.
- semantic_
store_ strid - The OCID of the SemanticStore.
- semantic
Store StringId - The OCID of the SemanticStore.
getSemanticStore Result
The following output properties are available:
- Compartment
Id string - Owning compartment OCID for a SemanticStore.
- Data
Sources List<GetSemantic Store Data Source> - Defines the data source that the semantic model connects to.
- 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 SemanticStore.
- 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 SemanticStore.
- Lifecycle
Details string - A message describing the current state in more detail that can provide actionable information.
- Refresh
Schedules List<GetSemantic Store Refresh Schedule> - Specifies a refresh schedule. Null represents no automated synchronization schedule.
- Schemas
List<Get
Semantic Store Schema> - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- Semantic
Store stringId - State string
- The lifecycle state of a SemanticStore.
- 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 SemanticStore was created in the format of an RFC3339 datetime string.
- Time
Updated string - The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
- Compartment
Id string - Owning compartment OCID for a SemanticStore.
- Data
Sources []GetSemantic Store Data Source - Defines the data source that the semantic model connects to.
- 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 SemanticStore.
- 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 SemanticStore.
- Lifecycle
Details string - A message describing the current state in more detail that can provide actionable information.
- Refresh
Schedules []GetSemantic Store Refresh Schedule - Specifies a refresh schedule. Null represents no automated synchronization schedule.
- Schemas
[]Get
Semantic Store Schema - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- Semantic
Store stringId - State string
- The lifecycle state of a SemanticStore.
- 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 SemanticStore was created in the format of an RFC3339 datetime string.
- Time
Updated string - The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
- compartment
Id String - Owning compartment OCID for a SemanticStore.
- data
Sources List<GetSemantic Store Data Source> - Defines the data source that the semantic model connects to.
- 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 SemanticStore.
- 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 SemanticStore.
- lifecycle
Details String - A message describing the current state in more detail that can provide actionable information.
- refresh
Schedules List<GetSemantic Store Refresh Schedule> - Specifies a refresh schedule. Null represents no automated synchronization schedule.
- schemas
List<Get
Semantic Store Schema> - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- semantic
Store StringId - state String
- The lifecycle state of a SemanticStore.
- 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 SemanticStore was created in the format of an RFC3339 datetime string.
- time
Updated String - The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
- compartment
Id string - Owning compartment OCID for a SemanticStore.
- data
Sources GetSemantic Store Data Source[] - Defines the data source that the semantic model connects to.
- {[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 SemanticStore.
- 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 SemanticStore.
- lifecycle
Details string - A message describing the current state in more detail that can provide actionable information.
- refresh
Schedules GetSemantic Store Refresh Schedule[] - Specifies a refresh schedule. Null represents no automated synchronization schedule.
- schemas
Get
Semantic Store Schema[] - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- semantic
Store stringId - state string
- The lifecycle state of a SemanticStore.
- {[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 SemanticStore was created in the format of an RFC3339 datetime string.
- time
Updated string - The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
- compartment_
id str - Owning compartment OCID for a SemanticStore.
- data_
sources Sequence[GetSemantic Store Data Source] - Defines the data source that the semantic model connects to.
- 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 SemanticStore.
- 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 SemanticStore.
- lifecycle_
details str - A message describing the current state in more detail that can provide actionable information.
- refresh_
schedules Sequence[GetSemantic Store Refresh Schedule] - Specifies a refresh schedule. Null represents no automated synchronization schedule.
- schemas
Sequence[Get
Semantic Store Schema] - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- semantic_
store_ strid - state str
- The lifecycle state of a SemanticStore.
- 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 SemanticStore was created in the format of an RFC3339 datetime string.
- time_
updated str - The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
- compartment
Id String - Owning compartment OCID for a SemanticStore.
- data
Sources List<Property Map> - Defines the data source that the semantic model connects to.
- 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 SemanticStore.
- 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 SemanticStore.
- lifecycle
Details String - A message describing the current state in more detail that can provide actionable information.
- refresh
Schedules List<Property Map> - Specifies a refresh schedule. Null represents no automated synchronization schedule.
- schemas List<Property Map>
- Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- semantic
Store StringId - state String
- The lifecycle state of a SemanticStore.
- 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 SemanticStore was created in the format of an RFC3339 datetime string.
- time
Updated String - The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.
Supporting Types
GetSemanticStoreDataSource
- Connection
Type string - Specifies the type of underlying connection.
- Enrichment
Connection stringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
- Querying
Connection stringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for querying.
- Connection
Type string - Specifies the type of underlying connection.
- Enrichment
Connection stringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
- Querying
Connection stringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for querying.
- connection
Type String - Specifies the type of underlying connection.
- enrichment
Connection StringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
- querying
Connection StringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for querying.
- connection
Type string - Specifies the type of underlying connection.
- enrichment
Connection stringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
- querying
Connection stringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for querying.
- connection_
type str - Specifies the type of underlying connection.
- enrichment_
connection_ strid - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
- querying_
connection_ strid - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for querying.
- connection
Type String - Specifies the type of underlying connection.
- enrichment
Connection StringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for enrichment.
- querying
Connection StringId - The OCID of the Oracle Cloud Infrastructure Database Tools Connection for querying.
GetSemanticStoreRefreshSchedule
- Type string
- Specifies the type of refresh schedule.
- Value string
- Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
- Type string
- Specifies the type of refresh schedule.
- Value string
- Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
- type String
- Specifies the type of refresh schedule.
- value String
- Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
- type string
- Specifies the type of refresh schedule.
- value string
- Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
- type str
- Specifies the type of refresh schedule.
- value str
- Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
- type String
- Specifies the type of refresh schedule.
- value String
- Specifies the refresh interval value. The interval must be provided using the ISO 8601 extended format, either as PnW or PnYnMnDTnHnMnS, where 'P' is always required, 'T' precedes any time components less than one day, and each included component is properly suffixed. For example, "P1DT6H" represents a duration of 1 day and 6 hours.
GetSemanticStoreSchema
- Connection
Type string - Specifies the type of underlying connection.
- Schemas
List<Get
Semantic Store Schema Schema> - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- Connection
Type string - Specifies the type of underlying connection.
- Schemas
[]Get
Semantic Store Schema Schema - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- connection
Type String - Specifies the type of underlying connection.
- schemas
List<Get
Semantic Store Schema Schema> - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- connection
Type string - Specifies the type of underlying connection.
- schemas
Get
Semantic Store Schema Schema[] - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- connection_
type str - Specifies the type of underlying connection.
- schemas
Sequence[Get
Semantic Store Schema Schema] - Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
- connection
Type String - Specifies the type of underlying connection.
- schemas List<Property Map>
- Array of database schemas to be included in the connection. Each schema must define a name. A simple schema definition includes only the name, for example: { "schemas": [ { "name": "HR" } ] } Only one schema name is allowed now. Additional configuration options may be supported in extended forms later.
GetSemanticStoreSchemaSchema
- Name string
- Name string
- name String
- name string
- name str
- name String
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.9.0
published on Thursday, Apr 30, 2026 by Pulumi
published on Thursday, Apr 30, 2026 by Pulumi
