Interface EvaluationModelConfigSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationModelConfigSummary.Builder,EvaluationModelConfigSummary>,SdkBuilder<EvaluationModelConfigSummary.Builder,EvaluationModelConfigSummary>,SdkPojo
- Enclosing class:
- EvaluationModelConfigSummary
@Mutable @NotThreadSafe public static interface EvaluationModelConfigSummary.Builder extends SdkPojo, CopyableBuilder<EvaluationModelConfigSummary.Builder,EvaluationModelConfigSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationModelConfigSummary.BuilderbedrockModelIdentifiers(String... bedrockModelIdentifiers)The Amazon Resource Names (ARNs) of the models used for the evaluation job.EvaluationModelConfigSummary.BuilderbedrockModelIdentifiers(Collection<String> bedrockModelIdentifiers)The Amazon Resource Names (ARNs) of the models used for the evaluation job.EvaluationModelConfigSummary.BuilderprecomputedInferenceSourceIdentifiers(String... precomputedInferenceSourceIdentifiers)A label that identifies the models used for a model evaluation job where you provide your own inference response data.EvaluationModelConfigSummary.BuilderprecomputedInferenceSourceIdentifiers(Collection<String> precomputedInferenceSourceIdentifiers)A label that identifies the models used for a model evaluation job where you provide your own inference response data.-
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
-
bedrockModelIdentifiers
EvaluationModelConfigSummary.Builder bedrockModelIdentifiers(Collection<String> bedrockModelIdentifiers)
The Amazon Resource Names (ARNs) of the models used for the evaluation job.
- Parameters:
bedrockModelIdentifiers- The Amazon Resource Names (ARNs) of the models used for the evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bedrockModelIdentifiers
EvaluationModelConfigSummary.Builder bedrockModelIdentifiers(String... bedrockModelIdentifiers)
The Amazon Resource Names (ARNs) of the models used for the evaluation job.
- Parameters:
bedrockModelIdentifiers- The Amazon Resource Names (ARNs) of the models used for the evaluation job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
precomputedInferenceSourceIdentifiers
EvaluationModelConfigSummary.Builder precomputedInferenceSourceIdentifiers(Collection<String> precomputedInferenceSourceIdentifiers)
A label that identifies the models used for a model evaluation job where you provide your own inference response data.
- Parameters:
precomputedInferenceSourceIdentifiers- A label that identifies the models used for 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.
-
precomputedInferenceSourceIdentifiers
EvaluationModelConfigSummary.Builder precomputedInferenceSourceIdentifiers(String... precomputedInferenceSourceIdentifiers)
A label that identifies the models used for a model evaluation job where you provide your own inference response data.
- Parameters:
precomputedInferenceSourceIdentifiers- A label that identifies the models used for 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.
-
-