Interface EvaluationPrecomputedInferenceSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationPrecomputedInferenceSource.Builder,,EvaluationPrecomputedInferenceSource> SdkBuilder<EvaluationPrecomputedInferenceSource.Builder,,EvaluationPrecomputedInferenceSource> SdkPojo
- Enclosing class:
EvaluationPrecomputedInferenceSource
@Mutable
@NotThreadSafe
public static interface EvaluationPrecomputedInferenceSource.Builder
extends SdkPojo, CopyableBuilder<EvaluationPrecomputedInferenceSource.Builder,EvaluationPrecomputedInferenceSource>
-
Method Summary
Modifier and TypeMethodDescriptioninferenceSourceIdentifier(String inferenceSourceIdentifier) A label that identifies a model used in a model evaluation job where you provide your own inference response data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
inferenceSourceIdentifier
EvaluationPrecomputedInferenceSource.Builder inferenceSourceIdentifier(String inferenceSourceIdentifier) A label that identifies a model used in a model evaluation job where you provide your own inference response data.
- Parameters:
inferenceSourceIdentifier- A label that identifies a model used in a model evaluation job where you provide your own inference response data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-