HostedImageGenerationTool Constructors
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.
Overloads
| Name | Description |
|---|---|
| HostedImageGenerationTool() |
Initializes a new instance of the HostedImageGenerationTool class with the specified options. |
| HostedImageGenerationTool(IReadOnlyDictionary<String,Object>) |
Initializes a new instance of the HostedImageGenerationTool class. |
HostedImageGenerationTool()
- Source:
- HostedImageGenerationTool.cs
Initializes a new instance of the HostedImageGenerationTool class with the specified options.
public:
HostedImageGenerationTool();
public HostedImageGenerationTool();
Public Sub New ()
Applies to
HostedImageGenerationTool(IReadOnlyDictionary<String,Object>)
- Source:
- HostedImageGenerationTool.cs
Initializes a new instance of the HostedImageGenerationTool class.
public:
HostedImageGenerationTool(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ additionalProperties);
public HostedImageGenerationTool(System.Collections.Generic.IReadOnlyDictionary<string,object?>? additionalProperties);
new Microsoft.Extensions.AI.HostedImageGenerationTool : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.Extensions.AI.HostedImageGenerationTool
Public Sub New (additionalProperties As IReadOnlyDictionary(Of String, Object))
Parameters
- additionalProperties
- IReadOnlyDictionary<String,Object>
Any additional properties associated with the tool.