dòng chảy :: phục vụ :: LoaderHarness :: Tùy chọn

#include <loader_harness.h>

Tùy chọn để cấu hình một LoaderHarness .

Bản tóm tắt

Người xây dựng và Người phá hủy

Options ()

Thuộc tính công cộng

error_callback
std::function< void(const ServableId & id , const Status &error)>
Một hàm (tùy chọn) để gọi khi chuyển sang trạng thái kError.
load_retry_interval_micros = 0
uint64
Khoảng thời gian, tính bằng micro giây, giữa mỗi lần thử lại tải có thể phục vụ.
max_num_load_retries = 0
uint32
Số lần tối đa chúng tôi thử tải lại một dịch vụ, sau lần thất bại đầu tiên, trước khi chúng tôi từ bỏ.

Thuộc tính công cộng

error_callback

std::function< void(const ServableId &id, const Status &error)> tensorflow::serving::LoaderHarness::Options::error_callback

Một hàm (tùy chọn) để gọi khi chuyển sang trạng thái kError.

load_retry_interval_micros

uint64 tensorflow::serving::LoaderHarness::Options::load_retry_interval_micros = 0

Khoảng thời gian, tính bằng micro giây, giữa mỗi lần thử lại tải có thể phục vụ.

max_num_load_retries

uint32 tensorflow::serving::LoaderHarness::Options::max_num_load_retries = 0

Số lần tối đa chúng tôi thử tải lại một dịch vụ, sau lần thất bại đầu tiên, trước khi chúng tôi từ bỏ.

Chức năng công cộng

Tùy chọn

 tensorflow::serving::LoaderHarness::Options::Options()