ListCompilationJobsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A filter that returns the model compilation jobs that were created after a specified time.

Link copied to clipboard

A filter that returns the model compilation jobs that were created before a specified time.

Link copied to clipboard

A filter that returns the model compilation jobs that were modified after a specified time.

Link copied to clipboard

A filter that returns the model compilation jobs that were modified before a specified time.

Link copied to clipboard

The maximum number of model compilation jobs to return in the response.

Link copied to clipboard

A filter that returns the model compilation jobs whose name contains a specified string.

Link copied to clipboard

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.

Link copied to clipboard

The field by which to sort results. The default is CreationTime.

Link copied to clipboard

The sort order for results. The default is Ascending.

Link copied to clipboard

A filter that retrieves model compilation jobs with a specific CompilationJobStatus status.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String