Interface Xplane.XSpaceOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
Xplane.XSpace, Xplane.XSpace.Builder
- Enclosing class:
Xplane
-
Method Summary
Modifier and TypeMethodDescriptiongetErrors(int index) Errors (if any) in the generation of planes.getErrorsBytes(int index) Errors (if any) in the generation of planes.intErrors (if any) in the generation of planes.Errors (if any) in the generation of planes.getHostnames(int index) List of hostnames that XPlanes are generated from.getHostnamesBytes(int index) List of hostnames that XPlanes are generated from.intList of hostnames that XPlanes are generated from.List of hostnames that XPlanes are generated from.getPlanes(int index) repeated .tensorflow.profiler.XPlane planes = 1;intrepeated .tensorflow.profiler.XPlane planes = 1;repeated .tensorflow.profiler.XPlane planes = 1;getPlanesOrBuilder(int index) repeated .tensorflow.profiler.XPlane planes = 1;List<? extends Xplane.XPlaneOrBuilder> repeated .tensorflow.profiler.XPlane planes = 1;getWarnings(int index) Warnings (if any) in the generation of planes;getWarningsBytes(int index) Warnings (if any) in the generation of planes;intWarnings (if any) in the generation of planes;Warnings (if any) in the generation of planes;Methods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getPlanesList
List<Xplane.XPlane> getPlanesList()repeated .tensorflow.profiler.XPlane planes = 1; -
getPlanes
repeated .tensorflow.profiler.XPlane planes = 1; -
getPlanesCount
int getPlanesCount()repeated .tensorflow.profiler.XPlane planes = 1; -
getPlanesOrBuilderList
List<? extends Xplane.XPlaneOrBuilder> getPlanesOrBuilderList()repeated .tensorflow.profiler.XPlane planes = 1; -
getPlanesOrBuilder
repeated .tensorflow.profiler.XPlane planes = 1; -
getErrorsList
-
getErrorsCount
int getErrorsCount()Errors (if any) in the generation of planes.
repeated string errors = 2;- Returns:
- The count of errors.
-
getErrors
Errors (if any) in the generation of planes.
repeated string errors = 2;- Parameters:
index- The index of the element to return.- Returns:
- The errors at the given index.
-
getErrorsBytes
Errors (if any) in the generation of planes.
repeated string errors = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the errors at the given index.
-
getWarningsList
-
getWarningsCount
int getWarningsCount()Warnings (if any) in the generation of planes;
repeated string warnings = 3;- Returns:
- The count of warnings.
-
getWarnings
Warnings (if any) in the generation of planes;
repeated string warnings = 3;- Parameters:
index- The index of the element to return.- Returns:
- The warnings at the given index.
-
getWarningsBytes
Warnings (if any) in the generation of planes;
repeated string warnings = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the warnings at the given index.
-
getHostnamesList
-
getHostnamesCount
int getHostnamesCount()List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;- Returns:
- The count of hostnames.
-
getHostnames
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;- Parameters:
index- The index of the element to return.- Returns:
- The hostnames at the given index.
-
getHostnamesBytes
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the hostnames at the given index.
-