DatasetType Struct

Definition

The dataset for this utterance. Allowed values are 'Train' and 'Test'.

public readonly struct DatasetType : IEquatable<Azure.AI.Language.Conversations.Authoring.DatasetType>
type DatasetType = struct
Public Structure DatasetType
Implements IEquatable(Of DatasetType)
Inheritance
DatasetType
Implements

Constructors

Name Description
DatasetType(String)

Initializes a new instance of DatasetType.

Properties

Name Description
Test

Split the data according to the chosen dataset for every example in the data.

Train

Split the data into training and test sets according to user-defined percentages.

Methods

Name Description
Equals(DatasetType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DatasetType, DatasetType)

Determines if two DatasetType values are the same.

Implicit(String to DatasetType)

Converts a String to a DatasetType.

Inequality(DatasetType, DatasetType)

Determines if two DatasetType values are not the same.

Applies to