SavedResourceOrBuilder

public interface SavedResourceOrBuilder
Known Indirect Subclasses

Public Methods

abstract String
getDevice()
 A device specification indicating a required placement for the resource
 creation function, e.g.
abstract com.google.protobuf.ByteString
getDeviceBytes()
 A device specification indicating a required placement for the resource
 creation function, e.g.

Public Methods

public abstract 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;

public abstract 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;