SearchQuery

class oci.generative_ai_inference.models.SearchQuery(**kwargs)

Bases: object

The generated search query.

Methods

__init__(**kwargs) Initializes a new SearchQuery object with values from keyword arguments.

Attributes

text [Required] Gets the text of this SearchQuery.
__init__(**kwargs)

Initializes a new SearchQuery object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:text (str) – The value to assign to the text property of this SearchQuery.
text

[Required] Gets the text of this SearchQuery. The text of the search query.

Returns:The text of this SearchQuery.
Return type:str