מחלקה סופית סטטית ציבורית 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. |
RemoteProfilerSessionManagerOptions | לבנות () |
RemoteProfilerSessionManagerOptions | 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 | clearServiceAddresses () List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | clearSessionCreationTimestampNs () Unix timestamp of when the session was started. |
RemoteProfilerSessionManagerOptions.Builder | שיבוט () |
RemoteProfilerSessionManagerOptions | |
אָרוֹך | getDelayMs () Start of profiling is delayed by this much (in milliseconds). |
final static 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. |
ProfileOptionsOrBuilder | getProfilerOptionsOrBuilder () Options for each local profiler. |
חוּט | getServiceAddresses (int index) List of servers to profile. |
com.google.protobuf.ByteString | getServiceAddressesBytes (int index) List of servers to profile. |
int | 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 אחר) |
RemoteProfilerSessionManagerOptions.Builder | |
final RemoteProfilerSessionManagerOptions.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
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, אינדקס אינט, ערך אובייקט) |
RemoteProfilerSessionManagerOptions.Builder | setServiceAddresses (int index, ערך מחרוזת) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | setSessionCreationTimestampNs (ערך ארוך) Unix timestamp of when the session was started. |
final RemoteProfilerSessionManagerOptions.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
שיטות בירושה
שיטות ציבוריות
public RemoteProfilerSessionManagerOptions.Builder addAllServiceAddresses (ערכי<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;
מחרוזת ציבורית getServiceAddresses (int index)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public com.google.protobuf.ByteString getServiceAddressesBytes (int index)
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;
ציבורי בוליאני hasProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
בוליאני הסופי הציבורי הוא אתחול ()
public RemoteProfilerSessionManagerOptions.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
public RemoteProfilerSessionManagerOptions.Builder mergeProfilerOptions (ערך ProfileOptions )
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public final RemoteProfilerSessionManagerOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
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 index, String value)
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;