Skip to main content

Module grpc

Module grpc 

Source
Expand description

gRPC service implementation for synthetic data generation.

Re-exports§

pub use service::SynthService;
pub use synth::synthetic_data_service_server::SyntheticDataServiceServer;
pub use synth::synthetic_data_service_server::SyntheticDataService;
pub use synth::BulkGenerateRequest;
pub use synth::BulkGenerateResponse;
pub use synth::ConfigRequest;
pub use synth::ConfigResponse;
pub use synth::ControlAction;
pub use synth::ControlCommand;
pub use synth::ControlResponse;
pub use synth::GenerationConfig;
pub use synth::HealthResponse;
pub use synth::MetricsResponse;
pub use synth::StreamDataRequest;

Modules§

auth_interceptor
gRPC authentication interceptor.
service
gRPC service implementation.
synth