Skip to content

Commit 7c32b04

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent d700681 commit 7c32b04

File tree

4 files changed

+790
-240
lines changed

4 files changed

+790
-240
lines changed

codegen/sdk-codegen/aws-models/bedrock.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,6 +2556,32 @@
25562556
"target": "com.amazonaws.bedrock#CustomModelSummary"
25572557
}
25582558
},
2559+
"com.amazonaws.bedrock#CustomModelUnits": {
2560+
"type": "structure",
2561+
"members": {
2562+
"customModelUnitsPerModelCopy": {
2563+
"target": "smithy.api#Integer",
2564+
"traits": {
2565+
"smithy.api#documentation": "<p>The number of custom model units used to host a model copy. </p>"
2566+
}
2567+
},
2568+
"customModelUnitsVersion": {
2569+
"target": "com.amazonaws.bedrock#CustomModelUnitsVersion",
2570+
"traits": {
2571+
"smithy.api#documentation": "<p>The version of the custom model unit. Use to determine the billing rate for the custom model unit.</p>"
2572+
}
2573+
}
2574+
},
2575+
"traits": {
2576+
"smithy.api#documentation": "<p>A <code>CustomModelUnit</code> (CMU) is an abstract view of the hardware utilization that \n Amazon Bedrock needs to host a single copy of your custom model. A model copy represents a \n single instance of your imported model that is ready to serve inference requests. Amazon Bedrock \n determines the number of custom model units that a model copy needs when you import the custom model.\n </p>\n <p>You can use <code>CustomModelUnits</code> to estimate the cost of running\n your custom model. For more information, see Calculate the cost of running a custom model in the\n Amazon Bedrock user guide.\n </p>"
2577+
}
2578+
},
2579+
"com.amazonaws.bedrock#CustomModelUnitsVersion": {
2580+
"type": "string",
2581+
"traits": {
2582+
"smithy.api#pattern": "^v\\d+.\\d+$"
2583+
}
2584+
},
25592585
"com.amazonaws.bedrock#CustomizationConfig": {
25602586
"type": "union",
25612587
"members": {
@@ -5027,6 +5053,12 @@
50275053
"traits": {
50285054
"smithy.api#documentation": "<p>Specifies if the imported model supports converse.</p>"
50295055
}
5056+
},
5057+
"customModelUnits": {
5058+
"target": "com.amazonaws.bedrock#CustomModelUnits",
5059+
"traits": {
5060+
"smithy.api#documentation": "<p>Information about the hardware utilization for a single copy of the model.</p>"
5061+
}
50305062
}
50315063
},
50325064
"traits": {

codegen/sdk-codegen/aws-models/datazone.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29768,6 +29768,13 @@
2976829768
"traits": {
2976929769
"smithy.api#documentation": "<p>The single sign-on user assignment in Amazon DataZone.</p>"
2977029770
}
29771+
},
29772+
"idcInstanceArn": {
29773+
"target": "smithy.api#String",
29774+
"traits": {
29775+
"smithy.api#documentation": "<p>The ARN of the IDC instance.</p>",
29776+
"smithy.api#pattern": "arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}"
29777+
}
2977129778
}
2977229779
},
2977329780
"traits": {

0 commit comments

Comments
 (0)