Class: Aws::Types::EvaluationModelConfig
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationModelConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: BedrockModel, PrecomputedInferenceSource, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bedrock_model ⇒ Types::EvaluationBedrockModel
Returns the value of attribute bedrock_model.
-
#precomputed_inference_source ⇒ Types::EvaluationPrecomputedInferenceSource
Returns the value of attribute precomputed_inference_source.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#bedrock_model ⇒ Types::EvaluationBedrockModel
Returns the value of attribute bedrock_model.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def bedrock_model @bedrock_model end |
#precomputed_inference_source ⇒ Types::EvaluationPrecomputedInferenceSource
Returns the value of attribute precomputed_inference_source.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def precomputed_inference_source @precomputed_inference_source end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def unknown @unknown end |