PersonalizerPolicySource 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 source of the Learning Settings.
public readonly struct PersonalizerPolicySource : IEquatable<Azure.AI.Personalizer.PersonalizerPolicySource>
type PersonalizerPolicySource = struct
Public Structure PersonalizerPolicySource
Implements IEquatable(Of PersonalizerPolicySource)
- Inheritance
-
PersonalizerPolicySource
- Implements
Constructors
| Name | Description |
|---|---|
| PersonalizerPolicySource(String) |
Initializes a new instance of PersonalizerPolicySource. |
Properties
| Name | Description |
|---|---|
| Baseline |
Baseline. |
| Custom |
Custom. |
| OfflineExperimentation |
OfflineExperimentation. |
| Online |
Online. |
| Random |
Random. |
Methods
| Name | Description |
|---|---|
| Equals(PersonalizerPolicySource) |
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(PersonalizerPolicySource, PersonalizerPolicySource) |
Determines if two PersonalizerPolicySource values are the same. |
| Implicit(String to PersonalizerPolicySource) |
Converts a string to a PersonalizerPolicySource. |
| Inequality(PersonalizerPolicySource, PersonalizerPolicySource) |
Determines if two PersonalizerPolicySource values are not the same. |