FoundryModelWarningCode 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.
Warning code for model artifacts.
public readonly struct FoundryModelWarningCode : IEquatable<Azure.AI.Projects.FoundryModelWarningCode>
type FoundryModelWarningCode = struct
Public Structure FoundryModelWarningCode
Implements IEquatable(Of FoundryModelWarningCode)
- Inheritance
-
FoundryModelWarningCode
- Implements
Constructors
| Name | Description |
|---|---|
| FoundryModelWarningCode(String) |
Initializes a new instance of FoundryModelWarningCode. |
Properties
| Name | Description |
|---|---|
| RuntimeDependentArtifact |
Runtime dependent artifact warning. |
| UnclassifiedArtifact |
Unclassified artifact warning. |
Methods
| Name | Description |
|---|---|
| Equals(FoundryModelWarningCode) |
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(FoundryModelWarningCode, FoundryModelWarningCode) |
Determines if two FoundryModelWarningCode values are the same. |
| Implicit(String to FoundryModelWarningCode) |
Converts a string to a FoundryModelWarningCode. |
| Implicit(String to Nullable<FoundryModelWarningCode>) | |
| Inequality(FoundryModelWarningCode, FoundryModelWarningCode) |
Determines if two FoundryModelWarningCode values are not the same. |