TextAuthoringTrainingJobDetails 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 for starting a new training job.
public class TextAuthoringTrainingJobDetails : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.TextAuthoringTrainingJobDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.TextAuthoringTrainingJobDetails>
type TextAuthoringTrainingJobDetails = class
interface IJsonModel<TextAuthoringTrainingJobDetails>
interface IPersistableModel<TextAuthoringTrainingJobDetails>
Public Class TextAuthoringTrainingJobDetails
Implements IJsonModel(Of TextAuthoringTrainingJobDetails), IPersistableModel(Of TextAuthoringTrainingJobDetails)
- Inheritance
-
TextAuthoringTrainingJobDetails
- Implements
Constructors
TextAuthoringTrainingJobDetails(String, String) |
Initializes a new instance of TextAuthoringTrainingJobDetails. |
Properties
DataGenerationSettings |
Represents the settings for using data generation as part of training a custom model. |
EvaluationOptions |
Represents the evaluation options. By default, the evaluation kind is percentage, with training split percentage as 80, and testing split percentage as 20. |
ModelLabel |
Represents the output model label. |
TrainingConfigVersion |
Represents training config version. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<TextAuthoringTrainingJobDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TextAuthoringTrainingJobDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TextAuthoringTrainingJobDetails>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TextAuthoringTrainingJobDetails>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TextAuthoringTrainingJobDetails>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |