TextAuthoringEvaluationDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the options used running the evaluation.
public class TextAuthoringEvaluationDetails : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.TextAuthoringEvaluationDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.TextAuthoringEvaluationDetails>
type TextAuthoringEvaluationDetails = class
interface IJsonModel<TextAuthoringEvaluationDetails>
interface IPersistableModel<TextAuthoringEvaluationDetails>
Public Class TextAuthoringEvaluationDetails
Implements IJsonModel(Of TextAuthoringEvaluationDetails), IPersistableModel(Of TextAuthoringEvaluationDetails)
- Inheritance
-
TextAuthoringEvaluationDetails
- Implements
Constructors
TextAuthoringEvaluationDetails() |
Initializes a new instance of TextAuthoringEvaluationDetails. |
Properties
Kind |
Represents the evaluation kind. By default, the evaluation kind is set to percentage. |
TestingSplitPercentage |
Represents the testing dataset split percentage. Only needed in case the evaluation kind is percentage. |
TrainingSplitPercentage |
Represents the training dataset split percentage. Only needed in case the evaluation kind is percentage. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<TextAuthoringEvaluationDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TextAuthoringEvaluationDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TextAuthoringEvaluationDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TextAuthoringEvaluationDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TextAuthoringEvaluationDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |