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

CollectionConfiguration

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

Configuration information for the Amazon SageMaker Debugger output tensor collections.

interface CollectionConfiguration {
CollectionName?: string | null;
CollectionParameters?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CollectionName?: string | null
[src]

The name of the tensor collection. The name must be unique relative to other rule configuration names.

§
CollectionParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]

Parameter values for the tensor collection. The allowed parameters are "name", "include_regex", "reduction_config", "save_config", "tensor_names", and "save_histogram".