|
1084 | 1084 | },
|
1085 | 1085 | "inferenceConfig":{
|
1086 | 1086 | "shape":"EvaluationInferenceConfig",
|
1087 |
| - "documentation":"<p>Specify the models you want to use in your model evaluation job. Automatic model evaluation jobs support a single model, and model evaluation job that use human workers support two models.</p>" |
| 1087 | + "documentation":"<p>Specify the models you want to use in your model evaluation job. Automatic model evaluation jobs support a single model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a>, and model evaluation job that use human workers support two models or inference profiles.</p>" |
1088 | 1088 | },
|
1089 | 1089 | "outputDataConfig":{
|
1090 | 1090 | "shape":"EvaluationOutputDataConfig",
|
|
1676 | 1676 | "members":{
|
1677 | 1677 | "modelIdentifier":{
|
1678 | 1678 | "shape":"EvaluationModelIdentifier",
|
1679 |
| - "documentation":"<p>The ARN of the Amazon Bedrock model specified.</p>" |
| 1679 | + "documentation":"<p>The ARN of the Amazon Bedrock model or inference profile specified.</p>" |
1680 | 1680 | },
|
1681 | 1681 | "inferenceParams":{
|
1682 | 1682 | "shape":"EvaluationModelInferenceParams",
|
1683 | 1683 | "documentation":"<p>Each Amazon Bedrock support different inference parameters that change how the model behaves during inference.</p>"
|
1684 | 1684 | }
|
1685 | 1685 | },
|
1686 |
| - "documentation":"<p>Contains the ARN of the Amazon Bedrock models specified in your model evaluation job. Each Amazon Bedrock model supports different <code>inferenceParams</code>. To learn more about supported inference parameters for Amazon Bedrock models, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html\">Inference parameters for foundation models</a>.</p> <p>The <code>inferenceParams</code> are specified using JSON. To successfully insert JSON as string make sure that all quotations are properly escaped. For example, <code>\"temperature\":\"0.25\"</code> key value pair would need to be formatted as <code>\\\"temperature\\\":\\\"0.25\\\"</code> to successfully accepted in the request.</p>" |
| 1686 | + "documentation":"<p>Contains the ARN of the Amazon Bedrock model or <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html\">inference profile</a> specified in your model evaluation job. Each Amazon Bedrock model supports different <code>inferenceParams</code>. To learn more about supported inference parameters for Amazon Bedrock models, see <a href=\"https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html\">Inference parameters for foundation models</a>.</p> <p>The <code>inferenceParams</code> are specified using JSON. To successfully insert JSON as string make sure that all quotations are properly escaped. For example, <code>\"temperature\":\"0.25\"</code> key value pair would need to be formatted as <code>\\\"temperature\\\":\\\"0.25\\\"</code> to successfully accepted in the request.</p>" |
1687 | 1687 | },
|
1688 | 1688 | "EvaluationConfig":{
|
1689 | 1689 | "type":"structure",
|
|
1848 | 1848 | "members":{
|
1849 | 1849 | "bedrockModel":{
|
1850 | 1850 | "shape":"EvaluationBedrockModel",
|
1851 |
| - "documentation":"<p>Defines the Amazon Bedrock model and inference parameters you want used.</p>" |
| 1851 | + "documentation":"<p>Defines the Amazon Bedrock model or inference profile and inference parameters you want used.</p>" |
1852 | 1852 | }
|
1853 | 1853 | },
|
1854 | 1854 | "documentation":"<p>Defines the models used in the model evaluation job.</p>",
|
|
1864 | 1864 | "type":"string",
|
1865 | 1865 | "max":2048,
|
1866 | 1866 | "min":1,
|
1867 |
| - "pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}(([:][a-z0-9-]{1,63}){0,2})?/[a-z0-9]{12})|(:foundation-model/([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})))|(([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2}))|(([0-9a-zA-Z][_-]?)+)" |
| 1867 | + "pattern":"(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:((:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:inference-profile/(([a-z]{2}.)[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63})))))|(([a-z]{2}[.]{1})([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))" |
1868 | 1868 | },
|
1869 | 1869 | "EvaluationModelIdentifiers":{
|
1870 | 1870 | "type":"list",
|
|
0 commit comments