| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationModelConfig |
EvaluationModelConfig.clone() |
EvaluationModelConfig |
EvaluationModelConfig.withBedrockModel(EvaluationBedrockModel bedrockModel)
Defines the Amazon Bedrock model and inference parameters you want used.
|
| Modifier and Type | Method and Description |
|---|---|
List<EvaluationModelConfig> |
EvaluationInferenceConfig.getModels()
Used to specify the models.
|
| Modifier and Type | Method and Description |
|---|---|
EvaluationInferenceConfig |
EvaluationInferenceConfig.withModels(EvaluationModelConfig... models)
Used to specify the models.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationInferenceConfig.setModels(Collection<EvaluationModelConfig> models)
Used to specify the models.
|
EvaluationInferenceConfig |
EvaluationInferenceConfig.withModels(Collection<EvaluationModelConfig> models)
Used to specify the models.
|
Copyright © 2025. All rights reserved.