Auf Englisch lesen

Freigeben über


Dataset 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.

Dataset as source for evaluation.

C#
public class Dataset : Azure.AI.Projects.InputData, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Dataset>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Dataset>
Inheritance
Dataset
Implements

Constructors

Dataset(String)

Initializes a new instance of Dataset.

Properties

Id

Evaluation input data.

Methods

Explicit Interface Implementations

IJsonModel<Dataset>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<Dataset>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<InputData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from InputData)
IJsonModel<InputData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from InputData)
IPersistableModel<Dataset>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<Dataset>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<Dataset>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<InputData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from InputData)
IPersistableModel<InputData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from InputData)
IPersistableModel<InputData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from InputData)

Applies to

Produkt Versionen
Azure SDK for .NET Preview