FoundryModelWeightType 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 weight type of the model.
public readonly struct FoundryModelWeightType : IEquatable<Azure.AI.Projects.FoundryModelWeightType>
type FoundryModelWeightType = struct
Public Structure FoundryModelWeightType
Implements IEquatable(Of FoundryModelWeightType)
- Inheritance
-
FoundryModelWeightType
- Implements
Constructors
| Name | Description |
|---|---|
| FoundryModelWeightType(String) |
Initializes a new instance of FoundryModelWeightType. |
Properties
| Name | Description |
|---|---|
| DraftModel |
Draft model weights. |
| FullWeight |
Full weight model. |
| LoRA |
LoRA adapter weights. |
Methods
| Name | Description |
|---|---|
| Equals(FoundryModelWeightType) |
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(FoundryModelWeightType, FoundryModelWeightType) |
Determines if two FoundryModelWeightType values are the same. |
| Implicit(String to FoundryModelWeightType) |
Converts a string to a FoundryModelWeightType. |
| Implicit(String to Nullable<FoundryModelWeightType>) | |
| Inequality(FoundryModelWeightType, FoundryModelWeightType) |
Determines if two FoundryModelWeightType values are not the same. |