class Aws::AugmentedAIRuntime::Types::ListHumanLoopsRequest

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

data as a hash:

    {
      creation_time_after: Time.now,
      creation_time_before: Time.now,
      flow_definition_arn: "FlowDefinitionArn", # required
      sort_order: "Ascending", # accepts Ascending, Descending
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] creation_time_after

(Optional) The timestamp of the date when you want the human loops
to begin in ISO 8601 format. For example, `2020-02-24`.
@return [Time]

@!attribute [rw] creation_time_before

(Optional) The timestamp of the date before which you want the human
loops to begin in ISO 8601 format. For example, `2020-02-24`.
@return [Time]

@!attribute [rw] flow_definition_arn

The Amazon Resource Name (ARN) of a flow definition.
@return [String]

@!attribute [rw] sort_order

Optional. The order for displaying results. Valid values:
`Ascending` and `Descending`.
@return [String]

@!attribute [rw] next_token

A token to display the next page of results.
@return [String]

@!attribute [rw] max_results

The total number of items to return. If the total number of
available items is more than the value specified in `MaxResults`,
then a `NextToken` is returned in the output. You can use this token
to display the next page of results.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-a2i-runtime-2019-11-07/ListHumanLoopsRequest AWS API Documentation

Constants

SENSITIVE