Class: Aws::BedrockRuntime::Types::GuardrailCoverage

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

Overview

The action of the guardrail coverage details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#imagesTypes::GuardrailImageCoverage

The guardrail coverage for images (the number of images that guardrails guarded).



2369
2370
2371
2372
2373
2374
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2369

class GuardrailCoverage < Struct.new(
  :text_characters,
  :images)
  SENSITIVE = []
  include Aws::Structure
end

#text_charactersTypes::GuardrailTextCharactersCoverage

The text characters of the guardrail coverage details.



2369
2370
2371
2372
2373
2374
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2369

class GuardrailCoverage < Struct.new(
  :text_characters,
  :images)
  SENSITIVE = []
  include Aws::Structure
end