@Stability(Stable)
public static final class SageMakerCreateModelJsonataProps.Builderextends Object
implements software.amazon.jsii.Builder<SageMakerCreateModelJsonataProps>
primaryContainer - The definition of the primary docker image containing inference code, associated artifacts, and custom environment map that the inference code uses when the model is deployed for predictions. This parameter is required.
queryLanguage - The name of the query language used by the state.
If the state does not contain a queryLanguage field,
then it will use the query language specified in the top-level queryLanguage field.
heartbeatTimeout - Timeout for the heartbeat.
[disable-awslint:duration-prop-type] is needed because all props interface in
aws-stepfunctions-tasks extend this interface
integrationPattern - AWS Step Functions integrates with services directly in the Amazon States Language.
You can control these AWS services using service integration patterns.
Depending on the AWS Service, the Service Integration Pattern availability will vary.
taskTimeout - Timeout for the task.
[disable-awslint:duration-prop-type] is needed because all props interface in
aws-stepfunctions-tasks extend this interface
outputs - Used to specify and transform output from the state.
When specified, the value overrides the state output default.
The output field accepts any JSON value (object, array, string, number, boolean, null).
Any string value, including those inside objects or arrays,
will be evaluated as JSONata if surrounded by {% %} characters.
Output also accepts a JSONata expression directly.