| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationBedrockModel |
EvaluationBedrockModel.clone() |
EvaluationBedrockModel |
EvaluationModelConfig.getBedrockModel()
Defines the Amazon Bedrock model and inference parameters you want used.
|
EvaluationBedrockModel |
EvaluationBedrockModel.withInferenceParams(String inferenceParams)
Each Amazon Bedrock support different inference parameters that change how the model behaves during inference.
|
EvaluationBedrockModel |
EvaluationBedrockModel.withModelIdentifier(String modelIdentifier)
The ARN of the Amazon Bedrock model specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EvaluationModelConfig.setBedrockModel(EvaluationBedrockModel bedrockModel)
Defines the Amazon Bedrock model and inference parameters you want used.
|
EvaluationModelConfig |
EvaluationModelConfig.withBedrockModel(EvaluationBedrockModel bedrockModel)
Defines the Amazon Bedrock model and inference parameters you want used.
|
Copyright © 2025. All rights reserved.