Gets the properties associated with a specific endpoint
Gets the properties associated with a specific endpoint. Use this operation to get the status of an endpoint.
comprehend_describe_endpoint(EndpointArn)
EndpointArn |
[required] The Amazon Resource Number (ARN) of the endpoint being described. |
A list with the following syntax:
list( EndpointProperties = list( EndpointArn = "string", Status = "CREATING"|"DELETING"|"FAILED"|"IN_SERVICE"|"UPDATING", Message = "string", ModelArn = "string", DesiredInferenceUnits = 123, CurrentInferenceUnits = 123, CreationTime = as.POSIXct( "2015-01-01" ), LastModifiedTime = as.POSIXct( "2015-01-01" ) ) )
svc$describe_endpoint( EndpointArn = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.