param property
The parameter that was invalid, usually training_file
or validation_file
. This field will be null if the failure was not parameter-specific.
Implementation
String get message;/// The parameter that was invalid, usually `training_file` or `validation_file`. This field will be null if the failure was not parameter-specific.
String? get param;