Class: Aws::BedrockRuntime::Types::GuardrailInvocationMetrics

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

Overview

The invocation metrics for the guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_coverageTypes::GuardrailCoverage

The coverage details for the guardrail invocation metrics.



2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2412

class GuardrailInvocationMetrics < Struct.new(
  :guardrail_processing_latency,
  :usage,
  :guardrail_coverage)
  SENSITIVE = []
  include Aws::Structure
end

#guardrail_processing_latencyInteger

The processing latency details for the guardrail invocation metrics.

Returns:

  • (Integer)


2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2412

class GuardrailInvocationMetrics < Struct.new(
  :guardrail_processing_latency,
  :usage,
  :guardrail_coverage)
  SENSITIVE = []
  include Aws::Structure
end

#usageTypes::GuardrailUsage

The usage details for the guardrail invocation metrics.



2412
2413
2414
2415
2416
2417
2418
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 2412

class GuardrailInvocationMetrics < Struct.new(
  :guardrail_processing_latency,
  :usage,
  :guardrail_coverage)
  SENSITIVE = []
  include Aws::Structure
end