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

DetailsAttributes

import type { DetailsAttributes } from "https://aws-api.deno.dev/v0.3/services/machinelearning.ts?docs=full";

Contains the key values of DetailsMap:

  • PredictiveModelType - Indicates the type of the MLModel.
  • Algorithm - Indicates the algorithm that was used for the MLModel.
type DetailsAttributes = "PredictiveModelType" | "Algorithm" | cmnP.UnexpectedEnumValue;

§Type

§
"PredictiveModelType" | "Algorithm" | cmnP.UnexpectedEnumValue
[src]