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
| Name | Description |
|---|---|
| ContentSafetyStatus(String) |
Initializes a new instance of ContentSafetyStatus. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |