classe finale statica pubblica RemoteProfilerSessionManagerOptions.Builder
Options for remote profiler session manager. Next ID: 6
tensorflow.RemoteProfilerSessionManagerOptions
Metodi pubblici
RemoteProfilerSessionManagerOptions.Builder | addAllServiceAddresses (valori Iterable<String>) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
RemoteProfilerSessionManagerOptions.Builder | addServiceAddresses (valore stringa) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | addServiceAddressesBytes (valore com.google.protobuf.ByteString) List of servers to profile. |
OpzioniRemoteProfilerSessionManager | costruire () |
OpzioniRemoteProfilerSessionManager | buildPartial () |
RemoteProfilerSessionManagerOptions.Builder | chiaro () |
RemoteProfilerSessionManagerOptions.Builder | clearDelayMs () Start of profiling is delayed by this much (in milliseconds). |
RemoteProfilerSessionManagerOptions.Builder | clearField (campo 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 | clearServiceIndirizzi () List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | clearSessionCreationTimestampNs () Unix timestamp of when the session was started. |
RemoteProfilerSessionManagerOptions.Builder | clone () |
OpzioniRemoteProfilerSessionManager | |
lungo | getDelayMs () Start of profiling is delayed by this much (in milliseconds). |
com.google.protobuf.Descriptors.Descriptor statico finale | |
com.google.protobuf.Descriptors.Descriptor | |
lungo | getMaxSessionDurationMs () Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
Opzioni profilo | getProfilerOptions () Options for each local profiler. |
ProfileOptions.Builder | getProfilerOptionsBuilder () Options for each local profiler. |
ProfileOptionsOrBuilder | getProfilerOptionsOrBuilder () Options for each local profiler. |
Corda | getServiceAddresses (indice int) List of servers to profile. |
com.google.protobuf.ByteString | getServiceAddressesBytes (indice int) List of servers to profile. |
int | getServiceAddressesCount () List of servers to profile. |
com.google.protobuf.ProtocolStringList | getServiceAddressesList () List of servers to profile. |
lungo | getSessionCreationTimestampNs () Unix timestamp of when the session was started. |
booleano | hasProfilerOptions () Options for each local profiler. |
booleano finale | |
RemoteProfilerSessionManagerOptions.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
RemoteProfilerSessionManagerOptions.Builder | mergeFrom (com.google.protobuf.Message altro) |
RemoteProfilerSessionManagerOptions.Builder | |
finale RemoteProfilerSessionManagerOptions.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
RemoteProfilerSessionManagerOptions.Builder | setDelayMs (valore lungo) Start of profiling is delayed by this much (in milliseconds). |
RemoteProfilerSessionManagerOptions.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
RemoteProfilerSessionManagerOptions.Builder | setMaxSessionDurationMs (valore lungo) 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
RemoteProfilerSessionManagerOptions.Builder | setServiceAddresses (indice int, valore stringa) List of servers to profile. |
RemoteProfilerSessionManagerOptions.Builder | setSessionCreationTimestampNs (valore lungo) Unix timestamp of when the session was started. |
finale RemoteProfilerSessionManagerOptions.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public RemoteProfilerSessionManagerOptions.Builder addAllServiceAddresses (valori Iterable<String>)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public RemoteProfilerSessionManagerOptions.Builder addServiceAddresses (valore stringa)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
public RemoteProfilerSessionManagerOptions.Builder addServiceAddressesBytes (valore com.google.protobuf.ByteString)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
pubblico RemoteProfilerSessionManagerOptions.Builder clearDelayMs ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
pubblico RemoteProfilerSessionManagerOptions.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
pubblico 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)
pubblico RemoteProfilerSessionManagerOptions.Builder clearProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
pubblico 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;
pubblico lungo getDelayMs ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
pubblico lungo 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;
pubblico 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 (indice int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
pubblico com.google.protobuf.ByteString getServiceAddressesBytes (indice 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;
pubblico lungo getSessionCreationTimestampNs ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;
hasProfilerOptions booleano pubblico ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public final booleano isInitialized ()
public RemoteProfilerSessionManagerOptions.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
IOException |
---|
public RemoteProfilerSessionManagerOptions.Builder mergeProfilerOptions (valore ProfileOptions )
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
pubblico finale RemoteProfilerSessionManagerOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
pubblico RemoteProfilerSessionManagerOptions.Builder setDelayMs (valore lungo)
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5;
pubblico RemoteProfilerSessionManagerOptions.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
pubblico RemoteProfilerSessionManagerOptions.Builder setMaxSessionDurationMs (valore lungo)
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 (valore ProfileOptions )
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public RemoteProfilerSessionManagerOptions.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
pubblico RemoteProfilerSessionManagerOptions.Builder setServiceAddresses (indice int, valore stringa)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2;
pubblico RemoteProfilerSessionManagerOptions.Builder setSessionCreationTimestampNs (valore lungo)
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;