SessionMetadata.Builder

パブリック静的最終クラスSessionMetadata.Builder

 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 型tensorflow.SessionMetadata

パブリックメソッド

セッションメタデータ.ビルダー
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
セッションメタデータ
建てる()
セッションメタデータ
セッションメタデータ.ビルダー
クリア()
セッションメタデータ.ビルダー
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
セッションメタデータ.ビルダー
クリアネーム()
string name = 1;
セッションメタデータ.ビルダー
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
セッションメタデータ.ビルダー
クリアバージョン()
 The version is optional.
セッションメタデータ.ビルダー
セッションメタデータ
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getName ()
string name = 1;
com.google.protobuf.ByteString
getNameBytes ()
string name = 1;
長さ
getバージョン()
 The version is optional.
最終ブール値
セッションメタデータ.ビルダー
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
セッションメタデータ.ビルダー
mergeFrom (com.google.protobuf.Message other)
最終的なSessionMetadata.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
セッションメタデータ.ビルダー
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
セッションメタデータ.ビルダー
setName (文字列値)
string name = 1;
セッションメタデータ.ビルダー
setNameBytes (com.google.protobuf.ByteString 値)
string name = 1;
セッションメタデータ.ビルダー
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
最終的なSessionMetadata.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
セッションメタデータ.ビルダー
setVersion (長い値)
 The version is optional.

継承されたメソッド

パブリックメソッド

public SessionMetadata.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public SessionMetadataビルド()

public SessionMetadata buildPartial ()

public SessionMetadata.Builder clear ()

public SessionMetadata.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public SessionMetadata.Builder clearName ()

string name = 1;

public SessionMetadata.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public SessionMetadata.Builder clearVersion ()

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

public SessionMetadata.Builderクローン()

public SessionMetadata getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public String getName ()

string name = 1;

public com.google.protobuf.ByteString getNameBytes ()

string name = 1;

public long getVersion ()

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

パブリック最終ブール値isInitialized ()

public SessionMetadata.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public SessionMetadata.Builder mergeFrom (com.google.protobuf.Message other)

public Final SessionMetadata.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public SessionMetadata.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public SessionMetadata.Builder setName (文字列値)

string name = 1;

public SessionMetadata.Builder setNameBytes (com.google.protobuf.ByteString 値)

string name = 1;

public SessionMetadata.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public Final SessionMetadata.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public SessionMetadata.Builder setVersion (長い値)

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