Class: Aws::Types::GuardrailAutomatedReasoningPolicyConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#confidence_threshold::Float

Returns the value of attribute confidence_threshold.

Returns:

  • (::Float)


2173
2174
2175
# File 'sig/types.rbs', line 2173

def confidence_threshold
  @confidence_threshold
end

#policies::Array[::String]

Returns the value of attribute policies.

Returns:

  • (::Array[::String])


2172
2173
2174
# File 'sig/types.rbs', line 2172

def policies
  @policies
end