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

HyperParameterTuningJobSearchEntity

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

An entity returned by the SearchRecord API containing the properties of a hyperparameter tuning job.

interface HyperParameterTuningJobSearchEntity {
BestTrainingJob?: HyperParameterTrainingJobSummary | null;
ConsumedResources?: HyperParameterTuningJobConsumedResources | null;
CreationTime?: Date | number | null;
FailureReason?: string | null;
HyperParameterTuningEndTime?: Date | number | null;
HyperParameterTuningJobArn?: string | null;
HyperParameterTuningJobConfig?: HyperParameterTuningJobConfig | null;
HyperParameterTuningJobName?: string | null;
HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus | null;
LastModifiedTime?: Date | number | null;
ObjectiveStatusCounters?: ObjectiveStatusCounters | null;
OverallBestTrainingJob?: HyperParameterTrainingJobSummary | null;
Tags?: Tag[] | null;
TrainingJobDefinition?: HyperParameterTrainingJobDefinition | null;
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[] | null;
TrainingJobStatusCounters?: TrainingJobStatusCounters | null;
TuningJobCompletionDetails?: HyperParameterTuningJobCompletionDetails | null;
WarmStartConfig?: HyperParameterTuningJobWarmStartConfig | null;
}

§Properties

§

The total amount of resources consumed by a hyperparameter tuning job.

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

The time that a hyperparameter tuning job was created.

§
FailureReason?: string | null
[src]

The error that was created when a hyperparameter tuning job failed.

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

The time that a hyperparameter tuning job ended.

§
HyperParameterTuningJobArn?: string | null
[src]

The Amazon Resource Name (ARN) of a hyperparameter tuning job.

§
HyperParameterTuningJobConfig?: HyperParameterTuningJobConfig | null
[src]
§
HyperParameterTuningJobName?: string | null
[src]

The name of a hyperparameter tuning job.

§
HyperParameterTuningJobStatus?: HyperParameterTuningJobStatus | null
[src]

The status of a hyperparameter tuning job.

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

The time that a hyperparameter tuning job was last modified.

§
ObjectiveStatusCounters?: ObjectiveStatusCounters | null
[src]
§
OverallBestTrainingJob?: HyperParameterTrainingJobSummary | null
[src]
§
Tags?: Tag[] | null
[src]

The tags associated with a hyperparameter tuning job. For more information see Tagging Amazon Web Services resources.

§
TrainingJobDefinition?: HyperParameterTrainingJobDefinition | null
[src]
§
TrainingJobDefinitions?: HyperParameterTrainingJobDefinition[] | null
[src]

The job definitions included in a hyperparameter tuning job.

§
TrainingJobStatusCounters?: TrainingJobStatusCounters | null
[src]
§
TuningJobCompletionDetails?: HyperParameterTuningJobCompletionDetails | null
[src]

Information about either a current or completed hyperparameter tuning job.