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)


3586
3587
3588
3589
3590
3591
3592
3593
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 3586

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)


3586
3587
3588
3589
3590
3591
3592
3593
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 3586

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)


3586
3587
3588
3589
3590
3591
3592
3593
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 3586

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)


3586
3587
3588
3589
3590
3591
3592
3593
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 3586

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