Interface TeacherModelConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TeacherModelConfig.Builder,
,TeacherModelConfig> SdkBuilder<TeacherModelConfig.Builder,
,TeacherModelConfig> SdkPojo
- Enclosing class:
TeacherModelConfig
@Mutable
@NotThreadSafe
public static interface TeacherModelConfig.Builder
extends SdkPojo, CopyableBuilder<TeacherModelConfig.Builder,TeacherModelConfig>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResponseLengthForInference
(Integer maxResponseLengthForInference) The maximum number of tokens requested when the customization job invokes the teacher model.teacherModelIdentifier
(String teacherModelIdentifier) The identifier of the teacher model.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
teacherModelIdentifier
The identifier of the teacher model.
- Parameters:
teacherModelIdentifier
- The identifier of the teacher model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResponseLengthForInference
The maximum number of tokens requested when the customization job invokes the teacher model.
- Parameters:
maxResponseLengthForInference
- The maximum number of tokens requested when the customization job invokes the teacher model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-