ConversationAuthoringEvaluationKind Struct
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.
The ConversationAuthoringEvaluationKind.
public readonly struct ConversationAuthoringEvaluationKind : IEquatable<Azure.AI.Language.Conversations.Authoring.ConversationAuthoringEvaluationKind>
type ConversationAuthoringEvaluationKind = struct
Public Structure ConversationAuthoringEvaluationKind
Implements IEquatable(Of ConversationAuthoringEvaluationKind)
- Inheritance
-
ConversationAuthoringEvaluationKind
- Implements
Constructors
ConversationAuthoringEvaluationKind(String) |
Initializes a new instance of ConversationAuthoringEvaluationKind. |
Properties
Manual |
Split the data according to the chosen dataset for every example in the data. |
Percentage |
Split the data into training and test sets according to user-defined percentages. |
Methods
Equals(ConversationAuthoringEvaluationKind) |
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
Equality(ConversationAuthoringEvaluationKind, ConversationAuthoringEvaluationKind) |
Determines if two ConversationAuthoringEvaluationKind values are the same. |
Implicit(String to ConversationAuthoringEvaluationKind) |
Converts a String to a ConversationAuthoringEvaluationKind. |
Inequality(ConversationAuthoringEvaluationKind, ConversationAuthoringEvaluationKind) |
Determines if two ConversationAuthoringEvaluationKind values are not the same. |