package secretflow.component

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message SFClusterConfig

cluster.proto:81

Runtime Config for a SecretFlow cluster.

message SFClusterConfig.PrivateConfig

cluster.proto:113

Different for each party. For production mode only.

Used in: SFClusterConfig

message SFClusterConfig.PublicConfig

cluster.proto:105

Public and shared to all parties.

Used in: SFClusterConfig

message SFClusterConfig.RayFedConfig

cluster.proto:85

Contains addresses for a RayFed cluster. Each party should own an address. Only for production mode.

Used in: PublicConfig

message SFClusterConfig.SPUConfig

cluster.proto:94

Contains addresses for a SPU device.

Used in: PublicConfig

message SFClusterDesc

cluster.proto:25

Description of a SecretFlow cluster, including: - version info - parties: who participate in the computation. - secret devices and their configs: security levels.

Used in: SFClusterConfig, kuscia.TaskInputConfig

message SFClusterDesc.DeviceDesc

cluster.proto:38

Description for a secret device. PYUs do not need to claim.

Used in: SFClusterDesc

message SFClusterDesc.RayFedConfig

cluster.proto:55

Used in: SFClusterDesc

message StorageConfig

cluster.proto:68

A StorageConfig is the root for all data for one party. For security reasons, you have to put the a JSON format of config at .sf_storage file at each node for each party in production.

Used in: SFClusterConfig.PrivateConfig

message StorageConfig.LocalFSConfig

cluster.proto:72

Used in: StorageConfig