WatchdogConfig

classe final pública WatchdogConfig

tensorflow.WatchdogConfig type tensorflow.WatchdogConfig

Classes aninhadas

aula WatchdogConfig.Builder tensorflow.WatchdogConfig type tensorflow.WatchdogConfig

Constantes

int TIMEOUT_MS_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
WatchdogConfig estático
WatchdogConfig
final static com.google.protobuf.Descriptors.Descriptor
int
longo
getTimeoutMs ()
int64 timeout_ms = 1;
final com.google.protobuf.UnknownFieldSet
int
final booleano
estático WatchdogConfig.Builder
newBuilder (protótipo WatchdogConfig )
estático WatchdogConfig.Builder
WatchdogConfig.Builder
WatchdogConfig estático
parseDelimitedFrom (input InputStream)
WatchdogConfig estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
WatchdogConfig estático
parseFrom (dados ByteBuffer)
WatchdogConfig estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
WatchdogConfig estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
WatchdogConfig estático
parseFrom (com.google.protobuf.CodedInputStream input)
WatchdogConfig estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
WatchdogConfig estático
parseFrom (com.google.protobuf.ByteString data)
WatchdogConfig estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
WatchdogConfig estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
WatchdogConfig.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int TIMEOUT_MS_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static WatchdogConfig getDefaultInstance ()

public WatchdogConfig getDefaultInstanceForType ()

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

público 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 (protótipo WatchdogConfig )

public static WatchdogConfig.Builder newBuilder ()

public WatchdogConfig.Builder newBuilderForType ()

public static WatchdogConfig parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static WatchdogConfig parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public WatchdogConfig.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException