Package com.google.cloud.aiplatform.v1
Interface ModelVersionCheckpointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ModelVersionCheckpoint,ModelVersionCheckpoint.Builder
@Generated
public interface ModelVersionCheckpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCheckpointId
String getCheckpointId()The ID of the checkpoint.
string checkpoint_id = 1;- Returns:
- The checkpointId.
-
getCheckpointIdBytes
com.google.protobuf.ByteString getCheckpointIdBytes()The ID of the checkpoint.
string checkpoint_id = 1;- Returns:
- The bytes for checkpointId.
-
getEpoch
long getEpoch()The epoch of the checkpoint.
int64 epoch = 2;- Returns:
- The epoch.
-
getStep
long getStep()The step of the checkpoint.
int64 step = 3;- Returns:
- The step.
-