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

MonitoringJsonDatasetFormat

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

Represents the JSON dataset format used when running a monitoring job.

interface MonitoringJsonDatasetFormat {
Line?: boolean | null;
}

§Properties

§
Line?: boolean | null
[src]

Indicates if the file should be read as a json object per line.