Class: Aws::Comprehend::Types::FlywheelIterationFilter

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

Overview

Filter the flywheel iterations based on creation time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

Filter the flywheel iterations to include iterations created after the specified time.

Returns:

  • (Time)


4713
4714
4715
4716
4717
4718
# File 'lib/aws-sdk-comprehend/types.rb', line 4713

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

#creation_time_beforeTime

Filter the flywheel iterations to include iterations created before the specified time.

Returns:

  • (Time)


4713
4714
4715
4716
4717
4718
# File 'lib/aws-sdk-comprehend/types.rb', line 4713

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