Class: Aws::Types::TeacherModelConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_response_length_for_inference::Integer

Returns the value of attribute max_response_length_for_inference.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


3519
3520
3521
# File 'sig/types.rbs', line 3519

def teacher_model_identifier
  @teacher_model_identifier
end