Creates a new document classification request to analyze a single document in real-time, using a previously created and trained custom model and an endpoint
Creates a new document classification request to analyze a single document in real-time, using a previously created and trained custom model and an endpoint.
comprehend_classify_document(Text, EndpointArn)
Text |
[required] The document text to be analyzed. |
EndpointArn |
[required] The Amazon Resource Number (ARN) of the endpoint. |
A list with the following syntax:
list( Classes = list( list( Name = "string", Score = 123.0 ) ), Labels = list( list( Name = "string", Score = 123.0 ) ) )
svc$classify_document( Text = "string", EndpointArn = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.