ImageGenerationToolResource Constructors
ClassConstructors1 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
namestringThe name of the tool resource.projectAzureCognitiveServicesProjectResourceThe parent Foundry project resource.