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.3/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;
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]
§
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.