Class TeacherModelConfig
- java.lang.Object
-
- software.amazon.awssdk.services.bedrock.model.TeacherModelConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TeacherModelConfig.Builder,TeacherModelConfig>
@Generated("software.amazon.awssdk:codegen") public final class TeacherModelConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TeacherModelConfig.Builder,TeacherModelConfig>
Details about a teacher model used for model customization.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTeacherModelConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TeacherModelConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResponseLengthForInference()The maximum number of tokens requested when the customization job invokes the teacher model.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TeacherModelConfig.Builder>serializableBuilderClass()StringteacherModelIdentifier()The identifier of the teacher model.TeacherModelConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
teacherModelIdentifier
public final String teacherModelIdentifier()
The identifier of the teacher model.
- Returns:
- The identifier of the teacher model.
-
maxResponseLengthForInference
public final Integer maxResponseLengthForInference()
The maximum number of tokens requested when the customization job invokes the teacher model.
- Returns:
- The maximum number of tokens requested when the customization job invokes the teacher model.
-
toBuilder
public TeacherModelConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TeacherModelConfig.Builder,TeacherModelConfig>
-
builder
public static TeacherModelConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends TeacherModelConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-