Application Programming Interface#
Submission#
- aurora.foundry.client.api.submit(batch: Batch, model_name: str, num_steps: int, channel: CommunicationChannel, foundry_client: FoundryClient) Generator[Batch, None, None] [source]#
Submit a request to Azure AI Foundry and retrieve the predictions.
- Parameters:
batch (
aurora.Batch
) – Initial condition.model_name (str) – Name of the model. This name must be available in
aurora.foundry.common.model
.num_steps (int) – Number of prediction steps.
channel (
aurora.foundry.common.channel.CommunicationChannel
) – Channel to use for sending and receiving data.foundry_client (
aurora.foundry.client.foundry.FoundryClient
) – Client to communicate with Azure Foundry AI.
- Yields:
aurora.Batch
– Predictions.
Available Models#
These models need to be referred to by the value of their attribute name.