MetadataFilter¶
-
class
oci.generative_ai_agent_runtime.models.MetadataFilter(**kwargs)¶ Bases:
objectFilter for retrieving specific metadata
Methods
__init__(**kwargs)Initializes a new MetadataFilter object with values from keyword arguments. Attributes
field_name[Required] Gets the field_name of this MetadataFilter. value[Required] Gets the value of this MetadataFilter. -
__init__(**kwargs)¶ Initializes a new MetadataFilter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - field_name (str) – The value to assign to the field_name property of this MetadataFilter.
- value (str) – The value to assign to the value property of this MetadataFilter.
-
field_name¶ [Required] Gets the field_name of this MetadataFilter. The name of the field to filter on
Returns: The field_name of this MetadataFilter. Return type: str
-
value¶ [Required] Gets the value of this MetadataFilter. The value to filter for in the specified field
Returns: The value of this MetadataFilter. Return type: str
-