RemoteProfilerSessionManagerOptionsOrBuilder

পাবলিক ইন্টারফেস RemoteProfilerSessionManagerOptionsOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত দীর্ঘ
বিলম্ব পান ()
 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.
বিমূর্ত প্রোফাইল অপশনঅরবিল্ডার
getProfilerOptionsOrBuilder ()
 Options for each local profiler.
বিমূর্ত স্ট্রিং
getServiceAddresses (int সূচক)
 List of servers to profile.
বিমূর্ত com.google.protobuf.ByteString
getServiceAddressesBytes (int সূচক)
 List of servers to profile.
বিমূর্ত int
getServiceAddressesCount ()
 List of servers to profile.
বিমূর্ত তালিকা<স্ট্রিং>
getServiceAddressesList ()
 List of servers to profile.
বিমূর্ত দীর্ঘ
GetSessionCreationTimestampNs ()
 Unix timestamp of when the session was started.
বিমূর্ত বুলিয়ান
আছে প্রোফাইলের অপশন ()
 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;

সর্বজনীন বিমূর্ত প্রোফাইল অপশন getProfilerOptions ()

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

সর্বজনীন বিমূর্ত প্রোফাইল অপশনঅরবিল্ডার 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 index)

 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;