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

Framework

import type { Framework } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
type Framework =
| "TENSORFLOW"
| "KERAS"
| "MXNET"
| "ONNX"
| "PYTORCH"
| "XGBOOST"
| "TFLITE"
| "DARKNET"
| "SKLEARN"

§Type

§
"TENSORFLOW" | "KERAS" | "MXNET" | "ONNX" | "PYTORCH" | "XGBOOST" | "TFLITE" | "DARKNET" | "SKLEARN" | cmnP.UnexpectedEnumValue
[src]