Class: Aws::BedrockRuntime::Types::GuardrailImageCoverage

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

Overview

The details of the guardrail image coverage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardedInteger

The count (integer) of images guardrails guarded.

Returns:

  • (Integer)


3041
3042
3043
3044
3045
3046
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3041

class GuardrailImageCoverage < Struct.new(
  :guarded,
  :total)
  SENSITIVE = []
  include Aws::Structure
end

#totalInteger

Represents the total number of images (integer) that were in the request (guarded and unguarded).

Returns:

  • (Integer)


3041
3042
3043
3044
3045
3046
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3041

class GuardrailImageCoverage < Struct.new(
  :guarded,
  :total)
  SENSITIVE = []
  include Aws::Structure
end