Class: Aws::Comprehend::Types::EndpointFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

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

Returns:

  • (Time)


3642
3643
3644
3645
3646
3647
3648
3649
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 3642

class EndpointFilter < Struct.new(
  :model_arn,
  :status,
  :creation_time_before,
  :creation_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

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

Returns:

  • (Time)


3642
3643
3644
3645
3646
3647
3648
3649
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 3642

class EndpointFilter < Struct.new(
  :model_arn,
  :status,
  :creation_time_before,
  :creation_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

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

Returns:

  • (String)


3642
3643
3644
3645
3646
3647
3648
3649
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 3642

class EndpointFilter < Struct.new(
  :model_arn,
  :status,
  :creation_time_before,
  :creation_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


3642
3643
3644
3645
3646
3647
3648
3649
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 3642

class EndpointFilter < Struct.new(
  :model_arn,
  :status,
  :creation_time_before,
  :creation_time_after)
  SENSITIVE = []
  include Aws::Structure
end