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

EnvironmentParameter

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

A list of environment parameters suggested by the Amazon SageMaker Inference Recommender.

interface EnvironmentParameter {
Key: string;
Value: string;
ValueType: string;
}

§Properties

§
Key: string
[src]

The environment key suggested by the Amazon SageMaker Inference Recommender.

§
Value: string
[src]

The value suggested by the Amazon SageMaker Inference Recommender.

§
ValueType: string
[src]

The value type suggested by the Amazon SageMaker Inference Recommender.