class Aws::SageMaker::Types::RenderableTask
Contains input values for a task.
@note When making an API call, you may pass RenderableTask
data as a hash: { input: "TaskInput", # required }
@!attribute [rw] input
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"`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RenderableTask AWS API Documentation
Constants
- SENSITIVE