RemoteProfilerSessionManagerOptions

public final class RemoteProfilerSessionManagerOptions

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

Nested Classes

class RemoteProfilerSessionManagerOptions.Builder
 Options for remote profiler session manager. 

Constants

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

Public Methods

boolean
equals(Object obj)
static RemoteProfilerSessionManagerOptions
RemoteProfilerSessionManagerOptions
long
getDelayMs()
 Start of profiling is delayed by this much (in milliseconds).
final static com.google.protobuf.Descriptors.Descriptor
long
getMaxSessionDurationMs()
 Maximum time (in milliseconds) a profiling session manager waits for all
 profilers to finish after issuing gRPC request.
ProfileOptions
getProfilerOptions()
 Options for each local profiler.
ProfileOptionsOrBuilder
getProfilerOptionsOrBuilder()
 Options for each local profiler.
int
String
getServiceAddresses(int index)
 List of servers to profile.
com.google.protobuf.ByteString
getServiceAddressesBytes(int index)
 List of servers to profile.
int
getServiceAddressesCount()
 List of servers to profile.
com.google.protobuf.ProtocolStringList
getServiceAddressesList()
 List of servers to profile.
long
getSessionCreationTimestampNs()
 Unix timestamp of when the session was started.
final com.google.protobuf.UnknownFieldSet
boolean
hasProfilerOptions()
 Options for each local profiler.
int
final boolean
static RemoteProfilerSessionManagerOptions.Builder
static RemoteProfilerSessionManagerOptions.Builder
RemoteProfilerSessionManagerOptions.Builder
static RemoteProfilerSessionManagerOptions
parseDelimitedFrom(InputStream input)
static RemoteProfilerSessionManagerOptions
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteProfilerSessionManagerOptions
parseFrom(ByteBuffer data)
static RemoteProfilerSessionManagerOptions
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteProfilerSessionManagerOptions
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteProfilerSessionManagerOptions
parseFrom(com.google.protobuf.CodedInputStream input)
static RemoteProfilerSessionManagerOptions
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteProfilerSessionManagerOptions
parseFrom(com.google.protobuf.ByteString data)
static RemoteProfilerSessionManagerOptions
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RemoteProfilerSessionManagerOptions
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
RemoteProfilerSessionManagerOptions.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int DELAY_MS_FIELD_NUMBER

Constant Value: 5

public static final int MAX_SESSION_DURATION_MS_FIELD_NUMBER

Constant Value: 4

public static final int PROFILER_OPTIONS_FIELD_NUMBER

Constant Value: 1

public static final int SERVICE_ADDRESSES_FIELD_NUMBER

Constant Value: 2

public static final int SESSION_CREATION_TIMESTAMP_NS_FIELD_NUMBER

Constant Value: 3

Public Methods

public boolean equals (Object obj)

public static RemoteProfilerSessionManagerOptions getDefaultInstance ()

public RemoteProfilerSessionManagerOptions getDefaultInstanceForType ()

public long getDelayMs ()

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

public static 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;

public 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 index)

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

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

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

public RemoteProfilerSessionManagerOptions.Builder newBuilderForType ()

public static RemoteProfilerSessionManagerOptions parseDelimitedFrom (InputStream input)

Throws
IOException

public static RemoteProfilerSessionManagerOptions parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static RemoteProfilerSessionManagerOptions parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static RemoteProfilerSessionManagerOptions parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static RemoteProfilerSessionManagerOptions parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static RemoteProfilerSessionManagerOptions parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static RemoteProfilerSessionManagerOptions parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static RemoteProfilerSessionManagerOptions parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static RemoteProfilerSessionManagerOptions parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static RemoteProfilerSessionManagerOptions parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException