GroundingWebChunk¶
-
class
oci.generative_ai_inference.models.
GroundingWebChunk
(**kwargs)¶ Bases:
object
object containing the web source.
Methods
__init__
(**kwargs)Initializes a new GroundingWebChunk object with values from keyword arguments. Attributes
domain
Gets the domain of this GroundingWebChunk. title
Gets the title of this GroundingWebChunk. uri
Gets the uri of this GroundingWebChunk. -
__init__
(**kwargs)¶ Initializes a new GroundingWebChunk object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - uri (str) – The value to assign to the uri property of this GroundingWebChunk.
- title (str) – The value to assign to the title property of this GroundingWebChunk.
- domain (str) – The value to assign to the domain property of this GroundingWebChunk.
-
domain
¶ Gets the domain of this GroundingWebChunk. the domain of the web source
Returns: The domain of this GroundingWebChunk. Return type: str
-
title
¶ Gets the title of this GroundingWebChunk. The title of the web source
Returns: The title of this GroundingWebChunk. Return type: str
-
uri
¶ Gets the uri of this GroundingWebChunk. The web source’s uri
Returns: The uri of this GroundingWebChunk. Return type: str
-