Packagecom.tuarua.firebase.ml.custom
Classpublic class ModelInterpreterOptions
InheritanceModelInterpreterOptions Inheritance Object

Options for a custom model specifying input and output data types and dimensions.



Public Properties
 PropertyDefined By
  localModel : CustomLocalModel
[read-only]
ModelInterpreterOptions
  remoteModel : CustomRemoteModel
[read-only]
ModelInterpreterOptions
Public Methods
 MethodDefined By
  
ModelInterpreterOptions(localModel:CustomLocalModel = null, remoteModel:CustomRemoteModel = null)
ModelInterpreterOptions
Property Detail
localModelproperty
localModel:CustomLocalModel  [read-only]


Implementation
    public function get localModel():CustomLocalModel
remoteModelproperty 
remoteModel:CustomRemoteModel  [read-only]


Implementation
    public function get remoteModel():CustomRemoteModel
Constructor Detail
ModelInterpreterOptions()Constructor
public function ModelInterpreterOptions(localModel:CustomLocalModel = null, remoteModel:CustomRemoteModel = null)



Parameters
localModel:CustomLocalModel (default = null)
 
remoteModel:CustomRemoteModel (default = null)