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
Modifier and TypeMethodDescriptionbedrockModelIdentifiers
(String... bedrockModelIdentifiers) The Amazon Resource Names (ARNs) of the models used for the evaluation job.bedrockModelIdentifiers
(Collection<String> bedrockModelIdentifiers) The Amazon Resource Names (ARNs) of the models used for the evaluation job.precomputedInferenceSourceIdentifiers
(String... precomputedInferenceSourceIdentifiers) A label that identifies the models used for a model evaluation job where you provide your own inference response data.precomputedInferenceSourceIdentifiers
(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 Details
-
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
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.
-