RemoteProfilerSessionManagerOptions

genel son sınıf RemoteProfilerSessionManagerOptions

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

İç İçe Sınıflar

sınıf RemoteProfilerSessionManagerOptions.Builder
 Options for remote profiler session manager. 

Sabitler

int DELAY_MS_FIELD_NUMBER
int MAX_SESSION_DURATION_MS_FIELD_NUMBER
int PROFILER_OPTIONS_FIELD_NUMBER
int SERVICE_ADDRESSES_FIELD_NUMBER
int SESSION_CREATION_TIMESTAMP_NS_FIELD_NUMBER

Genel Yöntemler

boolean
eşittir (Nesne nesnesi)
statik RemoteProfilerSessionManagerOptions
RemoteProfilerSessionManagerOptions
uzun
getDelayMs ()
 Start of profiling is delayed by this much (in milliseconds).
final statik com.google.protobuf.Descriptors.Descriptor
uzun
getMaxSessionDurationMs ()
 Maximum time (in milliseconds) a profiling session manager waits for all
 profilers to finish after issuing gRPC request.
ProfilSeçenekleri
getProfilerOptions ()
 Options for each local profiler.
ProfileOptionsOrBuilder
getProfilerOptionsOrBuilder ()
 Options for each local profiler.
int
Sicim
getServiceAddresses (int dizini)
 List of servers to profile.
com.google.protobuf.ByteString
getServiceAddressesBytes (int dizini)
 List of servers to profile.
int
getServiceAddressesCount ()
 List of servers to profile.
com.google.protobuf.ProtocolStringList
getServiceAddressesList ()
 List of servers to profile.
uzun
getSessionCreationTimestampNs ()
 Unix timestamp of when the session was started.
final com.google.protobuf.UnknownFieldSet
boolean
hasProfilerOptions ()
 Options for each local profiler.
int
son boole değeri
statik RemoteProfilerSessionManagerOptions.Builder
statik RemoteProfilerSessionManagerOptions.Builder
RemoteProfilerSessionManagerOptions.Builder
statik RemoteProfilerSessionManagerOptions
parseDelimitedFrom (InputStream girişi)
statik RemoteProfilerSessionManagerOptions
parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik RemoteProfilerSessionManagerOptions
parseFrom (ByteBuffer verileri)
statik RemoteProfilerSessionManagerOptions
parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik RemoteProfilerSessionManagerOptions
parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik RemoteProfilerSessionManagerOptions
ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)
statik RemoteProfilerSessionManagerOptions
parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik RemoteProfilerSessionManagerOptions
ayrıştırmaFrom (com.google.protobuf.ByteString verileri)
statik RemoteProfilerSessionManagerOptions
parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik RemoteProfilerSessionManagerOptions
parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statik
RemoteProfilerSessionManagerOptions.Builder
geçersiz
writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Kalıtsal Yöntemler

Sabitler

genel statik final int DELAY_MS_FIELD_NUMBER

Sabit Değer: 5

genel statik final int MAX_SESSION_DURATION_MS_FIELD_NUMBER

Sabit Değer: 4

genel statik final int PROFILER_OPTIONS_FIELD_NUMBER

Sabit Değer: 1

genel statik final int SERVICE_ADDRESSES_FIELD_NUMBER

Sabit Değer: 2

genel statik final int SESSION_CREATION_TIMESTAMP_NS_FIELD_NUMBER

Sabit Değer: 3

Genel Yöntemler

genel boole eşittir (Object obj)

public static RemoteProfilerSessionManagerOptions getDefaultInstance ()

public RemoteProfilerSessionManagerOptions getDefaultInstanceForType ()

genel uzun getDelayMs ()

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

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

genel uzun 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;

halk 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 (int dizini)

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

public com.google.protobuf.ByteString getServiceAddressesBytes (int dizini)

 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;

genel uzun getSessionCreationTimestampNs ()

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

genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()

genel boolean hasProfilerOptions ()

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

genel int hashCode ()

genel final boolean isInitialized ()

genel statik RemoteProfilerSessionManagerOptions.Builder newBuilder ()

genel RemoteProfilerSessionManagerOptions.Builder newBuilderForType ()

public static RemoteProfilerSessionManagerOptions parseDelimitedFrom (InputStream girişi)

Atar
IO İstisnası

genel statik RemoteProfilerSessionManagerOptions parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik RemoteProfilerSessionManagerOptions parseFrom (ByteBuffer verileri)

Atar
Geçersiz ProtokolBufferException

genel statik RemoteProfilerSessionManagerOptions ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik RemoteProfilerSessionManagerOptions parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik RemoteProfilerSessionManagerOptions ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi)

Atar
IO İstisnası

genel statik RemoteProfilerSessionManagerOptions ayrıştırmaFrom (bayt[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik RemoteProfilerSessionManagerOptions ayrıştırmaFrom (com.google.protobuf.ByteString verileri)

Atar
Geçersiz ProtokolBufferException

genel statik RemoteProfilerSessionManagerOptions parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

genel statik RemoteProfilerSessionManagerOptions ayrıştırmaFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
Geçersiz ProtokolBufferException

genel statik ayrıştırıcı ()

genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)

Atar
IO İstisnası