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

HyperParameterTuningJobSummary

import type { HyperParameterTuningJobSummary } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Provides summary information about a hyperparameter tuning job.

interface HyperParameterTuningJobSummary {
CreationTime: Date | number;
HyperParameterTuningEndTime?: Date | number | null;
HyperParameterTuningJobArn: string;
HyperParameterTuningJobName: string;
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus;
LastModifiedTime?: Date | number | null;
ObjectiveStatusCounters: ObjectiveStatusCounters;
ResourceLimits?: ResourceLimits | null;
TrainingJobStatusCounters: TrainingJobStatusCounters;
}

§Properties

§
CreationTime: Date | number
[src]

The date and time that the tuning job was created.

§
HyperParameterTuningEndTime?: Date | number | null
[src]

The date and time that the tuning job ended.

§
HyperParameterTuningJobArn: string
[src]

The Amazon Resource Name (ARN) of the tuning job.

§
HyperParameterTuningJobName: string
[src]

The name of the tuning job.

§
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus
[src]

The status of the tuning job.

§
LastModifiedTime?: Date | number | null
[src]

The date and time that the tuning job was modified.

§
ObjectiveStatusCounters: ObjectiveStatusCounters
[src]

The "ObjectiveStatusCounters" object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.

§
ResourceLimits?: ResourceLimits | null
[src]

The "ResourceLimits" object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.

§

Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.

§
TrainingJobStatusCounters: TrainingJobStatusCounters
[src]

The "TrainingJobStatusCounters" object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.