public interface ReimageNodeRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
The resource name.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The resource name.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getTensorflowVersion()
public abstract String getTensorflowVersion()
The version for reimage to create.
string tensorflow_version = 2;
Returns | |
---|---|
Type | Description |
String |
The tensorflowVersion. |
getTensorflowVersionBytes()
public abstract ByteString getTensorflowVersionBytes()
The version for reimage to create.
string tensorflow_version = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for tensorflowVersion. |