Skip to content

Commit f1deb18

Browse files
author
AWS
committed
Amazon Bedrock Update: Adding converse support to CMI API's
1 parent ab8ee75 commit f1deb18

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Bedrock",
4+
"contributor": "",
5+
"description": "Adding converse support to CMI API's"
6+
}

services/bedrock/src/main/resources/codegen-resources/service-2.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1864,7 +1864,7 @@
18641864
"type":"string",
18651865
"max":2048,
18661866
"min":1,
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}: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}))"
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}: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}))"
18681868
},
18691869
"EvaluationModelIdentifiers":{
18701870
"type":"list",
@@ -2434,6 +2434,10 @@
24342434
"modelKmsKeyArn":{
24352435
"shape":"KmsKeyArn",
24362436
"documentation":"<p>The imported model is encrypted at rest using this key.</p>"
2437+
},
2438+
"instructSupported":{
2439+
"shape":"InstructSupported",
2440+
"documentation":"<p>Specifies if the imported model supports fine tuning.</p>"
24372441
}
24382442
}
24392443
},
@@ -3797,9 +3801,17 @@
37973801
"creationTime":{
37983802
"shape":"Timestamp",
37993803
"documentation":"<p>Creation time of the imported model.</p>"
3804+
},
3805+
"instructSupported":{
3806+
"shape":"InstructSupported",
3807+
"documentation":"<p>Specifies if the imported model supports fine tuning.</p>"
3808+
},
3809+
"modelArchitecture":{
3810+
"shape":"ModelArchitecture",
3811+
"documentation":"<p>The architecture of the imported model.</p>"
38003812
}
38013813
},
3802-
"documentation":"<p>Information about tne imported model.</p>"
3814+
"documentation":"<p>Information about the imported model.</p>"
38033815
},
38043816
"ImportedModelSummaryList":{
38053817
"type":"list",
@@ -3924,6 +3936,10 @@
39243936
"type":"list",
39253937
"member":{"shape":"InferenceType"}
39263938
},
3939+
"InstructSupported":{
3940+
"type":"boolean",
3941+
"box":true
3942+
},
39273943
"InternalServerException":{
39283944
"type":"structure",
39293945
"members":{
@@ -4680,6 +4696,7 @@
46804696
"type":"float",
46814697
"box":true
46824698
},
4699+
"ModelArchitecture":{"type":"string"},
46834700
"ModelArn":{
46844701
"type":"string",
46854702
"max":1011,

0 commit comments

Comments
 (0)