Data Source: oci_generative_ai_semantic_store
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
data "oci_generative_ai_semantic_store" "test_semantic_store" {
#Required
semantic_store_id = oci_generative_ai_semantic_store.test_semantic_store.id
}
Argument Reference
The following arguments are supported:
semantic_store_id- (Required) The OCID of the SemanticStore.
Attributes Reference
The following attributes are exported:
compartment_id- Owning compartment OCID for a SemanticStore.data_source- Defines the data source that the semantic model connects to.defined_tags- 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- An optional description of the SemanticStore.display_name- A user-friendly name.freeform_tags- 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- An OCID that uniquely identifies a SemanticStore.lifecycle_details- A message describing the current state in more detail that can provide actionable information.refresh_schedule- Specifies a refresh schedule. Null represents no automated synchronization schedule.type- Specifies the type of refresh schedule.
value- 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.
schemas- Array of database schemas or other database objects to include in enrichment pipeline.connection_type- Specifies the type of underlying connection.schemas- 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.name-
state- The lifecycle state of a SemanticStore.system_tags- System tags for this resource. Each key is predefined and scoped to a namespace. Example:{"orcl-cloud.free-tier-retained": "true"}time_created- The date and time that the SemanticStore was created in the format of an RFC3339 datetime string.time_updated- The date and time that the SemanticStore was updated in the format of an RFC3339 datetime string.