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

Sample

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

Represents the sample size and sampling type for DataBrew to use for interactive data analysis.

interface Sample {
Size?: number | null;
Type: SampleType;
}

§Properties

§
Size?: number | null
[src]

The number of rows in the sample.

§

The way in which DataBrew obtains rows from a dataset.