RemoteProfilerSessionManagerOptions.Builder

clase final estática pública RemoteProfilerSessionManagerOptions.Builder

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

Métodos públicos

RemoteProfilerSessionManagerOptions.Builder
addAllServiceAddresses (valores <String> iterables )
 List of servers to profile.
RemoteProfilerSessionManagerOptions.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
RemoteProfilerSessionManagerOptions.Builder
addServiceAddresses (valor de cadena)
 List of servers to profile.
RemoteProfilerSessionManagerOptions.Builder
addServiceAddressesBytes (valor de com.google.protobuf.ByteString)
 List of servers to profile.
RemoteProfilerSessionManagerOptions
RemoteProfilerSessionManagerOptions
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 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
clonar ()
RemoteProfilerSessionManagerOptions
largo
getDelayMs ()
 Start of profiling is delayed by this much (in milliseconds).
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
largo
getMaxSessionDurationMs ()
 Maximum time (in milliseconds) a profiling session manager waits for all
 profilers to finish after issuing gRPC request.
Opciones de perfil
getProfilerOptions ()
 Options for each local profiler.
ProfileOptions.Builder
getProfilerOptionsBuilder ()
 Options for each local profiler.
ProfileOptionsOrBuilder
getProfilerOptionsOrBuilder ()
 Options for each local profiler.
Cuerda
getServiceAddresses (índice int)
 List of servers to profile.
com.google.protobuf.ByteString
getServiceAddressesBytes (índice int)
 List of servers to profile.
En t
getServiceAddressesCount ()
 List of servers to profile.
com.google.protobuf.ProtocolStringList
getServiceAddressesList ()
 List of servers to profile.
largo
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 otro)
RemoteProfilerSessionManagerOptions.Builder
mergeProfilerOptions (valor de ProfileOptions )
 Options for each local profiler.
final RemoteProfilerSessionManagerOptions.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
RemoteProfilerSessionManagerOptions.Builder
setDelayMs (valor largo)
 Start of profiling is delayed by this much (in milliseconds).
RemoteProfilerSessionManagerOptions.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
RemoteProfilerSessionManagerOptions.Builder
setMaxSessionDurationMs (valor largo)
 Maximum time (in milliseconds) a profiling session manager waits for all
 profilers to finish after issuing gRPC request.
RemoteProfilerSessionManagerOptions.Builder
setProfilerOptions ( ProfileOptions.Builder builderForValue)
 Options for each local profiler.
RemoteProfilerSessionManagerOptions.Builder
setProfilerOptions (valor de ProfileOptions )
 Options for each local profiler.
RemoteProfilerSessionManagerOptions.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
RemoteProfilerSessionManagerOptions.Builder
setServiceAddresses (índice int, valor de cadena)
 List of servers to profile.
RemoteProfilerSessionManagerOptions.Builder
setSessionCreationTimestampNs (valor largo)
 Unix timestamp of when the session was started.
final RemoteProfilerSessionManagerOptions.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

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 de objeto)

public RemoteProfilerSessionManagerOptions.Builder addServiceAddresses (valor de cadena)

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

public RemoteProfilerSessionManagerOptions.Builder addServiceAddressesBytes (valor de com.google.protobuf.ByteString)

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

public RemoteProfilerSessionManagerOptions buildPartial ()

public RemoteProfilerSessionManagerOptions.Builder clearDelayMs ()

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

public RemoteProfilerSessionManagerOptions.Builder clearField (campo 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 RemoteProfilerSessionManagerOptions getDefaultInstanceForType ()

public long getDelayMs ()

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

público estático 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 (índice int)

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

public com.google.protobuf.ByteString getServiceAddressesBytes (índice 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;

public final boolean isInitialized ()

public RemoteProfilerSessionManagerOptions.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public RemoteProfilerSessionManagerOptions.Builder mergeFrom (com.google.protobuf.Message other)

public RemoteProfilerSessionManagerOptions.Builder mergeProfilerOptions (valor de 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 (valor largo)

 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 del objeto)

public RemoteProfilerSessionManagerOptions.Builder setMaxSessionDurationMs (valor largo)

 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 (valor de ProfileOptions )

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

public RemoteProfilerSessionManagerOptions.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

public RemoteProfilerSessionManagerOptions.Builder setServiceAddresses (índice int, valor de cadena)

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

public RemoteProfilerSessionManagerOptions.Builder setSessionCreationTimestampNs (valor largo)

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

público final RemoteProfilerSessionManagerOptions.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)