ModelInputConfiguration class

The Amazon SageMaker model input configuration.

Constructors

ModelInputConfiguration({required bool useEventVariables, String? csvInputTemplate, String? eventTypeName, ModelInputDataFormat? format, String? jsonInputTemplate})
ModelInputConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

csvInputTemplate String?
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.
final
eventTypeName String?
The event type name.
final
format ModelInputDataFormat?
The format of the model input configuration. The format differs depending on if it is passed through to SageMaker or constructed by Amazon Fraud Detector.
final
hashCode int
The hash code for this object.
no setterinherited
jsonInputTemplate String?
Template for constructing the JSON 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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useEventVariables bool
The event variables.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited