CitationGeneratedContent
module-attribute
¶
CitationGeneratedContent = Union[CitationGeneratedContentText | CitationGeneratedContentUnknown]
Contains the generated text content that corresponds to or is supported by a citation from a source document.
Union Members¶
CitationGeneratedContentText
dataclass
¶
The text content that was generated by the model and is supported by the associated citation.
Source code in src/aws_sdk_bedrock_runtime/models.py
6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 | |
CitationGeneratedContentUnknown
dataclass
¶
Represents an unknown variant.
If you receive this value, you will need to update your library to receive the parsed value.
This value may not be deliberately sent.
Source code in src/aws_sdk_bedrock_runtime/models.py
6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 | |