Class: Aws::Types::TeacherModelConfig
- Inherits:
-
Object
- Object
- Aws::Types::TeacherModelConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_response_length_for_inference ⇒ ::Integer
Returns the value of attribute max_response_length_for_inference.
-
#teacher_model_identifier ⇒ ::String
Returns the value of attribute teacher_model_identifier.
Instance Attribute Details
#max_response_length_for_inference ⇒ ::Integer
Returns the value of attribute max_response_length_for_inference.
3520 3521 3522 |
# File 'sig/types.rbs', line 3520 def max_response_length_for_inference @max_response_length_for_inference end |
#teacher_model_identifier ⇒ ::String
Returns the value of attribute teacher_model_identifier.
3519 3520 3521 |
# File 'sig/types.rbs', line 3519 def teacher_model_identifier @teacher_model_identifier end |