SessionLogOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
SessionLog.SessionStatus
|
getStatus()
.tensorflow.SessionLog.SessionStatus status = 1;
|
abstract
int
|
|
Public Methods
public
abstract
String
getCheckpointPath
()
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2;
public
abstract
com.google.protobuf.ByteString
getCheckpointPathBytes
()
This checkpoint_path contains both the path and filename.
string checkpoint_path = 2;
public
abstract
String
getMsg
()
public
abstract
com.google.protobuf.ByteString
getMsgBytes
()
.tensorflow.SessionLog.SessionStatus status = 1;
public
abstract
int
getStatusValue
()
.tensorflow.SessionLog.SessionStatus status = 1;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# SessionLogOrBuilder\n\npublic interface **SessionLogOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [SessionLog](/jvm/api_docs/java/org/tensorflow/proto/util/SessionLog), [SessionLog.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/SessionLog.Builder) |---------------------------------------------------------------------------------------|----------------------------------------------------------| | [SessionLog](/jvm/api_docs/java/org/tensorflow/proto/util/SessionLog) | ``` Protocol buffer used for logging session state. ``` | | [SessionLog.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/SessionLog.Builder) | ``` Protocol buffer used for logging session state. ``` | |||\n\n### Public Methods\n\n|------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract String | [getCheckpointPath](/jvm/api_docs/java/org/tensorflow/proto/util/SessionLogOrBuilder#getCheckpointPath())() ``` This checkpoint_path contains both the path and filename. ``` |\n| abstract com.google.protobuf.ByteString | [getCheckpointPathBytes](/jvm/api_docs/java/org/tensorflow/proto/util/SessionLogOrBuilder#getCheckpointPathBytes())() ``` This checkpoint_path contains both the path and filename. ``` |\n| abstract String | [getMsg](/jvm/api_docs/java/org/tensorflow/proto/util/SessionLogOrBuilder#getMsg())() `string msg = 3;` |\n| abstract com.google.protobuf.ByteString | [getMsgBytes](/jvm/api_docs/java/org/tensorflow/proto/util/SessionLogOrBuilder#getMsgBytes())() `string msg = 3;` |\n| abstract [SessionLog.SessionStatus](/jvm/api_docs/java/org/tensorflow/proto/util/SessionLog.SessionStatus) | [getStatus](/jvm/api_docs/java/org/tensorflow/proto/util/SessionLogOrBuilder#getStatus())() `.tensorflow.SessionLog.SessionStatus status = 1;` |\n| abstract int | [getStatusValue](/jvm/api_docs/java/org/tensorflow/proto/util/SessionLogOrBuilder#getStatusValue())() `.tensorflow.SessionLog.SessionStatus status = 1;` |\n\nPublic Methods\n--------------\n\n#### public abstract String\n**getCheckpointPath**\n()\n\n\u003cbr /\u003e\n\n```\n This checkpoint_path contains both the path and filename.\n \n```\n`string checkpoint_path = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getCheckpointPathBytes**\n()\n\n\u003cbr /\u003e\n\n```\n This checkpoint_path contains both the path and filename.\n \n```\n`string checkpoint_path = 2;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getMsg**\n()\n\n`string msg = 3;` \n\n#### public abstract com.google.protobuf.ByteString\n**getMsgBytes**\n()\n\n`string msg = 3;` \n\n#### public abstract [SessionLog.SessionStatus](/jvm/api_docs/java/org/tensorflow/proto/util/SessionLog.SessionStatus)\n**getStatus**\n()\n\n`.tensorflow.SessionLog.SessionStatus status = 1;` \n\n#### public abstract int\n**getStatusValue**\n()\n\n`.tensorflow.SessionLog.SessionStatus status = 1;`"]]