public interface ModelVersionCheckpointOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCheckpointId()
public abstract String getCheckpointId()
The ID of the checkpoint.
string checkpoint_id = 1;
Returns | |
---|---|
Type | Description |
String |
The checkpointId. |
getCheckpointIdBytes()
public abstract ByteString getCheckpointIdBytes()
The ID of the checkpoint.
string checkpoint_id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for checkpointId. |
getEpoch()
public abstract long getEpoch()
The epoch of the checkpoint.
int64 epoch = 2;
Returns | |
---|---|
Type | Description |
long |
The epoch. |
getStep()
public abstract long getStep()
The step of the checkpoint.
int64 step = 3;
Returns | |
---|---|
Type | Description |
long |
The step. |