| Package | Description |
|---|---|
| org.bytedeco.tritonserver.tritondevelopertoolsserver |
| Modifier and Type | Method and Description |
|---|---|
LoggingOptions |
LoggingOptions.error_(boolean setter) |
LoggingOptions |
LoggingOptions.format_(int setter) |
LoggingOptions |
LoggingOptions.getPointer(long i) |
LoggingOptions |
LoggingOptions.info_(boolean setter) |
LoggingOptions |
LoggingOptions.log_file_(BytePointer setter) |
LoggingOptions |
ServerOptions.logging_() |
LoggingOptions |
LoggingOptions.position(long position) |
LoggingOptions |
LoggingOptions.verbose_(int setter) |
LoggingOptions |
LoggingOptions.warn_(boolean setter) |
| Modifier and Type | Method and Description |
|---|---|
ServerOptions |
ServerOptions.logging_(LoggingOptions setter) |
void |
ServerOptions.SetLoggingOptions(LoggingOptions logging) |
| Constructor and Description |
|---|
ServerOptions(StringVector model_repository_paths,
LoggingOptions logging,
MetricsOptions metrics,
BackendConfig be_config,
BytePointer server_id,
BytePointer backend_dir,
BytePointer repo_agent_dir,
boolean disable_auto_complete_config,
int model_control_mode,
int repository_poll_secs,
StringSet startup_models,
RateLimitResource rate_limit_resource,
long pinned_memory_pool_byte_size,
CUDAMemoryPoolByteSize cuda_memory_pool_byte_size,
long response_cache_byte_size,
double min_cuda_compute_capability,
boolean exit_on_error,
int exit_timeout_secs,
int buffer_manager_thread_count,
int model_load_thread_count,
ModelLoadGPULimit model_load_gpu_limit,
HostPolicy host_policy,
Trace trace) |
ServerOptions(StringVector model_repository_paths,
LoggingOptions logging,
MetricsOptions metrics,
BackendConfig be_config,
String server_id,
String backend_dir,
String repo_agent_dir,
boolean disable_auto_complete_config,
int model_control_mode,
int repository_poll_secs,
StringSet startup_models,
RateLimitResource rate_limit_resource,
long pinned_memory_pool_byte_size,
CUDAMemoryPoolByteSize cuda_memory_pool_byte_size,
long response_cache_byte_size,
double min_cuda_compute_capability,
boolean exit_on_error,
int exit_timeout_secs,
int buffer_manager_thread_count,
int model_load_thread_count,
ModelLoadGPULimit model_load_gpu_limit,
HostPolicy host_policy,
Trace trace) |
Copyright © 2024. All rights reserved.