class Aws::SageMaker::Types::ListHyperParameterTuningJobsRequest

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

data as a hash:

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

@!attribute [rw] next_token

If the result of the previous `ListHyperParameterTuningJobs` request
was truncated, the response includes a `NextToken`. To retrieve the
next set of tuning jobs, use the token in the next request.
@return [String]

@!attribute [rw] max_results

The maximum number of tuning jobs to return. The default value is
10.
@return [Integer]

@!attribute [rw] sort_by

The field to sort results by. The default is `Name`.
@return [String]

@!attribute [rw] sort_order

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

@!attribute [rw] name_contains

A string in the tuning job name. This filter returns only tuning
jobs whose name contains the specified string.
@return [String]

@!attribute [rw] creation_time_after

A filter that returns only tuning jobs that were created after the
specified time.
@return [Time]

@!attribute [rw] creation_time_before

A filter that returns only tuning jobs that were created before the
specified time.
@return [Time]

@!attribute [rw] last_modified_time_after

A filter that returns only tuning jobs that were modified after the
specified time.
@return [Time]

@!attribute [rw] last_modified_time_before

A filter that returns only tuning jobs that were modified before the
specified time.
@return [Time]

@!attribute [rw] status_equals

A filter that returns only tuning jobs with the specified status.
@return [String]

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

Constants

SENSITIVE