Class: Aws::Types::EvaluationModelConfigSummary
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationModelConfigSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bedrock_model_identifiers ⇒ ::Array[::String]
Returns the value of attribute bedrock_model_identifiers.
-
#precomputed_inference_source_identifiers ⇒ ::Array[::String]
Returns the value of attribute precomputed_inference_source_identifiers.
Instance Attribute Details
#bedrock_model_identifiers ⇒ ::Array[::String]
Returns the value of attribute bedrock_model_identifiers.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def bedrock_model_identifiers @bedrock_model_identifiers end |
#precomputed_inference_source_identifiers ⇒ ::Array[::String]
Returns the value of attribute precomputed_inference_source_identifiers.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def precomputed_inference_source_identifiers @precomputed_inference_source_identifiers end |