You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::RenderableTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RenderableTask
- Defined in:
- (unknown)
Overview
Note:
When passing RenderableTask as input to an Aws::Client method, you can use a vanilla Hash:
{
input: "TaskInput", # required
}
Contains input values for a task.
Returned by:
Instance Attribute Summary collapse
-
#input ⇒ String
A JSON object that contains values for the variables defined in the template.
Instance Attribute Details
#input ⇒ String
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"
.