ListTrainingJobsForHyperParameterTuningJobRequest

Types

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

Properties

Link copied to clipboard

The name of the tuning job whose training jobs you want to list.

Link copied to clipboard

The maximum number of training jobs to return. The default value is 10.

Link copied to clipboard

If the result of the previous ListTrainingJobsForHyperParameterTuningJob 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 Name.

Link copied to clipboard

The sort order for results. The default is Ascending.

Link copied to clipboard

A filter that returns only training jobs with the specified status.

Functions

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