NetworkDataSetTemplate extends Model
Holds the configuration for an installed LaravelNeuro Corporation's dataSets.
Table of Contents
Properties
Methods
- dataSets() : HasMany
- unit() : BelongsTo
Properties
$fillable
protected
mixed
$fillable
= ['template', 'unit_id', 'name', 'completionPrompt', 'completionResponse']
$table
protected
mixed
$table
= 'laravel_neuro_network_dataset_templates'
Methods
dataSets()
public
dataSets() : HasMany
Return values
HasManyunit()
public
unit() : BelongsTo