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

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

Overview

Configuration information for a guardrail that you use with the Converse operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_identifierString

The identifier for the guardrail.

Returns:

  • (String)


1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1073

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

#guardrail_versionString

The version of the guardrail.

Returns:

  • (String)


1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1073

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

#traceString

The trace behavior for the guardrail.

Returns:

  • (String)


1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 1073

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