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.
抽象リスト<String>
getServiceAddressesList ()
 List of servers to profile.
抽象的な長い
getSessionCreationTimestampNs ()
 Unix timestamp of when the session was started.
抽象ブール値
hasProfilerOptions ()
 Options for each local profiler.

パブリックメソッド

パブリック抽象long 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;

public abstract String 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;

public abstract int getServiceAddressesCount ()

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

public abstract List<String> getServiceAddressesList ()

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

public abstract long getSessionCreationTimestampNs ()

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

public abstract boolean hasProfilerOptions ()

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