Class UpdateSemanticStoreDetails
The data to update a SemanticStore.
Inheritance
UpdateSemanticStoreDetails
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class UpdateSemanticStoreDetails
Properties
Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
| Type |
Description |
| string |
An optional description of the SemanticStore.
|
DisplayName
Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
| Type |
Description |
| string |
A user-friendly name.
|
Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
| Type |
Description |
| 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"}
|
IsUserDefinedSemanticsEnabled
Declaration
[JsonProperty(PropertyName = "isUserDefinedSemanticsEnabled")]
public bool? IsUserDefinedSemanticsEnabled { get; set; }
Property Value
| Type |
Description |
| bool? |
Whether to include user-defined semantic inputs, such as annotations, comments, and synonyms, during semantic-store enrichment.
When true, enrichment uses both metadata and user-defined semantics.
When false, enrichment uses metadata only.
If omitted, the existing setting is unchanged.
|
ModelSelection
Declaration
[JsonProperty(PropertyName = "modelSelection")]
public SemanticStoreModelSelection ModelSelection { get; set; }
Property Value
RefreshSchedule
Declaration
[JsonProperty(PropertyName = "refreshSchedule")]
public RefreshScheduleDetails RefreshSchedule { get; set; }
Property Value
Schemas
Declaration
[JsonProperty(PropertyName = "schemas")]
public CreateSchemasDetails Schemas { get; set; }
Property Value