mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:46:30 +00:00
6429ad62c2
put model batch size as parameter in config
7 lines
229 B
C#
7 lines
229 B
C#
namespace Azaion.CommonSecurity.DTO;
|
|
|
|
public class SecureAppConfig
|
|
{
|
|
public InferenceClientConfig InferenceClientConfig { get; set; } = null!;
|
|
public GpsDeniedClientConfig GpsDeniedClientConfig { get; set; } = null!;
|
|
} |