Class: Aws::BedrockRuntime::Types::GuardrailConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

Configuration information for a guardrail that you use with the

Converse][1

operation.

[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_identifierString

The identifier for the guardrail.

Returns:

  • (String)


834
835
836
837
838
839
840
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 834

class GuardrailConfiguration < Struct.new(
  :guardrail_identifier,
  :guardrail_version,
  :trace)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_versionString

The version of the guardrail.

Returns:

  • (String)


834
835
836
837
838
839
840
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 834

class GuardrailConfiguration < Struct.new(
  :guardrail_identifier,
  :guardrail_version,
  :trace)
  SENSITIVE = []
  include Aws::Structure
end

#traceString

The trace behavior for the guardrail.

Returns:

  • (String)


834
835
836
837
838
839
840
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 834

class GuardrailConfiguration < Struct.new(
  :guardrail_identifier,
  :guardrail_version,
  :trace)
  SENSITIVE = []
  include Aws::Structure
end