class Aws::SageMaker::Types::ListCompilationJobsRequest

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

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, STARTING, 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 `ListCompilationJobs` request was
truncated, the response includes a `NextToken`. To retrieve the next
set of model compilation jobs, use the token in the next request.
@return [String]

@!attribute [rw] max_results

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

@!attribute [rw] creation_time_after

A filter that returns the model compilation jobs that were created
after a specified time.
@return [Time]

@!attribute [rw] creation_time_before

A filter that returns the model compilation jobs that were created
before a specified time.
@return [Time]

@!attribute [rw] last_modified_time_after

A filter that returns the model compilation jobs that were modified
after a specified time.
@return [Time]

@!attribute [rw] last_modified_time_before

A filter that returns the model compilation jobs that were modified
before a specified time.
@return [Time]

@!attribute [rw] name_contains

A filter that returns the model compilation jobs whose name contains
a specified string.
@return [String]

@!attribute [rw] status_equals

A filter that retrieves model compilation jobs with a specific
DescribeCompilationJobResponse$CompilationJobStatus status.
@return [String]

@!attribute [rw] sort_by

The field by which to sort results. 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/ListCompilationJobsRequest AWS API Documentation

Constants

SENSITIVE