public class ModelMetricsV3 extends ModelMetricsBase
auc, cm, duration_in_ms, frame, frame_checksum, model, model_category, model_checksum, predictions, scoring_time_version_pattern, schema_name, schema_type, schema_version| Constructor and Description |
|---|
ModelMetricsV3() |
| Modifier and Type | Method and Description |
|---|---|
ModelMetrics |
createImpl()
Create an implementation object and any child objects but DO NOT fill them.
|
ModelMetricsBase |
fillFromImpl(ModelMetrics f)
Version and Schema-specific filling from the implementation object.
|
fillImpl, schemaacceptsFrame, createAndFillImpl, extractVersion, fillFromParms, getImplClass, getImplClass, markdown, markdown, registerclone, frozenType, read_impl, read, readExternal, readJSON_impl, readJSON, write_impl, write, writeExternal, writeHTML_impl, writeHTML, writeJSON_impl, writeJSONpublic ModelMetrics createImpl()
SchemaFor objects without children this method does all the required work. For objects with children the subclass will need to override, e.g. by calling super.createImpl() and then calling createImpl() on its children.
Note that impl objects for schemas which override this method don't need to have a default constructor (e.g., a Keyed object constructor can still create and set the Key), but they must not fill any fields which can be filled later from the schema.
TODO: We *could* handle the common case of children with the same field names here by finding all of our fields that are themselves Schemas.
createImpl in class ModelMetricsBasepublic ModelMetricsBase fillFromImpl(ModelMetrics f)
SchemafillFromImpl in class ModelMetricsBase