FoundryModelSourceType 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 source type of the model.
public readonly struct FoundryModelSourceType : IEquatable<Azure.AI.Projects.FoundryModelSourceType>
type FoundryModelSourceType = struct
Public Structure FoundryModelSourceType
Implements IEquatable(Of FoundryModelSourceType)
- Inheritance
-
FoundryModelSourceType
- Implements
Constructors
| Name | Description |
|---|---|
| FoundryModelSourceType(String) |
Initializes a new instance of FoundryModelSourceType. |
Properties
| Name | Description |
|---|---|
| LocalUpload |
Model was uploaded locally. |
| TrainingJob |
Model was produced by a training job. |
Methods
| Name | Description |
|---|---|
| Equals(FoundryModelSourceType) |
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(FoundryModelSourceType, FoundryModelSourceType) |
Determines if two FoundryModelSourceType values are the same. |
| Implicit(String to FoundryModelSourceType) |
Converts a string to a FoundryModelSourceType. |
| Implicit(String to Nullable<FoundryModelSourceType>) | |
| Inequality(FoundryModelSourceType, FoundryModelSourceType) |
Determines if two FoundryModelSourceType values are not the same. |