Поделиться через


TextAuthoringProjectMetadata Class

Definition

Represents the metadata of a project.

public class TextAuthoringProjectMetadata : System.ClientModel.Primitives.IJsonModel<Azure.AI.Language.Text.Authoring.TextAuthoringProjectMetadata>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Language.Text.Authoring.TextAuthoringProjectMetadata>
type TextAuthoringProjectMetadata = class
    interface IJsonModel<TextAuthoringProjectMetadata>
    interface IPersistableModel<TextAuthoringProjectMetadata>
Public Class TextAuthoringProjectMetadata
Implements IJsonModel(Of TextAuthoringProjectMetadata), IPersistableModel(Of TextAuthoringProjectMetadata)
Inheritance
TextAuthoringProjectMetadata
Implements

Properties

CreatedOn

Represents the project creation datetime.

Description

The project description.

Language

The project language. This is BCP-47 representation of a language. For example, use "en" for English, "en-gb" for English (UK), "es" for Spanish etc.

LastDeployedOn

Represents the project last deployment datetime.

LastModifiedOn

Represents the project last modification datetime.

LastTrainedOn

Represents the project last training datetime.

Multilingual

Whether the project would be used for multiple languages or not.

ProjectKind

The project kind.

ProjectName

The new project name.

Settings

The project settings.

StorageInputContainerName

The storage container name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<TextAuthoringProjectMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<TextAuthoringProjectMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TextAuthoringProjectMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TextAuthoringProjectMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<TextAuthoringProjectMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to