InputDataset 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.
public class InputDataset : Azure.AI.Projects.InputData, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.InputDataset>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.InputDataset>
type InputDataset = class
inherit InputData
interface IJsonModel<InputDataset>
interface IPersistableModel<InputDataset>
Public Class InputDataset
Inherits InputData
Implements IJsonModel(Of InputDataset), IPersistableModel(Of InputDataset)
- Inheritance
- Implements
Constructors
InputDataset(String) |
Initializes a new instance of InputDataset. |
Properties
Id |
Evaluation input data. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |