EndpointFilter - Amazon Comprehend API Reference

EndpointFilter

The filter used to determine which endpoints are returned. You can filter jobs on their name, model, status, or the date and time that they were created. You can only set one filter at a time.

Contents

CreationTimeAfter

Specifies a date after which the returned endpoint or endpoints were created.

Type: Timestamp

Required: No

CreationTimeBefore

Specifies a date before which the returned endpoint or endpoints were created.

Type: Timestamp

Required: No

ModelArn

The Amazon Resource Number (ARN) of the model to which the endpoint is attached.

Type: String

Length Constraints: Maximum length of 256.

Pattern: arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document-classifier|entity-recognizer)/[a-zA-Z0-9](-*[a-zA-Z0-9])*(/version/[a-zA-Z0-9](-*[a-zA-Z0-9])*)?

Required: No

Status

Specifies the status of the endpoint being returned. Possible values are: Creating, Ready, Updating, Deleting, Failed.

Type: String

Valid Values: CREATING | DELETING | FAILED | IN_SERVICE | UPDATING

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: