Python class
AudioGenerationInputs
AudioGenerationInputs
class max.interfaces.AudioGenerationInputs(batch)
Bases: PipelineInputs, Generic[AudioGenerationContextType]
Input data structure for audio generation pipelines.
This class represents the input data required for audio generation operations within the pipeline framework. It extends PipelineInputs and provides type-safe generic support for different audio generation context types.
batch
A dictionary mapping RequestID to AudioGenerationContextType instances. This batch structure allows for processing multiple audio generation requests simultaneously while maintaining request-specific context and configuration data.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!