AgentOptimizationInlineDatasetInput Constructor
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.
Initializes a new instance of AgentOptimizationInlineDatasetInput.
public AgentOptimizationInlineDatasetInput(System.Collections.Generic.IEnumerable<Azure.AI.Projects.Agents.AgentOptimizationDatasetItem> items);
new Azure.AI.Projects.Agents.AgentOptimizationInlineDatasetInput : seq<Azure.AI.Projects.Agents.AgentOptimizationDatasetItem> -> Azure.AI.Projects.Agents.AgentOptimizationInlineDatasetInput
Public Sub New (items As IEnumerable(Of AgentOptimizationDatasetItem))
Parameters
Dataset items.
Exceptions
items is null.