public final class TimestampedTrainerProvenance extends Object implements TrainerProvenance
Modifier and Type | Field and Description |
---|---|
static String |
CREATION_TIME |
IS_SEQUENCE, TRAIN_INVOCATION_COUNT, TRIBUO_VERSION_STRING
Constructor and Description |
---|
TimestampedTrainerProvenance()
Creates a TimestampedTrainerProvenance, tracking the creation time and Tribuo version.
|
TimestampedTrainerProvenance(Map<String,com.oracle.labs.mlrg.olcut.provenance.Provenance> map)
Used for deserializing provenances from the marshalled form.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClassName() |
Map<String,com.oracle.labs.mlrg.olcut.provenance.Provenance> |
getConfiguredParameters() |
Map<String,com.oracle.labs.mlrg.olcut.provenance.PrimitiveProvenance<?>> |
getInstanceValues() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getEmptyProvenance, iterator
checkAndExtractProvenance, generateString, maybeExtractProvenance
forEach, spliterator
public static final String CREATION_TIME
public TimestampedTrainerProvenance()
public Map<String,com.oracle.labs.mlrg.olcut.provenance.PrimitiveProvenance<?>> getInstanceValues()
getInstanceValues
in interface com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance
public Map<String,com.oracle.labs.mlrg.olcut.provenance.Provenance> getConfiguredParameters()
getConfiguredParameters
in interface com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance
public String getClassName()
getClassName
in interface com.oracle.labs.mlrg.olcut.provenance.ObjectProvenance
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.