DatasetRef(String) Constructor

Definition

Initializes a new instance of DatasetRef.

public DatasetRef(string name);
new Azure.AI.Projects.Agents.DatasetRef : string -> Azure.AI.Projects.Agents.DatasetRef
Public Sub New (name As String)

Parameters

name
String

Dataset name.

Exceptions

name is null.

Applies to