Class: Aws::BedrockRuntime::Types::ApplyGuardrailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ApplyGuardrailRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Array<Types::GuardrailContentBlock>
The content details used in the request to apply the guardrail.
-
#guardrail_identifier ⇒ String
The guardrail identifier used in the request to apply the guardrail.
-
#guardrail_version ⇒ String
The guardrail version used in the request to apply the guardrail.
-
#source ⇒ String
The source of data used in the request to apply the guardrail.
Instance Attribute Details
#content ⇒ Array<Types::GuardrailContentBlock>
The content details used in the request to apply the guardrail.
53 54 55 56 57 58 59 60 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 53 class ApplyGuardrailRequest < Struct.new( :guardrail_identifier, :guardrail_version, :source, :content) SENSITIVE = [] include Aws::Structure end |
#guardrail_identifier ⇒ String
The guardrail identifier used in the request to apply the guardrail.
53 54 55 56 57 58 59 60 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 53 class ApplyGuardrailRequest < Struct.new( :guardrail_identifier, :guardrail_version, :source, :content) SENSITIVE = [] include Aws::Structure end |
#guardrail_version ⇒ String
The guardrail version used in the request to apply the guardrail.
53 54 55 56 57 58 59 60 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 53 class ApplyGuardrailRequest < Struct.new( :guardrail_identifier, :guardrail_version, :source, :content) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The source of data used in the request to apply the guardrail.
53 54 55 56 57 58 59 60 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 53 class ApplyGuardrailRequest < Struct.new( :guardrail_identifier, :guardrail_version, :source, :content) SENSITIVE = [] include Aws::Structure end |