public interface CleanupAllRequestOrBuilder
extends org.nd4j.shade.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContainer(int index)
A list of container names.
|
org.nd4j.shade.protobuf.ByteString |
getContainerBytes(int index)
A list of container names.
|
int |
getContainerCount()
A list of container names.
|
List<String> |
getContainerList()
A list of container names.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getContainerList()
A list of container names. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;int getContainerCount()
A list of container names. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;String getContainer(int index)
A list of container names. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;index - The index of the element to return.org.nd4j.shade.protobuf.ByteString getContainerBytes(int index)
A list of container names. If 'container' is not empty, releases resources in the given containers in all devices. If 'container' is empty, releases resources in the default container in all devices.
repeated string container = 1;index - The index of the value to return.Copyright © 2022. All rights reserved.