toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'endTimeOffset': ?endTimeOffset,
'endpointName': endpointName,
'excludeFeaturesAttribute': ?excludeFeaturesAttribute,
'featuresAttribute': ?featuresAttribute,
'inferenceAttribute': ?inferenceAttribute,
'localPath': localPath,
'probabilityAttribute': ?probabilityAttribute,
'probabilityThresholdAttribute': ?probabilityThresholdAttribute,
's3DataDistributionType': ?s3DataDistributionType,
's3InputMode': ?s3InputMode,
'startTimeOffset': ?startTimeOffset,
};
}