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 Iterable<String>)
 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 com.google.protobuf.ByteString)
 List of servers to profile.
Opciones de RemoteProfilerSessionManager
Opciones de RemoteProfilerSessionManager
RemoteProfilerSessionManagerOptions.Builder
claro ()
RemoteProfilerSessionManagerOptions.Builder
borrarDelayMs ()
 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 uno de)
RemoteProfilerSessionManagerOptions.Builder
borrarProfilerOptions ()
 Options for each local profiler.
RemoteProfilerSessionManagerOptions.Builder
borrar direcciones de servicio ()
 List of servers to profile.
RemoteProfilerSessionManagerOptions.Builder
clearSessionCreationTimestampNs ()
 Unix timestamp of when the session was started.
RemoteProfilerSessionManagerOptions.Builder
clonar ()
Opciones de RemoteProfilerSessionManager
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.
Opciones de perfil.Constructor
getProfilerOptionsBuilder ()
 Options for each local profiler.
Opciones de perfil o constructor
getProfilerOptionsOrBuilder ()
 Options for each local profiler.
Cadena
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
tieneProfilerOptions ()
 Options for each local profiler.
booleano final
RemoteProfilerSessionManagerOptions.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
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 desconocidoFields)
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 ( ProfilOptions.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 desconocidoFields)

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

public RemoteProfilerSessionManagerOptions.Builder addServiceAddresses (valor de cadena)

 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;

compilación pública RemoteProfilerSessionManagerOptions ()

public RemoteProfilerSessionManagerOptions buildPartial ()

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 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 ()

público largo 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 ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

público largo 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;

Opciones de perfil públicas getProfilerOptions ()

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

público ProfileOptions.Builder getProfilerOptionsBuilder ()

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

público ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()

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

cadena 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 largo 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 ()

público RemoteProfilerSessionManagerOptions.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

público RemoteProfilerSessionManagerOptions.Builder mergeFrom (com.google.protobuf.Message otro)

público RemoteProfilerSessionManagerOptions.Builder mergeProfilerOptions (valor ProfileOptions )

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

público final RemoteProfilerSessionManagerOptions.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público RemoteProfilerSessionManagerOptions.Builder setDelayMs (valor largo)

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

público RemoteProfilerSessionManagerOptions.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público 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;

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;

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

público RemoteProfilerSessionManagerOptions.Builder setServiceAddresses (índice int, valor de cadena)

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

público 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 desconocidoFields)