PersonalizerLearningMode 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.
Learning Modes for Personalizer.
public readonly struct PersonalizerLearningMode : IEquatable<Azure.AI.Personalizer.PersonalizerLearningMode>
type PersonalizerLearningMode = struct
Public Structure PersonalizerLearningMode
Implements IEquatable(Of PersonalizerLearningMode)
- Inheritance
-
PersonalizerLearningMode
- Implements
Constructors
PersonalizerLearningMode(String) |
Initializes a new instance of PersonalizerLearningMode. |
Properties
Apprentice |
Apprentice. |
LoggingOnly |
LoggingOnly. |
Online |
Online. |
Methods
Equals(PersonalizerLearningMode) |
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(PersonalizerLearningMode, PersonalizerLearningMode) |
Determines if two PersonalizerLearningMode values are the same. |
Implicit(String to PersonalizerLearningMode) |
Converts a string to a PersonalizerLearningMode. |
Inequality(PersonalizerLearningMode, PersonalizerLearningMode) |
Determines if two PersonalizerLearningMode values are not the same. |