◆ Evidence()
| FiftyOne.Pipeline.Core.Data.Evidence.Evidence | ( | ILogger< Evidence > | logger | ) |
Constructor
- Parameters
-
- logger - The logger to be used by this instance
This class contains the evidence that is passed in to a Pipeline as part of a FlowData object See the Specification
| Evidence (ILogger< Evidence > logger)
Constructor More...
| |
Public Member Functions inherited from FiftyOne.Pipeline.Core.Data.DataBase | |
| DataBase (ILogger< DataBase > logger) | |
| DataBase (ILogger< DataBase > logger, IDictionary< string, object > dictionary)
Constructor More...
| |
| virtual IReadOnlyDictionary< string, object > | AsDictionary ()
Get the data contained in this instance as an IReadOnlyDictionary<TKey, TValue>. More...
|
| void | PopulateFrom (IEnumerable< KeyValuePair< string, object >> values)
Use the values in the specified enumerable to populate this data instance. More...
|
| void | PopulateFromDictionary (IDictionary< string, object > values)
Deprecated. More...
|
| FiftyOne.Pipeline.Core.Data.Evidence.Evidence | ( | ILogger< Evidence > | logger | ) |
Constructor