package
0.0.0-20241009004650-84ea22048b9a
Repository: https://github.com/azure/azure-dev.git
Documentation: pkg.go.dev

# Functions

AzureAiStudioDeploymentLink returns a link to the Azure AI Studio deployment page.
AiStudioWorkspaceLink returns a link to the Azure AI Studio workspace page.
NewPythonBridge creates a new PythonBridge instance.
NewScope creates a new Scope instance.
ParseConfig parses a config from a generic interface.

# Constants

MLClient is the path to the ML Client Python script.
PromptFlowClient is the path to the PromptFlow Client Python script.

# Structs

ComponentConfig is a base configuration structure used by multiple AI components.
No description provided by the author
EndpointDeploymentConfig is a configuration structure for an ML online endpoint deployment.
Flow is a configuration to defined a Prompt flow component.
Scope is a context based structure to define the Azure scope of a AI component.

# Interfaces

PythonBridge is an interface to execute python components from the embedded AI resources project.

# Type aliases

ScriptPath is a type to represent the path of a Python script.