Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrainingStatus

Training status details.

Hierarchy

  • TrainingStatus

Index

Properties

Optional available

available: boolean

When true, the collection has been successfully trained.

Optional data_updated

data_updated: string

The timestamp of when the data was uploaded.

Optional minimum_examples_added

minimum_examples_added: boolean

When true, the collection has a sufficent amount of examples added for training to occur.

Optional minimum_queries_added

minimum_queries_added: boolean

When true, the collection has a sufficent amount of queries added for training to occur.

Optional notices

notices: number

The number of notices associated with this data set.

Optional processing

processing: boolean

When true, the collection is currently processing training.

Optional successfully_trained

successfully_trained: string

The timestamp of when the collection was successfully trained.

Optional sufficient_label_diversity

sufficient_label_diversity: boolean

When true, the collection has a sufficent amount of diversity in labeled results for training to occur.

Optional total_examples

total_examples: number

The total number of training examples uploaded to this collection.

Generated using TypeDoc