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"}
|
RefreshSchedule
Declaration
[JsonProperty(PropertyName = "refreshSchedule")]
public RefreshScheduleDetails RefreshSchedule { get; set; }
Property Value
Schemas
Declaration
[JsonProperty(PropertyName = "schemas")]
public CreateSchemasDetails Schemas { get; set; }
Property Value