パブリック静的最終クラスRemoteProfilerSessionManagerOptions.Builder
Options for remote profiler session manager. Next ID: 6
tensorflow.RemoteProfilerSessionManagerOptions
パブリックメソッド
RemoteProfilerSessionManagerOptions.Builder | addAllServiceAddresses (Iterable<String> 値) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
RemoteProfilerSessionManagerOptions.Builder | addServiceAddresses (文字列値) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | addServiceAddressesBytes (com.google.protobuf.ByteString 値) List of servers to profile. |
RemoteProfilerSessionManagerオプション | 建てる() |
RemoteProfilerSessionManagerオプション | buildPartial () |
RemoteProfilerSessionManagerOptions.Builder | クリア() |
RemoteProfilerSessionManagerOptions.Builder | ClearDelayMs () Start of profiling is delayed by this much (in milliseconds). |
RemoteProfilerSessionManagerOptions.Builder | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
RemoteProfilerSessionManagerOptions.Builder | clearMaxSessionDurationMs () Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
RemoteProfilerSessionManagerOptions.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RemoteProfilerSessionManagerOptions.Builder | ClearProfilerOptions () Options for each local profiler. |
RemoteProfilerSessionManagerOptions.Builder | クリアサービスアドレス() List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | clearSessionCreationTimestampNs () Unix timestamp of when the session was started. |
RemoteProfilerSessionManagerOptions.Builder | クローン() |
RemoteProfilerSessionManagerオプション | |
長さ | getDelayMs () Start of profiling is delayed by this much (in milliseconds). |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
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. |
ProfileOptions.Builder | getProfilerOptionsBuilder () 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. |
ブール値 | hasProfilerOptions () Options for each local profiler. |
最終ブール値 | |
RemoteProfilerSessionManagerOptions.Builder | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RemoteProfilerSessionManagerOptions.Builder | mergeFrom (com.google.protobuf.Message other) |
RemoteProfilerSessionManagerOptions.Builder | |
最終的なRemoteProfilerSessionManagerOptions.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
RemoteProfilerSessionManagerOptions.Builder | setDelayMs (長い値) Start of profiling is delayed by this much (in milliseconds). |
RemoteProfilerSessionManagerOptions.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
RemoteProfilerSessionManagerOptions.Builder | setMaxSessionDurationMs (長い値) Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
RemoteProfilerSessionManagerOptions.Builder | |
RemoteProfilerSessionManagerOptions.Builder | |
RemoteProfilerSessionManagerOptions.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
RemoteProfilerSessionManagerOptions.Builder | setServiceAddresses (int インデックス、文字列値) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | setSessionCreationTimestampNs (長い値) Unix timestamp of when the session was started. |
最終的なRemoteProfilerSessionManagerOptions.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
継承されたメソッド
パブリックメソッド
public RemoteProfilerSessionManagerOptions.Builder addAllServiceAddresses (Iterable<String> 値)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public RemoteProfilerSessionManagerOptions.Builder addServiceAddresses (文字列値)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder addServiceAddressesBytes (com.google.protobuf.ByteString 値)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder clearDelayMs ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
public RemoteProfilerSessionManagerOptions.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
public RemoteProfilerSessionManagerOptions.Builder clearMaxSessionDurationMs ()
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;
public RemoteProfilerSessionManagerOptions.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public RemoteProfilerSessionManagerOptions.Builder clearProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public RemoteProfilerSessionManagerOptions.Builder clearServiceAddresses ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder clearSessionCreationTimestampNs ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;
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 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
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;
public ProfileOptions getProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public ProfileOptions.Builder getProfilerOptionsBuilder ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
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 boolean hasProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
パブリック最終ブール値isInitialized ()
public RemoteProfilerSessionManagerOptions.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public RemoteProfilerSessionManagerOptions.Builder mergeProfilerOptions ( ProfileOptions値)
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public Final RemoteProfilerSessionManagerOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public RemoteProfilerSessionManagerOptions.Builder setDelayMs (長い値)
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
public RemoteProfilerSessionManagerOptions.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public RemoteProfilerSessionManagerOptions.Builder setMaxSessionDurationMs (長い値)
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;
public RemoteProfilerSessionManagerOptions.Builder setProfilerOptions ( ProfileOptions.Builder builderForValue)
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public RemoteProfilerSessionManagerOptions.Builder setProfilerOptions ( ProfileOptions値)
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public RemoteProfilerSessionManagerOptions.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
public RemoteProfilerSessionManagerOptions.Builder setServiceAddresses (int インデックス、文字列値)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder setSessionCreationTimestampNs (長い値)
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;