ImageGenerationToolResource Constructors
Class Constructors 1 member
A Foundry tool resource that enables an agent to generate and edit images.
Constructor(string, AzureCognitiveServicesProjectResource) Section titled Constructor(string, AzureCognitiveServicesProjectResource) Creates a new instance of the
ImageGenerationToolResource class. public sealed class ImageGenerationToolResource{ public ImageGenerationToolResource( string name, AzureCognitiveServicesProjectResource project) { // ... }}Parameters
name string The name of the tool resource. project AzureCognitiveServicesProjectResource The parent Foundry project resource.