public interface
XSpaceOrBuilder
Known Indirect Subclasses |
Public Methods
abstract String |
getErrors(int index)
Errors (if any) in the generation of planes. |
abstract com.google.protobuf.ByteString |
getErrorsBytes(int index)
Errors (if any) in the generation of planes. |
abstract int |
getErrorsCount()
Errors (if any) in the generation of planes. |
abstract List<String> |
getErrorsList()
Errors (if any) in the generation of planes. |
abstract String |
getHostnames(int index)
List of hostnames that XPlanes are generated from. |
abstract com.google.protobuf.ByteString |
getHostnamesBytes(int index)
List of hostnames that XPlanes are generated from. |
abstract int |
getHostnamesCount()
List of hostnames that XPlanes are generated from. |
abstract List<String> |
getHostnamesList()
List of hostnames that XPlanes are generated from. |
abstract XPlane |
getPlanes(int index)
repeated .tensorflow.profiler.XPlane planes = 1;
|
abstract int |
getPlanesCount()
repeated .tensorflow.profiler.XPlane planes = 1;
|
abstract List<XPlane> |
getPlanesList()
repeated .tensorflow.profiler.XPlane planes = 1;
|
abstract XPlaneOrBuilder |
getPlanesOrBuilder(int index)
repeated .tensorflow.profiler.XPlane planes = 1;
|
abstract List<? extends XPlaneOrBuilder> |
getPlanesOrBuilderList()
repeated .tensorflow.profiler.XPlane planes = 1;
|
abstract String |
getWarnings(int index)
Warnings (if any) in the generation of planes; repeated string warnings = 3;
|
abstract com.google.protobuf.ByteString |
getWarningsBytes(int index)
Warnings (if any) in the generation of planes; repeated string warnings = 3;
|
abstract int |
getWarningsCount()
Warnings (if any) in the generation of planes; repeated string warnings = 3;
|
abstract List<String> |
getWarningsList()
Warnings (if any) in the generation of planes; repeated string warnings = 3;
|
Public Methods
public abstract String getErrors (int index)
Errors (if any) in the generation of planes.
repeated string errors = 2;
public abstract com.google.protobuf.ByteString getErrorsBytes (int index)
Errors (if any) in the generation of planes.
repeated string errors = 2;
public abstract int getErrorsCount ()
Errors (if any) in the generation of planes.
repeated string errors = 2;
public abstract List<String> getErrorsList ()
Errors (if any) in the generation of planes.
repeated string errors = 2;
public abstract String getHostnames (int index)
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;
public abstract com.google.protobuf.ByteString getHostnamesBytes (int index)
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;
public abstract int getHostnamesCount ()
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;
public abstract List<String> getHostnamesList ()
List of hostnames that XPlanes are generated from.
repeated string hostnames = 4;
public abstract int getPlanesCount ()
repeated .tensorflow.profiler.XPlane planes = 1;
public abstract XPlaneOrBuilder getPlanesOrBuilder (int index)
repeated .tensorflow.profiler.XPlane planes = 1;
public abstract List<? extends XPlaneOrBuilder> getPlanesOrBuilderList ()
repeated .tensorflow.profiler.XPlane planes = 1;
public abstract String getWarnings (int index)
Warnings (if any) in the generation of planes;
repeated string warnings = 3;
public abstract com.google.protobuf.ByteString getWarningsBytes (int index)
Warnings (if any) in the generation of planes;
repeated string warnings = 3;
public abstract int getWarningsCount ()
Warnings (if any) in the generation of planes;
repeated string warnings = 3;
public abstract List<String> getWarningsList ()
Warnings (if any) in the generation of planes;
repeated string warnings = 3;