class Aws::Comprehend::Types::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.

@note When making an API call, you may pass EndpointFilter

data as a hash:

    {
      model_arn: "ComprehendModelArn",
      status: "CREATING", # accepts CREATING, DELETING, FAILED, IN_SERVICE, UPDATING
      creation_time_before: Time.now,
      creation_time_after: Time.now,
    }

@!attribute [rw] model_arn

The Amazon Resource Number (ARN) of the model to which the endpoint
is attached.
@return [String]

@!attribute [rw] status

Specifies the status of the endpoint being returned. Possible values
are: Creating, Ready, Updating, Deleting, Failed.
@return [String]

@!attribute [rw] creation_time_before

Specifies a date before which the returned endpoint or endpoints
were created.
@return [Time]

@!attribute [rw] creation_time_after

Specifies a date after which the returned endpoint or endpoints were
created.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/EndpointFilter AWS API Documentation

Constants

SENSITIVE