RemoteProfilerSessionManagerOptions

パブリック最終クラスRemoteProfilerSessionManagerOptions

 Options for remote profiler session manager.
 Next ID: 6
 
Protobuf 型tensorflow.RemoteProfilerSessionManagerOptions

ネストされたクラス

クラスRemoteProfilerSessionManagerOptions.Builder
 Options for remote profiler session manager. 

定数

整数DELAY_MS_FIELD_NUMBER
整数MAX_SESSION_DURATION_MS_FIELD_NUMBER
整数PROFILER_OPTIONS_FIELD_NUMBER
整数SERVICE_ADDRESSES_FIELD_NUMBER
整数SESSION_CREATION_TIMESTAMP_NS_FIELD_NUMBER

パブリックメソッド

ブール値
等しい(オブジェクトオブジェクト)
静的RemoteProfilerSessionManagerOptions
RemoteProfilerSessionManagerオプション
長さ
getDelayMs ()
 Start of profiling is delayed by this much (in milliseconds).
最終的な静的 com.google.protobuf.Descriptors.Descriptor
長さ
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.
整数
getServiceAddressesCount ()
 List of servers to profile.
com.google.protobuf.ProtocolStringList
getServiceAddressesList ()
 List of servers to profile.
長さ
getSessionCreationTimestampNs ()
 Unix timestamp of when the session was started.
最終的な com.google.protobuf.UnknownFieldSet
ブール値
hasProfilerOptions ()
 Options for each local profiler.
整数
最終ブール値
静的RemoteProfilerSessionManagerOptions.Builder
静的RemoteProfilerSessionManagerOptions.Builder
RemoteProfilerSessionManagerOptions.Builder
静的RemoteProfilerSessionManagerOptions
parseDelimitedFrom (InputStream 入力)
静的RemoteProfilerSessionManagerOptions
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的RemoteProfilerSessionManagerOptions
parseFrom (ByteBuffer データ)
静的RemoteProfilerSessionManagerOptions
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的RemoteProfilerSessionManagerOptions
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的RemoteProfilerSessionManagerOptions
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的RemoteProfilerSessionManagerOptions
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的RemoteProfilerSessionManagerOptions
parseFrom (com.google.protobuf.ByteString データ)
静的RemoteProfilerSessionManagerOptions
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的RemoteProfilerSessionManagerOptions
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
RemoteProfilerSessionManagerOptions.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数DELAY_MS_FIELD_NUMBER

定数値: 5

public static Final int MAX_SESSION_DURATION_MS_FIELD_NUMBER

定数値: 4

パブリック静的最終整数PROFILER_OPTIONS_FIELD_NUMBER

定数値: 1

public static Final int SERVICE_ADDRESSES_FIELD_NUMBER

定数値: 2

パブリック静的最終整数SESSION_CREATION_TIMESTAMP_NS_FIELD_NUMBER

定数値: 3

パブリックメソッド

public booleanに等しい(オブジェクト obj)

public static RemoteProfilerSessionManagerOptions getDefaultInstance ()

public RemoteProfilerSessionManagerOptions getDefaultInstanceForType ()

public long getDelayMs ()

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

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public long 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;

公共getParserForType ()

public ProfileOptions getProfilerOptions ()

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

public ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()

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

public int getSerializedSize ()

public String getServiceAddresses (int インデックス)

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

public com.google.protobuf.ByteString getServiceAddressesBytes (int インデックス)

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

public int getServiceAddressesCount ()

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

public com.google.protobuf.ProtocolStringList getServiceAddressesList ()

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

public long getSessionCreationTimestampNs ()

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

public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasProfilerOptions ()

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

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static RemoteProfilerSessionManagerOptions.Builder newBuilder ()

public RemoteProfilerSessionManagerOptions.Builder newBuilderForType ()

public static RemoteProfilerSessionManagerOptions parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static RemoteProfilerSessionManagerOptions parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static RemoteProfilerSessionManagerOptions parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static RemoteProfilerSessionManagerOptions parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static RemoteProfilerSessionManagerOptions parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static RemoteProfilerSessionManagerOptions parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static RemoteProfilerSessionManagerOptions parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static RemoteProfilerSessionManagerOptions parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static RemoteProfilerSessionManagerOptions parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static RemoteProfilerSessionManagerOptions parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外