case class ModelSchema(name: String, dataset: String, modelType: String, uri: URI, hash: String, size: Long, inputNode: Int, numLayers: Int, layerNames: Array[String]) extends Schema with Product with Serializable
Class representing the schema of a CNTK model
- name
name of the model architecture
- dataset
dataset the model was trained on
- modelType
type of problem the model is suited for eg: (image, text, sound, sentiment etc)
- uri
location of the underlying file (local, HDFS, or HTTP)
- hash
sha256 hash of the underlying file
- size
size in bytes of the underlying file
- inputNode
the node which represents the input
- numLayers
the number of layers of the model
- layerNames
the names nodes that represent layers in the network
- Alphabetic
- By Inheritance
- ModelSchema
- Serializable
- Serializable
- Product
- Equals
- Schema
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ModelSchema(name: String, dataset: String, modelType: String, uri: URI, hash: String, size: Long, inputNode: Int, numLayers: Int, layerNames: ArrayList[String])
-
new
ModelSchema(name: String, dataset: String, modelType: String, uri: URI, hash: String, size: Long, inputNode: Int, numLayers: Int, layerNames: Array[String])
- name
name of the model architecture
- dataset
dataset the model was trained on
- modelType
type of problem the model is suited for eg: (image, text, sound, sentiment etc)
- uri
location of the underlying file (local, HDFS, or HTTP)
- hash
sha256 hash of the underlying file
- size
size in bytes of the underlying file
- inputNode
the node which represents the input
- numLayers
the number of layers of the model
- layerNames
the names nodes that represent layers in the network
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
assertMatchingHash(bytes: InputStream): Unit
- Definition Classes
- Schema
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val dataset: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
hash: String
- Definition Classes
- ModelSchema → Schema
- val inputNode: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val layerNames: Array[String]
- val modelType: String
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val numLayers: Int
-
val
size: Long
- Definition Classes
- ModelSchema → Schema
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
updateURI(newURI: URI): ModelSchema.this.type
- Definition Classes
- ModelSchema → Schema
-
val
uri: URI
- Definition Classes
- ModelSchema → Schema
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()