CopyImageAnnotationFeatureVector
class CopyImageAnnotationFeatureVector extends CopyAnnotationFeatureVector
Traits
SerializesModels
InteractsWithQueue
Queueable
Dispatchable
Properties
protected bool | $deleteWhenMissingModels | Ignore this job if the annotation does not exist any more. |
from CopyAnnotationFeatureVector |
Methods
__construct(AnnotationLabel $annotationLabel)
Copy the feature vector of the annotation associated with the annotation label to create a new feature vector for the annotation label.
Builder
getFeatureVectorQuery()
Get a query for the feature vectors associated with the annotation of this job.
void
updateOrCreateFeatureVector(array $attributes)
Create a new feature vector model for the annotation of this job.
Details
in
CopyAnnotationFeatureVector at line 27
__construct(AnnotationLabel $annotationLabel)
Copy the feature vector of the annotation associated with the annotation label to create a new feature vector for the annotation label.
in
CopyAnnotationFeatureVector at line 37
void
handle()
Execute the job.
at line 13
protected Builder
getFeatureVectorQuery()
Get a query for the feature vectors associated with the annotation of this job.
at line 22
protected void
updateOrCreateFeatureVector(array $attributes)
Create a new feature vector model for the annotation of this job.