ContentSafetyStatus Struct

Definition

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.

Applies to