SessionMetadata

publiczna klasa końcowa SessionMetadata

 Metadata about the session.
 This can be used by the runtime and the Ops for debugging, monitoring, etc.
 The (name, version) tuple is expected to be a unique identifier for
 sessions within the same process.
 NOTE: This is currently used and propagated only by the direct session.
 
Protobuf typu tensorflow.SessionMetadata

Klasy zagnieżdżone

klasa SessionMetadata.Builder
 Metadata about the session. 

Stałe

wew NAME_FIELD_NUMBER
wew VERSION_FIELD_NUMBER

Metody publiczne

wartość logiczna
równa się (obiekt obiektu)
statyczne metadane sesji
Metadane sesji
końcowy statyczny com.google.protobuf.Descriptors.Descriptor
Strunowy
pobierz nazwę ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
wew
końcowy com.google.protobuf.UnknownFieldSet
długi
pobierz wersję ()
 The version is optional.
wew
końcowa wartość logiczna
statyczny SessionMetadata.Builder
statyczny SessionMetadata.Builder
SessionMetadata.Builder
statyczne metadane sesji
parseDelimitedFrom (wejście strumienia wejściowego)
statyczne metadane sesji
parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne metadane sesji
parseFrom (dane ByteBuffer)
statyczne metadane sesji
parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne metadane sesji
parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne metadane sesji
parseFrom (wejście com.google.protobuf.CodedInputStream)
statyczne metadane sesji
parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
statyczne metadane sesji
parseFrom (dane com.google.protobuf.ByteString)
statyczne metadane sesji
parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczne metadane sesji
parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
statyczny
parser ()
SessionMetadata.Builder
próżnia
writeTo (wyjście com.google.protobuf.CodedOutputStream)

Metody dziedziczone

Stałe

publiczny statyczny końcowy int NAME_FIELD_NUMBER

Wartość stała: 1

publiczny statyczny końcowy int VERSION_FIELD_NUMBER

Wartość stała: 2

Metody publiczne

publiczna wartość logiczna równa się (obiekt obiektu)

publiczne statyczne SessionMetadata getDefaultInstance ()

publiczne SessionMetadata getDefaultInstanceForType ()

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

public String getName ()

string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

publiczny getParserForType ()

publiczny int getSerializedSize ()

publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()

publiczna długa wersja getVersion ()

 The version is optional. If set, needs to be >= 0.
 
int64 version = 2;

publiczny int hashCode ()

publiczna końcowa wartość logiczna isInitialized ()

publiczny statyczny SessionMetadata.Builder newBuilder (prototyp SessionMetadata )

publiczny statyczny SessionMetadata.Builder newBuilder ()

public SessionMetadata.Builder newBuilderForType ()

public static SessionMetadata parseDelimitedFrom (wejście wejściowe)

Rzuca
Wyjątek IO

public static SessionMetadata parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static SessionMetadata parseFrom (dane ByteBuffer)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny SessionMetadata parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static SessionMetadata parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczny statyczny SessionMetadata parseFrom (wejście com.google.protobuf.CodedInputStream)

Rzuca
Wyjątek IO

public static SessionMetadata parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczne statyczne SessionMetadata parseFrom (dane com.google.protobuf.ByteString)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

public static SessionMetadata parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Wyjątek IO

public static SessionMetadata parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

Rzuca
Nieprawidłowy wyjątekProtocolBufferException

publiczna statyka parser ()

public SessionMetadata.Builder toBuilder ()

public void writeTo (wyjście com.google.protobuf.CodedOutputStream)

Rzuca
Wyjątek IO