Show / Hide Table of Contents

Class ModelMetrics

Trained Model Metrics.

Inheritance
object
ModelMetrics
DocumentClassificationModelMetrics
KeyValueDetectionModelMetrics
PreTrainedDocumentElementsExtractionModelDetails
PretrainedDocumentClassificationModelDetails
PretrainedKeyValueExtractionModelDetails
PretrainedTableExtractionModelDetails
PretrainedTextExtractionModelDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AidocumentService.Models
Assembly: OCI.DotNetSDK.Aidocument.dll
Syntax
[JsonConverter(typeof(ModelMetricsModelConverter))]
public class ModelMetrics

Properties

DatasetSummary

Declaration
[JsonProperty(PropertyName = "datasetSummary")]
public DatasetSummary DatasetSummary { get; set; }
Property Value
Type Description
DatasetSummary
In this article
Back to top