UpdateSemanticStoreDetails¶
-
class
oci.generative_ai.models.UpdateSemanticStoreDetails(**kwargs)¶ Bases:
objectThe data to update a SemanticStore.
Methods
__init__(**kwargs)Initializes a new UpdateSemanticStoreDetails object with values from keyword arguments. Attributes
defined_tagsGets the defined_tags of this UpdateSemanticStoreDetails. descriptionGets the description of this UpdateSemanticStoreDetails. display_nameGets the display_name of this UpdateSemanticStoreDetails. freeform_tagsGets the freeform_tags of this UpdateSemanticStoreDetails. refresh_scheduleGets the refresh_schedule of this UpdateSemanticStoreDetails. schemasGets the schemas of this UpdateSemanticStoreDetails. -
__init__(**kwargs)¶ Initializes a new UpdateSemanticStoreDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this UpdateSemanticStoreDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateSemanticStoreDetails.
- refresh_schedule (oci.generative_ai.models.RefreshScheduleDetails) – The value to assign to the refresh_schedule property of this UpdateSemanticStoreDetails.
- schemas (oci.generative_ai.models.CreateSchemasDetails) – The value to assign to the schemas property of this UpdateSemanticStoreDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateSemanticStoreDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateSemanticStoreDetails.
Gets the defined_tags of this UpdateSemanticStoreDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateSemanticStoreDetails. Return type: dict(str, dict(str, object))
-
description¶ Gets the description of this UpdateSemanticStoreDetails. An optional description of the SemanticStore.
Returns: The description of this UpdateSemanticStoreDetails. Return type: str
-
display_name¶ Gets the display_name of this UpdateSemanticStoreDetails. A user-friendly name.
Returns: The display_name of this UpdateSemanticStoreDetails. Return type: str
Gets the freeform_tags of this UpdateSemanticStoreDetails. 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”}
Returns: The freeform_tags of this UpdateSemanticStoreDetails. Return type: dict(str, str)
-
refresh_schedule¶ Gets the refresh_schedule of this UpdateSemanticStoreDetails.
Returns: The refresh_schedule of this UpdateSemanticStoreDetails. Return type: oci.generative_ai.models.RefreshScheduleDetails
-
schemas¶ Gets the schemas of this UpdateSemanticStoreDetails.
Returns: The schemas of this UpdateSemanticStoreDetails. Return type: oci.generative_ai.models.CreateSchemasDetails
-