public final class ExternalTrainerProvenance extends Object implements TrainerProvenance
It records the timestamp, hash and location of the loaded model.
IS_SEQUENCE, TRAIN_INVOCATION_COUNT, TRIBUO_VERSION_STRING
Constructor and Description |
---|
ExternalTrainerProvenance(Map<String,com.oracle.labs.mlrg.olcut.provenance.Provenance> provenance)
Used by the provenance serialization system.
|
ExternalTrainerProvenance(URL location)
Creates an external trainer provenance, storing the location
and pulling in the timestamp and file hash.
|
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
forEach, spliterator
public ExternalTrainerProvenance(URL location)
location
- The location to use.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
public Map<String,com.oracle.labs.mlrg.olcut.provenance.PrimitiveProvenance<?>> getInstanceValues()
getInstanceValues
in interface com.oracle.labs.mlrg.olcut.provenance.ConfiguredObjectProvenance
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.