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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TeacherModelConfig.BuildermaxResponseLengthForInference(Integer maxResponseLengthForInference)The maximum number of tokens requested when the customization job invokes the teacher model.TeacherModelConfig.BuilderteacherModelIdentifier(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 Detail
-
teacherModelIdentifier
TeacherModelConfig.Builder teacherModelIdentifier(String 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
TeacherModelConfig.Builder maxResponseLengthForInference(Integer 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.
-
-