update_endpoint
(**kwargs)¶Updates information about the specified endpoint. For information about endpoints, see Managing endpoints.
See also: AWS API Documentation
Request Syntax
response = client.update_endpoint(
EndpointArn='string',
DesiredModelArn='string',
DesiredInferenceUnits=123,
DesiredDataAccessRoleArn='string',
FlywheelArn='string'
)
[REQUIRED]
The Amazon Resource Number (ARN) of the endpoint being updated.
dict
Response Syntax
{
'DesiredModelArn': 'string'
}
Response Structure
(dict) --
DesiredModelArn (string) --
The Amazon Resource Number (ARN) of the new model.
Exceptions
Comprehend.Client.exceptions.InvalidRequestException
Comprehend.Client.exceptions.TooManyRequestsException
Comprehend.Client.exceptions.ResourceInUseException
Comprehend.Client.exceptions.ResourceLimitExceededException
Comprehend.Client.exceptions.ResourceNotFoundException
Comprehend.Client.exceptions.ResourceUnavailableException
Comprehend.Client.exceptions.InternalServerException