ModelSpec class abstract

Base specification for any model (inference or embedding)

Implementers

Constructors

ModelSpec.new()

Properties

files List<ModelFile>
All files that belong to this model
no setter
hashCode int
The hash code for this object.
no setterinherited
isValid bool
Whether this model specification is valid
no setter
name String
Human-readable name for this model
no setter
replacePolicy ModelReplacePolicy
Policy for replacing old models
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ModelManagementType
Type of this model
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited