case class CustomLabelResult(errors: Seq[DocumentError], statistics: Option[RequestStatistics], modelVersion: String, documents: Seq[ClassificationDocumentResult]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CustomLabelResult
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CustomLabelResult(errors: Seq[DocumentError], statistics: Option[RequestStatistics], modelVersion: String, documents: Seq[ClassificationDocumentResult])
Value Members
- val documents: Seq[ClassificationDocumentResult]
- val errors: Seq[DocumentError]
- val modelVersion: String
- val statistics: Option[RequestStatistics]