|
52 | 52 | ],
|
53 | 53 | "documentation":"<p>Associates a trial component with a trial. A trial component can be associated with multiple trials. To disassociate a trial component from a trial, call the <a>DisassociateTrialComponent</a> API.</p>"
|
54 | 54 | },
|
| 55 | + "BatchDescribeModelPackage":{ |
| 56 | + "name":"BatchDescribeModelPackage", |
| 57 | + "http":{ |
| 58 | + "method":"POST", |
| 59 | + "requestUri":"/" |
| 60 | + }, |
| 61 | + "input":{"shape":"BatchDescribeModelPackageInput"}, |
| 62 | + "output":{"shape":"BatchDescribeModelPackageOutput"}, |
| 63 | + "documentation":"<p>This action batch describes a list of versioned model packages</p>" |
| 64 | + }, |
55 | 65 | "CreateAction":{
|
56 | 66 | "name":"CreateAction",
|
57 | 67 | "http":{
|
|
1453 | 1463 | },
|
1454 | 1464 | "input":{"shape":"DescribeModelPackageInput"},
|
1455 | 1465 | "output":{"shape":"DescribeModelPackageOutput"},
|
1456 |
| - "documentation":"<p>Returns a description of the specified model package, which is used to create Amazon SageMaker models or list them on Amazon Web Services Marketplace.</p> <p>To create models in Amazon SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace.</p>" |
| 1466 | + "documentation":"<p>Returns a description of the specified model package, which is used to create SageMaker models or list them on Amazon Web Services Marketplace.</p> <p>To create models in SageMaker, buyers can subscribe to model packages listed on Amazon Web Services Marketplace.</p>" |
1457 | 1467 | },
|
1458 | 1468 | "DescribeModelPackageGroup":{
|
1459 | 1469 | "name":"DescribeModelPackageGroup",
|
|
2820 | 2830 | ],
|
2821 | 2831 | "documentation":"<p>Updates a pipeline execution.</p>"
|
2822 | 2832 | },
|
| 2833 | + "UpdateProject":{ |
| 2834 | + "name":"UpdateProject", |
| 2835 | + "http":{ |
| 2836 | + "method":"POST", |
| 2837 | + "requestUri":"/" |
| 2838 | + }, |
| 2839 | + "input":{"shape":"UpdateProjectInput"}, |
| 2840 | + "output":{"shape":"UpdateProjectOutput"}, |
| 2841 | + "documentation":"<p>Updates a machine learning (ML) project that is created from a template that sets up an ML pipeline from training to deploying an approved model.</p> <note> <p>You must not update a project that is in use. If you update the <code>ServiceCatalogProvisioningUpdateDetails</code> of a project that is active or being created, or updated, you may lose resources already created by the project.</p> </note>" |
| 2842 | + }, |
2823 | 2843 | "UpdateTrainingJob":{
|
2824 | 2844 | "name":"UpdateTrainingJob",
|
2825 | 2845 | "http":{
|
|
4256 | 4276 | "AWS/Textract/AnalyzeDocument/Forms/V1"
|
4257 | 4277 | ]
|
4258 | 4278 | },
|
| 4279 | + "BatchDescribeModelPackageError":{ |
| 4280 | + "type":"structure", |
| 4281 | + "required":[ |
| 4282 | + "ErrorCode", |
| 4283 | + "ErrorResponse" |
| 4284 | + ], |
| 4285 | + "members":{ |
| 4286 | + "ErrorCode":{ |
| 4287 | + "shape":"String", |
| 4288 | + "documentation":"<p/>" |
| 4289 | + }, |
| 4290 | + "ErrorResponse":{ |
| 4291 | + "shape":"String", |
| 4292 | + "documentation":"<p/>" |
| 4293 | + } |
| 4294 | + }, |
| 4295 | + "documentation":"<p>The error code and error description associated with the resource.</p>" |
| 4296 | + }, |
| 4297 | + "BatchDescribeModelPackageErrorMap":{ |
| 4298 | + "type":"map", |
| 4299 | + "key":{"shape":"ModelPackageArn"}, |
| 4300 | + "value":{"shape":"BatchDescribeModelPackageError"} |
| 4301 | + }, |
| 4302 | + "BatchDescribeModelPackageInput":{ |
| 4303 | + "type":"structure", |
| 4304 | + "required":["ModelPackageArnList"], |
| 4305 | + "members":{ |
| 4306 | + "ModelPackageArnList":{ |
| 4307 | + "shape":"ModelPackageArnList", |
| 4308 | + "documentation":"<p>The list of Amazon Resource Name (ARN) of the model package groups.</p>" |
| 4309 | + } |
| 4310 | + } |
| 4311 | + }, |
| 4312 | + "BatchDescribeModelPackageOutput":{ |
| 4313 | + "type":"structure", |
| 4314 | + "members":{ |
| 4315 | + "ModelPackageSummaries":{ |
| 4316 | + "shape":"ModelPackageSummaries", |
| 4317 | + "documentation":"<p>The summaries for the model package versions</p>" |
| 4318 | + }, |
| 4319 | + "BatchDescribeModelPackageErrorMap":{ |
| 4320 | + "shape":"BatchDescribeModelPackageErrorMap", |
| 4321 | + "documentation":"<p>A map of the resource and BatchDescribeModelPackageError objects reporting the error associated with describing the model package.</p>" |
| 4322 | + } |
| 4323 | + } |
| 4324 | + }, |
| 4325 | + "BatchDescribeModelPackageSummary":{ |
| 4326 | + "type":"structure", |
| 4327 | + "required":[ |
| 4328 | + "ModelPackageGroupName", |
| 4329 | + "ModelPackageArn", |
| 4330 | + "CreationTime", |
| 4331 | + "InferenceSpecification", |
| 4332 | + "ModelPackageStatus" |
| 4333 | + ], |
| 4334 | + "members":{ |
| 4335 | + "ModelPackageGroupName":{ |
| 4336 | + "shape":"EntityName", |
| 4337 | + "documentation":"<p>The group name for the model package</p>" |
| 4338 | + }, |
| 4339 | + "ModelPackageVersion":{ |
| 4340 | + "shape":"ModelPackageVersion", |
| 4341 | + "documentation":"<p>The version number of a versioned model.</p>" |
| 4342 | + }, |
| 4343 | + "ModelPackageArn":{ |
| 4344 | + "shape":"ModelPackageArn", |
| 4345 | + "documentation":"<p>The Amazon Resource Name (ARN) of the model package.</p>" |
| 4346 | + }, |
| 4347 | + "ModelPackageDescription":{ |
| 4348 | + "shape":"EntityDescription", |
| 4349 | + "documentation":"<p>The description of the model package.</p>" |
| 4350 | + }, |
| 4351 | + "CreationTime":{ |
| 4352 | + "shape":"CreationTime", |
| 4353 | + "documentation":"<p>The creation time of the mortgage package summary.</p>" |
| 4354 | + }, |
| 4355 | + "InferenceSpecification":{"shape":"InferenceSpecification"}, |
| 4356 | + "ModelPackageStatus":{ |
| 4357 | + "shape":"ModelPackageStatus", |
| 4358 | + "documentation":"<p>The status of the mortgage package.</p>" |
| 4359 | + }, |
| 4360 | + "ModelApprovalStatus":{ |
| 4361 | + "shape":"ModelApprovalStatus", |
| 4362 | + "documentation":"<p>The approval status of the model.</p>" |
| 4363 | + } |
| 4364 | + }, |
| 4365 | + "documentation":"<p>Provides summary information about the model package.</p>" |
| 4366 | + }, |
4259 | 4367 | "BatchStrategy":{
|
4260 | 4368 | "type":"string",
|
4261 | 4369 | "enum":[
|
|
6370 | 6478 | "documentation":"<p>The name of the model package. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).</p> <p>This parameter is required for unversioned models. It is not applicable to versioned models.</p>"
|
6371 | 6479 | },
|
6372 | 6480 | "ModelPackageGroupName":{
|
6373 |
| - "shape":"EntityName", |
6374 |
| - "documentation":"<p>The name of the model group that this model version belongs to.</p> <p>This parameter is required for versioned models, and does not apply to unversioned models.</p>" |
| 6481 | + "shape":"ArnOrName", |
| 6482 | + "documentation":"<p>The name or Amazon Resource Name (ARN) of the model package group that this model version belongs to.</p> <p>This parameter is required for versioned models, and does not apply to unversioned models.</p>" |
6375 | 6483 | },
|
6376 | 6484 | "ModelPackageDescription":{
|
6377 | 6485 | "shape":"EntityDescription",
|
|
6410 | 6518 | "shape":"ClientToken",
|
6411 | 6519 | "documentation":"<p>A unique token that guarantees that the call to this API is idempotent.</p>",
|
6412 | 6520 | "idempotencyToken":true
|
| 6521 | + }, |
| 6522 | + "CustomerMetadataProperties":{ |
| 6523 | + "shape":"CustomerMetadataMap", |
| 6524 | + "documentation":"<p>The metadata properties associated with the model package versions.</p>" |
6413 | 6525 | }
|
6414 | 6526 | }
|
6415 | 6527 | },
|
|
7275 | 7387 | "member":{"shape":"CustomImage"},
|
7276 | 7388 | "max":30
|
7277 | 7389 | },
|
| 7390 | + "CustomerMetadataKey":{ |
| 7391 | + "type":"string", |
| 7392 | + "max":128, |
| 7393 | + "min":1, |
| 7394 | + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*)${1,128}" |
| 7395 | + }, |
| 7396 | + "CustomerMetadataKeyList":{ |
| 7397 | + "type":"list", |
| 7398 | + "member":{"shape":"CustomerMetadataKey"} |
| 7399 | + }, |
| 7400 | + "CustomerMetadataMap":{ |
| 7401 | + "type":"map", |
| 7402 | + "key":{"shape":"CustomerMetadataKey"}, |
| 7403 | + "value":{"shape":"CustomerMetadataValue"}, |
| 7404 | + "max":50, |
| 7405 | + "min":1 |
| 7406 | + }, |
| 7407 | + "CustomerMetadataValue":{ |
| 7408 | + "type":"string", |
| 7409 | + "max":256, |
| 7410 | + "min":1, |
| 7411 | + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@]*)${1,256}" |
| 7412 | + }, |
7278 | 7413 | "DataCaptureConfig":{
|
7279 | 7414 | "type":"structure",
|
7280 | 7415 | "required":[
|
|
10042 | 10177 | },
|
10043 | 10178 | "ValidationSpecification":{
|
10044 | 10179 | "shape":"ModelPackageValidationSpecification",
|
10045 |
| - "documentation":"<p>Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.</p>" |
| 10180 | + "documentation":"<p>Configurations for one or more transform jobs that SageMaker runs to test the model package.</p>" |
10046 | 10181 | },
|
10047 | 10182 | "ModelPackageStatus":{
|
10048 | 10183 | "shape":"ModelPackageStatus",
|
|
10074 | 10209 | "ApprovalDescription":{
|
10075 | 10210 | "shape":"ApprovalDescription",
|
10076 | 10211 | "documentation":"<p>A description provided for the model approval.</p>"
|
| 10212 | + }, |
| 10213 | + "CustomerMetadataProperties":{ |
| 10214 | + "shape":"CustomerMetadataMap", |
| 10215 | + "documentation":"<p>The metadata properties associated with the model package versions.</p>" |
10077 | 10216 | }
|
10078 | 10217 | }
|
10079 | 10218 | },
|
|
10628 | 10767 | "CreationTime":{
|
10629 | 10768 | "shape":"Timestamp",
|
10630 | 10769 | "documentation":"<p>The time when the project was created.</p>"
|
10631 |
| - } |
| 10770 | + }, |
| 10771 | + "LastModifiedTime":{ |
| 10772 | + "shape":"Timestamp", |
| 10773 | + "documentation":"<p>The timestamp when project was last modified.</p>" |
| 10774 | + }, |
| 10775 | + "LastModifiedBy":{"shape":"UserContext"} |
10632 | 10776 | }
|
10633 | 10777 | },
|
10634 | 10778 | "DescribeStudioLifecycleConfigRequest":{
|
|
17652 | 17796 | "Tags":{
|
17653 | 17797 | "shape":"TagList",
|
17654 | 17798 | "documentation":"<p>A list of the tags associated with the model package. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>"
|
| 17799 | + }, |
| 17800 | + "CustomerMetadataProperties":{ |
| 17801 | + "shape":"CustomerMetadataMap", |
| 17802 | + "documentation":"<p>The metadata properties for the model package. </p>" |
17655 | 17803 | }
|
17656 | 17804 | },
|
17657 | 17805 | "documentation":"<p>A versioned model that can be deployed for SageMaker inference.</p>"
|
|
17662 | 17810 | "min":1,
|
17663 | 17811 | "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:model-package/.*"
|
17664 | 17812 | },
|
| 17813 | + "ModelPackageArnList":{ |
| 17814 | + "type":"list", |
| 17815 | + "member":{"shape":"ModelPackageArn"}, |
| 17816 | + "max":100, |
| 17817 | + "min":1 |
| 17818 | + }, |
17665 | 17819 | "ModelPackageContainerDefinition":{
|
17666 | 17820 | "type":"structure",
|
17667 | 17821 | "required":["Image"],
|
|
17848 | 18002 | "type":"list",
|
17849 | 18003 | "member":{"shape":"ModelPackageStatusItem"}
|
17850 | 18004 | },
|
| 18005 | + "ModelPackageSummaries":{ |
| 18006 | + "type":"map", |
| 18007 | + "key":{"shape":"ModelPackageArn"}, |
| 18008 | + "value":{"shape":"BatchDescribeModelPackageSummary"} |
| 18009 | + }, |
17851 | 18010 | "ModelPackageSummary":{
|
17852 | 18011 | "type":"structure",
|
17853 | 18012 | "required":[
|
|
20542 | 20701 | "Tags":{
|
20543 | 20702 | "shape":"TagList",
|
20544 | 20703 | "documentation":"<p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging Amazon Web Services Resources</a>.</p>"
|
20545 |
| - } |
| 20704 | + }, |
| 20705 | + "LastModifiedTime":{ |
| 20706 | + "shape":"Timestamp", |
| 20707 | + "documentation":"<p>A timestamp container for when the project was last modified.</p>" |
| 20708 | + }, |
| 20709 | + "LastModifiedBy":{"shape":"UserContext"} |
20546 | 20710 | },
|
20547 | 20711 | "documentation":"<p>The properties of a project as returned by the Search API.</p>"
|
20548 | 20712 | },
|
|
20587 | 20751 | "CreateFailed",
|
20588 | 20752 | "DeleteInProgress",
|
20589 | 20753 | "DeleteFailed",
|
20590 |
| - "DeleteCompleted" |
| 20754 | + "DeleteCompleted", |
| 20755 | + "UpdateInProgress", |
| 20756 | + "UpdateCompleted", |
| 20757 | + "UpdateFailed" |
20591 | 20758 | ]
|
20592 | 20759 | },
|
20593 | 20760 | "ProjectSummary":{
|
|
21572 | 21739 | },
|
21573 | 21740 | "documentation":"<p>Details that you specify to provision a service catalog product. For information about service catalog, see <a href=\"https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html\">What is Amazon Web Services Service Catalog</a>.</p>"
|
21574 | 21741 | },
|
| 21742 | + "ServiceCatalogProvisioningUpdateDetails":{ |
| 21743 | + "type":"structure", |
| 21744 | + "members":{ |
| 21745 | + "ProvisioningArtifactId":{ |
| 21746 | + "shape":"ServiceCatalogEntityId", |
| 21747 | + "documentation":"<p>The ID of the provisioning artifact.</p>" |
| 21748 | + }, |
| 21749 | + "ProvisioningParameters":{ |
| 21750 | + "shape":"ProvisioningParameters", |
| 21751 | + "documentation":"<p>A list of key value pairs that you specify when you provision a product.</p>" |
| 21752 | + } |
| 21753 | + }, |
| 21754 | + "documentation":"<p>Details that you specify to provision a service catalog product. For information about service catalog, see <a href=\"https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html\">What is AWS Service Catalog</a>. </p>" |
| 21755 | + }, |
21575 | 21756 | "SessionExpirationDurationInSeconds":{
|
21576 | 21757 | "type":"integer",
|
21577 | 21758 | "max":43200,
|
@@ -23992,14 +24173,11 @@
|
23992 | 24173 | },
|
23993 | 24174 | "UpdateModelPackageInput":{
|
23994 | 24175 | "type":"structure",
|
23995 |
| - "required":[ |
23996 |
| - "ModelPackageArn", |
23997 |
| - "ModelApprovalStatus" |
23998 |
| - ], |
| 24176 | + "required":["ModelPackageArn"], |
23999 | 24177 | "members":{
|
24000 | 24178 | "ModelPackageArn":{
|
24001 | 24179 | "shape":"ModelPackageArn",
|
24002 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the model.</p>" |
| 24180 | + "documentation":"<p>The Amazon Resource Name (ARN) of the model package.</p>" |
24003 | 24181 | },
|
24004 | 24182 | "ModelApprovalStatus":{
|
24005 | 24183 | "shape":"ModelApprovalStatus",
|
|
24008 | 24186 | "ApprovalDescription":{
|
24009 | 24187 | "shape":"ApprovalDescription",
|
24010 | 24188 | "documentation":"<p>A description for the approval status of the model.</p>"
|
| 24189 | + }, |
| 24190 | + "CustomerMetadataProperties":{ |
| 24191 | + "shape":"CustomerMetadataMap", |
| 24192 | + "documentation":"<p>The metadata properties associated with the model package versions.</p>" |
| 24193 | + }, |
| 24194 | + "CustomerMetadataPropertiesToRemove":{ |
| 24195 | + "shape":"CustomerMetadataKeyList", |
| 24196 | + "documentation":"<p>The metadata properties associated with the model package versions to remove.</p>" |
24011 | 24197 | }
|
24012 | 24198 | }
|
24013 | 24199 | },
|
|
24196 | 24382 | }
|
24197 | 24383 | }
|
24198 | 24384 | },
|
| 24385 | + "UpdateProjectInput":{ |
| 24386 | + "type":"structure", |
| 24387 | + "required":["ProjectName"], |
| 24388 | + "members":{ |
| 24389 | + "ProjectName":{ |
| 24390 | + "shape":"ProjectEntityName", |
| 24391 | + "documentation":"<p>The name of the project.</p>" |
| 24392 | + }, |
| 24393 | + "ProjectDescription":{ |
| 24394 | + "shape":"EntityDescription", |
| 24395 | + "documentation":"<p>The description for the project.</p>" |
| 24396 | + }, |
| 24397 | + "ServiceCatalogProvisioningUpdateDetails":{ |
| 24398 | + "shape":"ServiceCatalogProvisioningUpdateDetails", |
| 24399 | + "documentation":"<p>The product ID and provisioning artifact ID to provision a service catalog. The provisioning artifact ID will default to the latest provisioning artifact ID of the product, if you don't provide the provisioning artifact ID. For more information, see <a href=\"https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html\">What is AWS Service Catalog</a>. </p>" |
| 24400 | + }, |
| 24401 | + "Tags":{ |
| 24402 | + "shape":"TagList", |
| 24403 | + "documentation":"<p>An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\">Tagging AWS Resources</a>.</p>" |
| 24404 | + } |
| 24405 | + } |
| 24406 | + }, |
| 24407 | + "UpdateProjectOutput":{ |
| 24408 | + "type":"structure", |
| 24409 | + "required":["ProjectArn"], |
| 24410 | + "members":{ |
| 24411 | + "ProjectArn":{ |
| 24412 | + "shape":"ProjectArn", |
| 24413 | + "documentation":"<p>The Amazon Resource Name (ARN) of the project.</p>" |
| 24414 | + } |
| 24415 | + } |
| 24416 | + }, |
24199 | 24417 | "UpdateTrainingJobRequest":{
|
24200 | 24418 | "type":"structure",
|
24201 | 24419 | "required":["TrainingJobName"],
|
|
0 commit comments