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

CategoricalParameter

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

Environment parameters you want to benchmark your load test against.

interface CategoricalParameter {
Name: string;
Value: string[];
}

§Properties

§
Name: string
[src]

The Name of the environment variable.

§
Value: string[]
[src]

The list of values you can pass.