class Aws::SageMaker::Types::ListAutoMLJobsRequest

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

data as a hash:

    {
      creation_time_after: Time.now,
      creation_time_before: Time.now,
      last_modified_time_after: Time.now,
      last_modified_time_before: Time.now,
      name_contains: "AutoMLNameContains",
      status_equals: "Completed", # accepts Completed, InProgress, Failed, Stopped, Stopping
      sort_order: "Ascending", # accepts Ascending, Descending
      sort_by: "Name", # accepts Name, CreationTime, Status
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] creation_time_after

Request a list of jobs, using a filter for time.
@return [Time]

@!attribute [rw] creation_time_before

Request a list of jobs, using a filter for time.
@return [Time]

@!attribute [rw] last_modified_time_after

Request a list of jobs, using a filter for time.
@return [Time]

@!attribute [rw] last_modified_time_before

Request a list of jobs, using a filter for time.
@return [Time]

@!attribute [rw] name_contains

Request a list of jobs, using a search filter for name.
@return [String]

@!attribute [rw] status_equals

Request a list of jobs, using a filter for status.
@return [String]

@!attribute [rw] sort_order

The sort order for the results. The default is `Descending`.
@return [String]

@!attribute [rw] sort_by

The parameter by which to sort the results. The default is `Name`.
@return [String]

@!attribute [rw] max_results

Request a list of jobs up to a specified limit.
@return [Integer]

@!attribute [rw] next_token

If the previous response was truncated, you receive this token. Use
it in your next request to receive the next set of results.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAutoMLJobsRequest AWS API Documentation

Constants

SENSITIVE