AIGuardrailVersionReference
- class aws_cdk.aws_wisdom.AIGuardrailVersionReference(*, ai_guardrail_id, assistant_id, version_number)
Bases:
object
A reference to a AIGuardrailVersion resource.
- Parameters:
ai_guardrail_id (
str
) – The AIGuardrailId of the AIGuardrailVersion resource.assistant_id (
str
) – The AssistantId of the AIGuardrailVersion resource.version_number (
str
) – The VersionNumber of the AIGuardrailVersion resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_wisdom as wisdom a_iGuardrail_version_reference = wisdom.AIGuardrailVersionReference( ai_guardrail_id="aiGuardrailId", assistant_id="assistantId", version_number="versionNumber" )
Attributes
- ai_guardrail_id
The AIGuardrailId of the AIGuardrailVersion resource.
- assistant_id
The AssistantId of the AIGuardrailVersion resource.
- version_number
The VersionNumber of the AIGuardrailVersion resource.