GuardrailImageSource
module-attribute
¶
GuardrailImageSource = Union[GuardrailImageSourceBytes | GuardrailImageSourceUnknown]
The image source (image bytes) of the guardrail image source. Object used in independent api.
Union Members¶
GuardrailImageSourceBytes
dataclass
¶
The bytes details of the guardrail image source. Object used in independent api.
Source code in src/aws_sdk_bedrock_runtime/models.py
1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 | |
GuardrailImageSourceUnknown
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
1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 | |