Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TextClassificationModelEvaluationResult

Possible TXTC model error analysis

Properties

Optional definedTags

definedTags: undefined | object

Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {@code {"foo-namespace": {"bar-key": "value"}}}

Optional freeformTags

freeformTags: undefined | object

Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {@code {"bar-key": "value"}}

location

location: string

For CSV format location is rowId(1 is header) and for JSONL location is jsonL line sequence(1 is metadata)

Const modelType

modelType: string = "TEXT_CLASSIFICATION"

Optional predictedLabels

predictedLabels: Array<string>

List of predicted labels by custom multi class or multi label TextClassification model

trueLabels

trueLabels: Array<string>

List of true(actual) labels in test data for multi class or multi label TextClassification

Methods

getDeserializedJsonObj

getJsonObj