ClientsΒΆ

This module provides lower level access to a Flyte backend.

SynchronousFlyteClient

This is a low-level client that users can use to make direct gRPC service calls to the control plane. See the service spec. This is more user-friendly interface than the raw client so users should try to use this class first. Create a client by ::.

RawSynchronousFlyteClient

This is a thin synchronous wrapper around the auto-generated GRPC stubs for communicating with the admin service.