| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
EvaluationOutputDataConfig |
EvaluationOutputDataConfig.clone() |
EvaluationOutputDataConfig |
GetEvaluationJobResult.getOutputDataConfig()
Amazon S3 location for where output data is saved.
|
EvaluationOutputDataConfig |
CreateEvaluationJobRequest.getOutputDataConfig()
An object that defines where the results of model evaluation job will be saved in Amazon S3.
|
EvaluationOutputDataConfig |
EvaluationOutputDataConfig.withS3Uri(String s3Uri)
The Amazon S3 URI where the results of model evaluation job are saved.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEvaluationJobResult.setOutputDataConfig(EvaluationOutputDataConfig outputDataConfig)
Amazon S3 location for where output data is saved.
|
void |
CreateEvaluationJobRequest.setOutputDataConfig(EvaluationOutputDataConfig outputDataConfig)
An object that defines where the results of model evaluation job will be saved in Amazon S3.
|
GetEvaluationJobResult |
GetEvaluationJobResult.withOutputDataConfig(EvaluationOutputDataConfig outputDataConfig)
Amazon S3 location for where output data is saved.
|
CreateEvaluationJobRequest |
CreateEvaluationJobRequest.withOutputDataConfig(EvaluationOutputDataConfig outputDataConfig)
An object that defines where the results of model evaluation job will be saved in Amazon S3.
|
Copyright © 2025. All rights reserved.