XSpace.Builder

public static final class XSpace.Builder

 A container of parallel XPlanes, generated by one or more profiling sources.
 Next ID: 5
 
tensorflow.profiler.XSpace tipo tensorflow.profiler.XSpace

Métodos Públicos

XSpace.Builder
addAllErrors (valores Iterable <String>)
 Errors (if any) in the generation of planes.
XSpace.Builder
addAllHostnames (valores Iterable <String>)
 List of hostnames that XPlanes are generated from.
XSpace.Builder
addAllPlanes (valores Iterable <? extends XPlane >)
repeated .tensorflow.profiler.XPlane planes = 1;
XSpace.Builder
addAllWarnings (valores Iterable <String>)
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;
XSpace.Builder
addErrors (valor String)
 Errors (if any) in the generation of planes.
XSpace.Builder
addErrorsBytes (com.google.protobuf.ByteString value)
 Errors (if any) in the generation of planes.
XSpace.Builder
addHostnames (valor String)
 List of hostnames that XPlanes are generated from.
XSpace.Builder
addHostnamesBytes (valor com.google.protobuf.ByteString)
 List of hostnames that XPlanes are generated from.
XSpace.Builder
addPlanes ( XPlane.Builder builderForValue)
repeated .tensorflow.profiler.XPlane planes = 1;
XSpace.Builder
addPlanes (índice int, valor XPlane )
repeated .tensorflow.profiler.XPlane planes = 1;
XSpace.Builder
addPlanes (índice interno , XPlane.Builder builderForValue)
repeated .tensorflow.profiler.XPlane planes = 1;
XSpace.Builder
addPlanes (valor XPlane )
repeated .tensorflow.profiler.XPlane planes = 1;
XPlane.Builder
addPlanesBuilder ()
repeated .tensorflow.profiler.XPlane planes = 1;
XPlane.Builder
addPlanesBuilder (índice interno )
repeated .tensorflow.profiler.XPlane planes = 1;
XSpace.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
XSpace.Builder
addWarnings (valor String)
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;
XSpace.Builder
addWarningsBytes (com.google.protobuf.ByteString value)
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;
XSpace
build ()
XSpace
XSpace.Builder
limpar ()
XSpace.Builder
clearErrors ()
 Errors (if any) in the generation of planes.
XSpace.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
XSpace.Builder
clearHostnames ()
 List of hostnames that XPlanes are generated from.
XSpace.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
XSpace.Builder
clearPlanes ()
repeated .tensorflow.profiler.XPlane planes = 1;
XSpace.Builder
clearWarnings ()
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;
XSpace.Builder
clone ()
XSpace
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Fragmento
getErrors (int index)
 Errors (if any) in the generation of planes.
com.google.protobuf.ByteString
getErrorsBytes (int index)
 Errors (if any) in the generation of planes.
int
getErrorsCount ()
 Errors (if any) in the generation of planes.
com.google.protobuf.ProtocolStringList
getErrorsList ()
 Errors (if any) in the generation of planes.
Fragmento
getHostnames (índice interno )
 List of hostnames that XPlanes are generated from.
com.google.protobuf.ByteString
getHostnamesBytes (int index)
 List of hostnames that XPlanes are generated from.
int
getHostnamesCount ()
 List of hostnames that XPlanes are generated from.
com.google.protobuf.ProtocolStringList
getHostnamesList ()
 List of hostnames that XPlanes are generated from.
XPlane
getPlanes (índice interno )
repeated .tensorflow.profiler.XPlane planes = 1;
XPlane.Builder
getPlanesBuilder (índice interno )
repeated .tensorflow.profiler.XPlane planes = 1;
Listar < XPlane.Builder >
getPlanesBuilderList ()
repeated .tensorflow.profiler.XPlane planes = 1;
int
getPlanesCount ()
repeated .tensorflow.profiler.XPlane planes = 1;
Lista < XPlane >
getPlanesList ()
repeated .tensorflow.profiler.XPlane planes = 1;
XPlaneOrBuilder
getPlanesOrBuilder (índice interno )
repeated .tensorflow.profiler.XPlane planes = 1;
Lista <? estende XPlaneOrBuilder >
getPlanesOrBuilderList ()
repeated .tensorflow.profiler.XPlane planes = 1;
Fragmento
getWarnings (int index)
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;
com.google.protobuf.ByteString
getWarningsBytes (int index)
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;
int
getWarningsCount ()
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;
com.google.protobuf.ProtocolStringList
getWarningsList ()
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;
final booleano
XSpace.Builder
mergeFrom (com.google.protobuf.Message other)
XSpace.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
final XSpace.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
XSpace.Builder
removePlanes (índice interno )
repeated .tensorflow.profiler.XPlane planes = 1;
XSpace.Builder
setErrors (int index, String value)
 Errors (if any) in the generation of planes.
XSpace.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
XSpace.Builder
setHostnames (índice int, valor String)
 List of hostnames that XPlanes are generated from.
XSpace.Builder
setPlanes (índice interno , XPlane.Builder builderForValue)
repeated .tensorflow.profiler.XPlane planes = 1;
XSpace.Builder
setPlanes (índice int, valor XPlane )
repeated .tensorflow.profiler.XPlane planes = 1;
XSpace.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
final XSpace.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
XSpace.Builder
setWarnings (índice int, valor String)
 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

Métodos herdados

Métodos Públicos

public XSpace.Builder addAllErrors (valores Iterable <String>)

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public XSpace.Builder addAllHostnames (Iterable <String> values)

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

public XSpace.Builder addAllPlanes (valores Iterable <? extends XPlane >)

repeated .tensorflow.profiler.XPlane planes = 1;

public XSpace.Builder addAllWarnings (valores Iterable <String>)

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

public XSpace.Builder addErrors (String value)

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public XSpace.Builder addErrorsBytes (com.google.protobuf.ByteString value)

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public XSpace.Builder addHostnames (String value)

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

public XSpace.Builder addHostnamesBytes (com.google.protobuf.ByteString value)

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

public XSpace.Builder addPlanes ( XPlane.Builder builderForValue)

repeated .tensorflow.profiler.XPlane planes = 1;

public XSpace.Builder addPlanes (índice int, valor XPlane )

repeated .tensorflow.profiler.XPlane planes = 1;

public XSpace.Builder addPlanes (int index, XPlane.Builder builderForValue)

repeated .tensorflow.profiler.XPlane planes = 1;

public XSpace.Builder addPlanes (valor XPlane )

repeated .tensorflow.profiler.XPlane planes = 1;

public XPlane.Builder addPlanesBuilder ()

repeated .tensorflow.profiler.XPlane planes = 1;

public XPlane.Builder addPlanesBuilder (índice interno )

repeated .tensorflow.profiler.XPlane planes = 1;

public XSpace.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public XSpace.Builder addWarnings (String value)

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

public XSpace.Builder addWarningsBytes (com.google.protobuf.ByteString value)

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

construção XSpace pública ()

public XSpace buildPartial ()

public XSpace.Builder clear ()

public XSpace.Builder clearErrors ()

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public XSpace.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public XSpace.Builder clearHostnames ()

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

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

public XSpace.Builder clearPlanes ()

repeated .tensorflow.profiler.XPlane planes = 1;

public XSpace.Builder clearWarnings ()

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

clone public XSpace.Builder ()

public XSpace getDefaultInstanceForType ()

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

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

public String getErrors (int index)

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public com.google.protobuf.ByteString getErrorsBytes (int index)

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public int getErrorsCount ()

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public com.google.protobuf.ProtocolStringList getErrorsList ()

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public String getHostnames (índice interno )

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

public com.google.protobuf.ByteString getHostnamesBytes (int index)

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

public int getHostnamesCount ()

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

public com.google.protobuf.ProtocolStringList getHostnamesList ()

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

public XPlane getPlanes (índice interno )

repeated .tensorflow.profiler.XPlane planes = 1;

public XPlane.Builder getPlanesBuilder (índice interno )

repeated .tensorflow.profiler.XPlane planes = 1;

public List < XPlane.Builder > getPlanesBuilderList ()

repeated .tensorflow.profiler.XPlane planes = 1;

public int getPlanesCount ()

repeated .tensorflow.profiler.XPlane planes = 1;

public List < XPlane > getPlanesList ()

repeated .tensorflow.profiler.XPlane planes = 1;

public XPlaneOrBuilder getPlanesOrBuilder (índice interno )

repeated .tensorflow.profiler.XPlane planes = 1;

Lista pública <? estende XPlaneOrBuilder > getPlanesOrBuilderList ()

repeated .tensorflow.profiler.XPlane planes = 1;

public String getWarnings (int index)

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

public com.google.protobuf.ByteString getWarningsBytes (int index)

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

public int getWarningsCount ()

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

public com.google.protobuf.ProtocolStringList getWarningsList ()

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;

public final boolean isInitialized ()

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

public XSpace.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public final XSpace.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public XSpace.Builder removePlanes (índice interno )

repeated .tensorflow.profiler.XPlane planes = 1;

public XSpace.Builder setErrors (int index, String value)

 Errors (if any) in the generation of planes.
 
repeated string errors = 2;

public XSpace.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public XSpace.Builder setHostnames (int index, String value)

 List of hostnames that XPlanes are generated from.
 
repeated string hostnames = 4;

public XSpace.Builder setPlanes (int index, XPlane.Builder builderForValue)

repeated .tensorflow.profiler.XPlane planes = 1;

public XSpace.Builder setPlanes (índice int, valor XPlane )

repeated .tensorflow.profiler.XPlane planes = 1;

public XSpace.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public final XSpace.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public XSpace.Builder setWarnings (int index, String value)

 Warnings (if any) in the generation of planes;
 
repeated string warnings = 3;