• Retrieves a compute schema by its name from the swarm's compute schema service. Logs the operation if logging is enabled in the global configuration.

    Parameters

    • computeName: string

      The name of the compute to retrieve.

    Returns IComputeSchema<any>

    The compute schema associated with the provided compute name.

    getCompute