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

ModelVersionDetail

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

The details of the model version.

interface ModelVersionDetail {
arn?: string | null;
createdTime?: string | null;
externalEventsDetail?: ExternalEventsDetail | null;
ingestedEventsDetail?: IngestedEventsDetail | null;
lastUpdatedTime?: string | null;
modelId?: string | null;
modelType?: ModelTypeEnum | null;
modelVersionNumber?: string | null;
status?: string | null;
trainingDataSchema?: TrainingDataSchema | null;
trainingDataSource?: TrainingDataSourceEnum | null;
trainingResult?: TrainingResult | null;
trainingResultV2?: TrainingResultV2 | null;
}

§Properties

§
arn?: string | null
[src]

The model version ARN.

§
createdTime?: string | null
[src]

The timestamp when the model was created.

§
externalEventsDetail?: ExternalEventsDetail | null
[src]

The external events data details. This will be populated if the trainingDataSource for the model version is specified as EXTERNAL_EVENTS.

§
ingestedEventsDetail?: IngestedEventsDetail | null
[src]

The ingested events data details. This will be populated if the trainingDataSource for the model version is specified as INGESTED_EVENTS.

§
lastUpdatedTime?: string | null
[src]

The timestamp when the model was last updated.

§
modelId?: string | null
[src]

The model ID.

§
modelType?: ModelTypeEnum | null
[src]

The model type.

§
modelVersionNumber?: string | null
[src]

The model version number.

§
status?: string | null
[src]

The status of the model version.

§
trainingDataSchema?: TrainingDataSchema | null
[src]

The training data schema.

§
trainingDataSource?: TrainingDataSourceEnum | null
[src]

The model version training data source.

§
trainingResult?: TrainingResult | null
[src]

The training results.

§
trainingResultV2?: TrainingResultV2 | null
[src]

The training result details. The details include the relative importance of the variables.