Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListTrainingJobsForHyperParameterTuningJobRequest

import type { ListTrainingJobsForHyperParameterTuningJobRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListTrainingJobsForHyperParameterTuningJobRequest {
HyperParameterTuningJobName: string;
MaxResults?: number | null;
NextToken?: string | null;
SortBy?: TrainingJobSortByOptions | null;
SortOrder?: SortOrder | null;
StatusEquals?: TrainingJobStatus | null;
}

§Properties

§
HyperParameterTuningJobName: string
[src]

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

§
MaxResults?: number | null
[src]

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

§
NextToken?: string | null
[src]

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.

§

The field to sort results by. The default is Name.

If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an objective metric are not listed.

§
SortOrder?: SortOrder | null
[src]

The sort order for results. The default is Ascending.

§
StatusEquals?: TrainingJobStatus | null
[src]

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