WatchdogConfig

public final class WatchdogConfig

Protobuf type tensorflow.WatchdogConfig

Nested Classes

class WatchdogConfig.Builder Protobuf type tensorflow.WatchdogConfig  

Constants

int TIMEOUT_MS_FIELD_NUMBER

Public Methods

boolean
equals(Object obj)
static WatchdogConfig
WatchdogConfig
final static com.google.protobuf.Descriptors.Descriptor
int
long
getTimeoutMs()
int64 timeout_ms = 1;
final com.google.protobuf.UnknownFieldSet
int
final boolean
static WatchdogConfig.Builder
static WatchdogConfig.Builder
WatchdogConfig.Builder
static WatchdogConfig
parseDelimitedFrom(InputStream input)
static WatchdogConfig
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WatchdogConfig
parseFrom(ByteBuffer data)
static WatchdogConfig
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WatchdogConfig
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WatchdogConfig
parseFrom(com.google.protobuf.CodedInputStream input)
static WatchdogConfig
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WatchdogConfig
parseFrom(com.google.protobuf.ByteString data)
static WatchdogConfig
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static WatchdogConfig
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
WatchdogConfig.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int TIMEOUT_MS_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public static WatchdogConfig getDefaultInstance ()

public WatchdogConfig getDefaultInstanceForType ()

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

public getParserForType ()

public int getSerializedSize ()

public long getTimeoutMs ()

int64 timeout_ms = 1;

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

public int hashCode ()

public final boolean isInitialized ()

public static WatchdogConfig.Builder newBuilder (WatchdogConfig prototype)

public static WatchdogConfig.Builder newBuilder ()

public WatchdogConfig.Builder newBuilderForType ()

public static WatchdogConfig parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static WatchdogConfig parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public WatchdogConfig.Builder toBuilder ()

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

Throws
IOException