public static interface SavedObjectGraphOuterClass.SavedResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDevice()
A device specification indicating a required placement for the resource
creation function, e.g.
|
com.google.protobuf.ByteString |
getDeviceBytes()
A device specification indicating a required placement for the resource
creation function, e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getDevice()
A device specification indicating a required placement for the resource creation function, e.g. "CPU". An empty string allows the user to select a device.
string device = 1;
com.google.protobuf.ByteString getDeviceBytes()
A device specification indicating a required placement for the resource creation function, e.g. "CPU". An empty string allows the user to select a device.
string device = 1;
Copyright © 2015–2019. All rights reserved.