ImageGenToolModel 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.
public readonly struct ImageGenToolModel : IEquatable<Azure.AI.AgentServer.Responses.Models.ImageGenToolModel>
type ImageGenToolModel = struct
Public Structure ImageGenToolModel
Implements IEquatable(Of ImageGenToolModel)
- Inheritance
-
ImageGenToolModel
- Implements
Constructors
| Name | Description |
|---|---|
| ImageGenToolModel(String) |
Initializes a new instance of ImageGenToolModel. |
Properties
| Name | Description |
|---|---|
| GptImage1 |
Gets the GptImage1. |
| GptImage15 |
Gets the GptImage15. |
| GptImage1Mini |
Gets the GptImage1Mini. |
Methods
| Name | Description |
|---|---|
| Equals(ImageGenToolModel) |
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(ImageGenToolModel, ImageGenToolModel) |
Determines if two ImageGenToolModel values are the same. |
| Implicit(String to ImageGenToolModel) |
Converts a string to a ImageGenToolModel. |
| Implicit(String to Nullable<ImageGenToolModel>) | |
| Inequality(ImageGenToolModel, ImageGenToolModel) |
Determines if two ImageGenToolModel values are not the same. |