Class: Aws::Types::EvaluationBedrockModel
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationBedrockModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inference_params ⇒ ::String
Returns the value of attribute inference_params.
-
#model_identifier ⇒ ::String
Returns the value of attribute model_identifier.
-
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
Instance Attribute Details
#inference_params ⇒ ::String
Returns the value of attribute inference_params.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def inference_params @inference_params end |
#model_identifier ⇒ ::String
Returns the value of attribute model_identifier.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def model_identifier @model_identifier end |
#performance_config ⇒ Types::PerformanceConfiguration
Returns the value of attribute performance_config.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def performance_config @performance_config end |