class Aws::SageMaker::Types::ListTrainingJobsRequest

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

data as a hash:

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

@!attribute [rw] next_token

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

@!attribute [rw] max_results

The maximum number of training jobs to return in the response.
@return [Integer]

@!attribute [rw] creation_time_after

A filter that returns only training jobs created after the specified
time (timestamp).
@return [Time]

@!attribute [rw] creation_time_before

A filter that returns only training jobs created before the
specified time (timestamp).
@return [Time]

@!attribute [rw] last_modified_time_after

A filter that returns only training jobs modified after the
specified time (timestamp).
@return [Time]

@!attribute [rw] last_modified_time_before

A filter that returns only training jobs modified before the
specified time (timestamp).
@return [Time]

@!attribute [rw] name_contains

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

@!attribute [rw] status_equals

A filter that retrieves only training jobs with a specific status.
@return [String]

@!attribute [rw] sort_by

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

@!attribute [rw] sort_order

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

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

Constants

SENSITIVE