Public final class RemoteProfilerSessionManagerOptions
Options for remote profiler session manager. Next ID: 6Protobuf tipo
tensorflow.RemoteProfilerSessionManagerOptions
Clases anidadas
clase | RemoteProfilerSessionManagerOptions.Builder | Options for remote profiler session manager. |
Constantes
En t | DELAY_MS_FIELD_NUMBER | |
En t | MAX_SESSION_DURATION_MS_FIELD_NUMBER | |
En t | PROFILER_OPTIONS_FIELD_NUMBER | |
En t | SERVICE_ADDRESSES_FIELD_NUMBER | |
En t | SESSION_CREATION_TIMESTAMP_NS_FIELD_NUMBER |
Métodos públicos
booleano | es igual a (Objeto obj) |
static RemoteProfilerSessionManagerOptions | |
RemoteProfilerSessionManagerOptions | |
largo | getDelayMs () Start of profiling is delayed by this much (in milliseconds). |
com.google.protobuf.Descriptors.Descriptor estático final | |
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. |
ProfileOptionsOrBuilder | getProfilerOptionsOrBuilder () Options for each local profiler. |
En t | |
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. |
final com.google.protobuf.UnknownFieldSet | |
booleano | hasProfilerOptions () Options for each local profiler. |
En t | hashCode () |
booleano final | |
static RemoteProfilerSessionManagerOptions.Builder | newBuilder (prototipo RemoteProfilerSessionManagerOptions ) |
static RemoteProfilerSessionManagerOptions.Builder | newBuilder () |
RemoteProfilerSessionManagerOptions.Builder | |
static RemoteProfilerSessionManagerOptions | parseDelimitedFrom (entrada InputStream) |
static RemoteProfilerSessionManagerOptions | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteProfilerSessionManagerOptions | parseFrom (datos ByteBuffer) |
static RemoteProfilerSessionManagerOptions | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteProfilerSessionManagerOptions | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteProfilerSessionManagerOptions | parseFrom (entrada com.google.protobuf.CodedInputStream) |
static RemoteProfilerSessionManagerOptions | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteProfilerSessionManagerOptions | parseFrom (datos com.google.protobuf.ByteString) |
static RemoteProfilerSessionManagerOptions | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemoteProfilerSessionManagerOptions | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analizador () |
RemoteProfilerSessionManagerOptions.Builder | toBuilder () |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
público estático final int DELAY_MS_FIELD_NUMBER
Valor constante: 5
público estático final int MAX_SESSION_DURATION_MS_FIELD_NUMBER
Valor constante: 4
público estático final int PROFILER_OPTIONS_FIELD_NUMBER
Valor constante: 1
public static final int SERVICE_ADDRESSES_FIELD_NUMBER
Valor constante: 2
public static final int SESSION_CREATION_TIMESTAMP_NS_FIELD_NUMBER
Valor constante: 3
Métodos públicos
public boolean es igual a (Object obj)
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 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;
público getParserForType ()
public ProfileOptions getProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public ProfileOptionsOrBuilder getProfilerOptionsOrBuilder ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public int getSerializedSize ()
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 final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public boolean hasProfilerOptions ()
Options for each local profiler.
.tensorflow.ProfileOptions profiler_options = 1;
public int hashCode ()
public final boolean isInitialized ()
public static RemoteProfilerSessionManagerOptions.Builder newBuilder (prototipo de RemoteProfilerSessionManagerOptions )
public static RemoteProfilerSessionManagerOptions parseDelimitedFrom (entrada InputStream)
Lanza
IOException |
---|
public static RemoteProfilerSessionManagerOptions parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public static RemoteProfilerSessionManagerOptions parseFrom (datos ByteBuffer)
Lanza
InvalidProtocolBufferException |
---|
public static RemoteProfilerSessionManagerOptions parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
public static RemoteProfilerSessionManagerOptions parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
public static RemoteProfilerSessionManagerOptions parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
IOException |
---|
public static RemoteProfilerSessionManagerOptions parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
RemoteProfilerSessionManagerOptions estático público parseFrom (datos de com.google.protobuf.ByteString)
Lanza
InvalidProtocolBufferException |
---|
public static RemoteProfilerSessionManagerOptions parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
RemoteProfilerSessionManagerOptions estático público parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOException |
---|