|
2720 | 2720 | "min": 1,
|
2721 | 2721 | "max": 2048
|
2722 | 2722 | },
|
2723 |
| - "smithy.api#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}:provisioned-model/[a-z0-9]{12})|([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}))$" |
| 2723 | + "smithy.api#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}:provisioned-model/[a-z0-9]{12})|([0-9]{12}:imported-model/[a-z0-9]{12})|([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}))$" |
2724 | 2724 | }
|
2725 | 2725 | },
|
2726 | 2726 | "com.amazonaws.bedrock#EvaluationModelIdentifiers": {
|
|
3757 | 3757 | "traits": {
|
3758 | 3758 | "smithy.api#documentation": "<p>The imported model is encrypted at rest using this key.</p>"
|
3759 | 3759 | }
|
| 3760 | + }, |
| 3761 | + "instructSupported": { |
| 3762 | + "target": "com.amazonaws.bedrock#InstructSupported", |
| 3763 | + "traits": { |
| 3764 | + "smithy.api#documentation": "<p>Specifies if the imported model supports fine tuning.</p>" |
| 3765 | + } |
3760 | 3766 | }
|
3761 | 3767 | },
|
3762 | 3768 | "traits": {
|
|
6189 | 6195 | "smithy.api#documentation": "<p>Creation time of the imported model.</p>",
|
6190 | 6196 | "smithy.api#required": {}
|
6191 | 6197 | }
|
| 6198 | + }, |
| 6199 | + "instructSupported": { |
| 6200 | + "target": "com.amazonaws.bedrock#InstructSupported", |
| 6201 | + "traits": { |
| 6202 | + "smithy.api#documentation": "<p>Specifies if the imported model supports fine tuning.</p>" |
| 6203 | + } |
| 6204 | + }, |
| 6205 | + "modelArchitecture": { |
| 6206 | + "target": "com.amazonaws.bedrock#ModelArchitecture", |
| 6207 | + "traits": { |
| 6208 | + "smithy.api#documentation": "<p>The architecture of the imported model.</p>" |
| 6209 | + } |
6192 | 6210 | }
|
6193 | 6211 | },
|
6194 | 6212 | "traits": {
|
6195 |
| - "smithy.api#documentation": "<p>Information about tne imported model.</p>" |
| 6213 | + "smithy.api#documentation": "<p>Information about the imported model.</p>" |
6196 | 6214 | }
|
6197 | 6215 | },
|
6198 | 6216 | "com.amazonaws.bedrock#ImportedModelSummaryList": {
|
|
6410 | 6428 | "target": "com.amazonaws.bedrock#InferenceType"
|
6411 | 6429 | }
|
6412 | 6430 | },
|
| 6431 | + "com.amazonaws.bedrock#InstructSupported": { |
| 6432 | + "type": "boolean" |
| 6433 | + }, |
6413 | 6434 | "com.amazonaws.bedrock#InternalServerException": {
|
6414 | 6435 | "type": "structure",
|
6415 | 6436 | "members": {
|
|
7866 | 7887 | "com.amazonaws.bedrock#MetricFloat": {
|
7867 | 7888 | "type": "float"
|
7868 | 7889 | },
|
| 7890 | + "com.amazonaws.bedrock#ModelArchitecture": { |
| 7891 | + "type": "string" |
| 7892 | + }, |
7869 | 7893 | "com.amazonaws.bedrock#ModelArn": {
|
7870 | 7894 | "type": "string",
|
7871 | 7895 | "traits": {
|
|
0 commit comments