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

RenderableTask

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

Contains input values for a task.

interface RenderableTask {
Input: string;
}

§Properties

§
Input: string
[src]

A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable task.input. For example, if you define a variable task.input.text in your template, you can supply the variable in the JSON object as "text": "sample text".