class ImageAnnotationLabelFeatureVector extends Model

Traits

HasFactory

Properties

bool $timestamps

Don't maintain timestamps for this model.

protected array $casts

The attributes that should be casted to native types.

protected array $fillable

The attributes that are mass assignable.

Methods

static Factory
newFactory()

Create a new factory instance for the model.

Details

at line 49
static protected Factory newFactory()

Create a new factory instance for the model.

Return Value

Factory