Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelOutputProperties ¶
type ModelOutputProperties struct { Path string `mapstructure:"path"` Format drivers.FileFormat `mapstructure:"format"` FileSizeLimitBytes int64 `mapstructure:"file_size_limit_bytes"` }
func (*ModelOutputProperties) Validate ¶
func (p *ModelOutputProperties) Validate() error
type ModelResultProperties ¶
type ModelResultProperties struct { Path string `mapstructure:"path"` Format drivers.FileFormat `mapstructure:"format"` }
Click to show internal directories.
Click to hide internal directories.