ListTrainingJobsRequest

Types

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

Properties

Link copied to clipboard

A filter that returns only training jobs created after the specified time (timestamp).

Link copied to clipboard

A filter that returns only training jobs created before the specified time (timestamp).

Link copied to clipboard

A filter that returns only training jobs modified after the specified time (timestamp).

Link copied to clipboard

A filter that returns only training jobs modified before the specified time (timestamp).

Link copied to clipboard

The maximum number of training jobs to return in the response.

Link copied to clipboard

A string in the training job name. This filter returns only training jobs whose name contains the specified string.

Link copied to clipboard

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.

Link copied to clipboard

The field to sort results by. 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 only training jobs with a specific status.

Link copied to clipboard

The Amazon Resource Name (ARN); of the training plan to filter training jobs by. For more information about reserving GPU capacity for your SageMaker training jobs using Amazon SageMaker Training Plan, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> .

Link copied to clipboard

A filter that retrieves only training jobs with a specific warm pool 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