csvInputTemplate property

String? csvInputTemplate
final

Template for constructing the CSV input-data sent to SageMaker. At event-evaluation, the placeholders for variable-names in the template will be replaced with the variable values before being sent to SageMaker.

Implementation

final String? csvInputTemplate;