Share via


Dataset Class

Definition

Dataset as source for evaluation.

public class Dataset : Azure.AI.Projects.InputData, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.Dataset>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.Dataset>
type Dataset = class
    inherit InputData
    interface IJsonModel<Dataset>
    interface IPersistableModel<Dataset>
Public Class Dataset
Inherits InputData
Implements IJsonModel(Of Dataset), IPersistableModel(Of Dataset)
Inheritance
Dataset
Implements

Constructors

Dataset(String)

Initializes a new instance of Dataset.

Properties

Id

Evaluation input data.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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