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

SearchRecord

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

A single resource returned as part of the "Search" API response.

interface SearchRecord {
Endpoint?: Endpoint | null;
Experiment?: Experiment | null;
FeatureGroup?: FeatureGroup | null;
FeatureMetadata?: FeatureMetadata | null;
HyperParameterTuningJob?: HyperParameterTuningJobSearchEntity | null;
Model?: ModelDashboardModel | null;
ModelCard?: ModelCard | null;
ModelPackage?: ModelPackage | null;
ModelPackageGroup?: ModelPackageGroup | null;
Pipeline?: Pipeline | null;
PipelineExecution?: PipelineExecution | null;
Project?: Project | null;
TrainingJob?: TrainingJob | null;
Trial?: Trial | null;
TrialComponent?: TrialComponent | null;
}

§Properties

§
Endpoint?: Endpoint | null
[src]
§
Experiment?: Experiment | null
[src]

The properties of an experiment.

§
FeatureGroup?: FeatureGroup | null
[src]
§
FeatureMetadata?: FeatureMetadata | null
[src]

The feature metadata used to search through the features.

§
HyperParameterTuningJob?: HyperParameterTuningJobSearchEntity | null
[src]

The properties of a hyperparameter tuning job.

§
ModelCard?: ModelCard | null
[src]

An Amazon SageMaker Model Card that documents details about a machine learning model.

§
ModelPackage?: ModelPackage | null
[src]
§
ModelPackageGroup?: ModelPackageGroup | null
[src]
§
Pipeline?: Pipeline | null
[src]
§
PipelineExecution?: PipelineExecution | null
[src]
§
Project?: Project | null
[src]

The properties of a project.

§
TrainingJob?: TrainingJob | null
[src]

The properties of a training job.

§
Trial?: Trial | null
[src]

The properties of a trial.

§
TrialComponent?: TrialComponent | null
[src]

The properties of a trial component.