MicrosoftFabricPreviewTool Class
- java.
lang. Object - com.
azure. ai. agents. models. Tool - com.
azure. ai. agents. models. MicrosoftFabricPreviewTool
- com.
- com.
public final class MicrosoftFabricPreviewTool
extends Tool
The input definition information for a Microsoft Fabric tool as used to configure an agent.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftFabricPreviewTool(FabricDataAgentToolParameters fabricDataAgentPreview) |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
|
Fabric |
getFabricDataAgentPreview()
Get the fabric |
|
Tool |
getType()
Get the type property: The type property. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from Tool
Methods inherited from java.lang.Object
Constructor Details
MicrosoftFabricPreviewTool
public MicrosoftFabricPreviewTool(FabricDataAgentToolParameters fabricDataAgentPreview)
Creates an instance of MicrosoftFabricPreviewTool class.
Parameters:
Method Details
fromJson
public static MicrosoftFabricPreviewTool fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftFabricPreviewTool from the JsonReader.
Parameters:
Returns:
Throws:
getFabricDataAgentPreview
public FabricDataAgentToolParameters getFabricDataAgentPreview()
Get the fabricDataAgentPreview property: The fabric data agent tool parameters.
Returns:
getType
public ToolType getType()
Get the type property: The type property.
Overrides:
MicrosoftFabricPreviewTool.getType()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftFabricPreviewTool.toJson(JsonWriter jsonWriter)Parameters:
Throws: