UpdateModelPackage
Updates a versioned model.
Request Syntax
{
"ApprovalDescription": "string
",
"ModelApprovalStatus": "string
",
"ModelPackageArn": "string
"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- ApprovalDescription
-
A description for the approval status of the model.
Type: String
Length Constraints: Maximum length of 1024.
Pattern:
.*
Required: No
- ModelApprovalStatus
-
The approval status of the model.
Type: String
Valid Values:
Approved | Rejected | PendingManualApproval
Required: Yes
- ModelPackageArn
-
The Amazon Resource Name (ARN) of the model.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:model-package/.*
Required: Yes
Response Syntax
{
"ModelPackageArn": "string"
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- ModelPackageArn
-
The Amazon Resource Name (ARN) of the model.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:model-package/.*
Errors
For information about the errors that are common to all actions, see Common Errors.
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: