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

AthenaResultFormat

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

The data storage format for Athena query results.

type AthenaResultFormat =
| "PARQUET"
| "ORC"
| "AVRO"
| "JSON"
| "TEXTFILE"

§Type

§
"PARQUET" | "ORC" | "AVRO" | "JSON" | "TEXTFILE" | cmnP.UnexpectedEnumValue
[src]