ContentSafetyStatus 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.
Specifies the status of content safety.
public readonly struct ContentSafetyStatus : IEquatable<Azure.ResourceManager.MachineLearning.Models.ContentSafetyStatus>
type ContentSafetyStatus = struct
Public Structure ContentSafetyStatus
Implements IEquatable(Of ContentSafetyStatus)
- Inheritance
-
ContentSafetyStatus
- Implements
Constructors
ContentSafetyStatus(String) |
Initializes a new instance of ContentSafetyStatus. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(ContentSafetyStatus) |
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(ContentSafetyStatus, ContentSafetyStatus) |
Determines if two ContentSafetyStatus values are the same. |
Implicit(String to ContentSafetyStatus) |
Converts a string to a ContentSafetyStatus. |
Inequality(ContentSafetyStatus, ContentSafetyStatus) |
Determines if two ContentSafetyStatus values are not the same. |