| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.RenderableTask
Description
Synopsis
Documentation
data RenderableTask Source #
Contains input values for a task.
See: newRenderableTask smart constructor.
Constructors
| RenderableTask' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> RenderableTask |
Create a value of RenderableTask with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:input:RenderableTask', renderableTask_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".
renderableTask_input :: Lens' RenderableTask Text Source #
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".