RemoteProfilerSessionManagerOptionsOrBuilder

อินเทอร์เฟซสาธารณะ RemoteProfilerSessionManagerOptionsOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก

วิธีการสาธารณะ

ยาวเป็นนามธรรม
getDelayMs ()
 Start of profiling is delayed by this much (in milliseconds).
ยาวเป็นนามธรรม
getMaxSessionDurationMs ()
 Maximum time (in milliseconds) a profiling session manager waits for all
 profilers to finish after issuing gRPC request.
ตัวเลือกโปรไฟล์ นามธรรม
getProfilerOptions ()
 Options for each local profiler.
บทคัดย่อ ProfileOptionsOrBuilder
getProfilerOptionsOrBuilder ()
 Options for each local profiler.
สตริงที่เป็นนามธรรม
getServiceAddresses (ดัชนี int)
 List of servers to profile.
นามธรรม com.google.protobuf.ByteString
getServiceAddressesBytes (ดัชนี int)
 List of servers to profile.
บทคัดย่อ
getServiceAddressesCount ()
 List of servers to profile.
รายการนามธรรม <สตริง>
ยาวเป็นนามธรรม
getSessionCreationTimestampNs ()
 Unix timestamp of when the session was started.
บูลีนนามธรรม
hasProfilerOptions ()
 Options for each local profiler.

วิธีการสาธารณะ

สาธารณะนามธรรมยาว getDelayMs ()

 Start of profiling is delayed by this much (in milliseconds).
 
uint64 delay_ms = 5;

นามธรรมสาธารณะ getMaxSessionDurationMs ยาว ()

 Maximum time (in milliseconds) a profiling session manager waits for all
 profilers to finish after issuing gRPC request. If value is 0, session
 continues until interrupted. Otherwise, value must be greater than
 profiler_options.duration_ms.
 
uint64 max_session_duration_ms = 4;

บทคัดย่อสาธารณะ ProfileOptions getProfilerOptions ()

 Options for each local profiler.
 
.tensorflow.ProfileOptions profiler_options = 1;

บทคัดย่อสาธารณะ ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()

 Options for each local profiler.
 
.tensorflow.ProfileOptions profiler_options = 1;

สตริงนามธรรมสาธารณะ getServiceAddresses (ดัชนี int)

 List of servers to profile. Supported formats: host:port.
 
repeated string service_addresses = 2;

บทคัดย่อสาธารณะ com.google.protobuf.ByteString getServiceAddressesBytes (ดัชนี int)

 List of servers to profile. Supported formats: host:port.
 
repeated string service_addresses = 2;

บทคัดย่อสาธารณะ int getServiceAddressesCount ()

 List of servers to profile. Supported formats: host:port.
 
repeated string service_addresses = 2;

รายการนามธรรมสาธารณะ <String> getServiceAddressesList ()

 List of servers to profile. Supported formats: host:port.
 
repeated string service_addresses = 2;

นามธรรมสาธารณะ getSessionCreationTimestampNs ยาว ()

 Unix timestamp of when the session was started.
 
uint64 session_creation_timestamp_ns = 3;

บูลีนนามธรรมสาธารณะ hasProfilerOptions ()

 Options for each local profiler.
 
.tensorflow.ProfileOptions profiler_options = 1;