classe final estática pública RemoteProfilerSessionManagerOptions.Builder
Options for remote profiler session manager. Next ID: 6
tensorflow.RemoteProfilerSessionManagerOptions Métodos Públicos
| RemoteProfilerSessionManagerOptions.Builder | addAllServiceAddresses (valores Iterable<String>) List of servers to profile. |
| RemoteProfilerSessionManagerOptions.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
| RemoteProfilerSessionManagerOptions.Builder | addServiceAddresses (valor de string) List of servers to profile. |
| RemoteProfilerSessionManagerOptions.Builder | addServiceAddressesBytes (valor com.google.protobuf.ByteString) List of servers to profile. |
| Opções RemoteProfilerSessionManager | construir () |
| Opções RemoteProfilerSessionManager | |
| RemoteProfilerSessionManagerOptions.Builder | claro () |
| 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 umof) |
| 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 | clonar () |
| Opções RemoteProfilerSessionManager | |
| longo | getDelayMs () Start of profiling is delayed by this much (in milliseconds). |
| final estático com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| longo | getMaxSessionDurationMs () Maximum time (in milliseconds) a profiling session manager waits for all profilers to finish after issuing gRPC request. |
| Opções de perfil | getProfilerOptions () Options for each local profiler. |
| ProfileOptions.Builder | getProfilerOptionsBuilder () Options for each local profiler. |
| ProfileOptionsOrBuilder | getProfilerOptionsOrBuilder () Options for each local profiler. |
| Corda | getServiceAddresses (índice interno) List of servers to profile. |
| com.google.protobuf.ByteString | getServiceAddressesBytes (índice interno) List of servers to profile. |
| interno | getServiceAddressesCount () List of servers to profile. |
| com.google.protobuf.ProtocolStringList | getServiceAddressesList () List of servers to profile. |
| longo | getSessionCreationTimestampNs () Unix timestamp of when the session was started. |
| booleano | hasProfilerOptions () Options for each local profiler. |
| booleano final | |
| RemoteProfilerSessionManagerOptions.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RemoteProfilerSessionManagerOptions.Builder | mergeFrom (com.google.protobuf.Message outro) |
| RemoteProfilerSessionManagerOptions.Builder | |
| final RemoteProfilerSessionManagerOptions.Builder | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
| RemoteProfilerSessionManagerOptions.Builder | setDelayMs (valor longo) Start of profiling is delayed by this much (in milliseconds). |
| RemoteProfilerSessionManagerOptions.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
| RemoteProfilerSessionManagerOptions.Builder | setMaxSessionDurationMs (valor longo) 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, índice int, valor do objeto) |
| RemoteProfilerSessionManagerOptions.Builder | setServiceAddresses (índice int, valor String) List of servers to profile. |
| RemoteProfilerSessionManagerOptions.Builder | setSessionCreationTimestampNs (valor longo) Unix timestamp of when the session was started. |
| final RemoteProfilerSessionManagerOptions.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
Métodos herdados
Métodos Públicos
public RemoteProfilerSessionManagerOptions.Builder addAllServiceAddresses (valores 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, valor do objeto)
público RemoteProfilerSessionManagerOptions.Builder addServiceAddresses (valor de string)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; público RemoteProfilerSessionManagerOptions.Builder addServiceAddressesBytes (valor com.google.protobuf.ByteString)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; público RemoteProfilerSessionManagerOptions.Builder clearDelayMs ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5; público RemoteProfilerSessionManagerOptions.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
público 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; público RemoteProfilerSessionManagerOptions.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof)
público RemoteProfilerSessionManagerOptions.Builder clearProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; público RemoteProfilerSessionManagerOptions.Builder clearServiceAddresses ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; público RemoteProfilerSessionManagerOptions.Builder clearSessionCreationTimestampNs ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3; getDelayMs longo público ()
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5; final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
público longo 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 ProfileOptionsgetProfilerOptions ( )
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; String pública getServiceAddresses (índice int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; público com.google.protobuf.ByteString getServiceAddressesBytes (índice int)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; público int getServiceAddressesCount ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; público com.google.protobuf.ProtocolStringList getServiceAddressesList ()
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; público longo getSessionCreationTimestampNs ()
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3; hasProfilerOptions booleano público ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; público final booleano isInitialized ()
public RemoteProfilerSessionManagerOptions.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
| IOException |
|---|
public RemoteProfilerSessionManagerOptions.Builder mergeProfilerOptions (valor ProfileOptions )
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; final público RemoteProfilerSessionManagerOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
público RemoteProfilerSessionManagerOptions.Builder setDelayMs (valor longo)
Start of profiling is delayed by this much (in milliseconds).
uint64 delay_ms = 5; public RemoteProfilerSessionManagerOptions.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
público RemoteProfilerSessionManagerOptions.Builder setMaxSessionDurationMs (valor longo)
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; público RemoteProfilerSessionManagerOptions.Builder setProfilerOptions ( ProfileOptions.Builder builderForValue)
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; público RemoteProfilerSessionManagerOptions.Builder setProfilerOptions (valor ProfileOptions )
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1; public RemoteProfilerSessionManagerOptions.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
público RemoteProfilerSessionManagerOptions.Builder setServiceAddresses (índice int, valor String)
List of servers to profile. Supported formats: host:port.
repeated string service_addresses = 2; público RemoteProfilerSessionManagerOptions.Builder setSessionCreationTimestampNs (valor longo)
Unix timestamp of when the session was started.
uint64 session_creation_timestamp_ns = 3;