Package com.google.cloud.aiplatform.v1
Interface TunedModelCheckpointOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TunedModelCheckpoint,TunedModelCheckpoint.Builder
@Generated
public interface TunedModelCheckpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the checkpoint.com.google.protobuf.ByteStringThe ID of the checkpoint.The Endpoint resource name that the checkpoint is deployed to.com.google.protobuf.ByteStringThe Endpoint resource name that the checkpoint is deployed to.longgetEpoch()The epoch of the checkpoint.longgetStep()The step of the checkpoint.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.
-
getEndpoint
String getEndpoint()The Endpoint resource name that the checkpoint is deployed to. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`.string endpoint = 4;- Returns:
- The endpoint.
-
getEndpointBytes
com.google.protobuf.ByteString getEndpointBytes()The Endpoint resource name that the checkpoint is deployed to. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`.string endpoint = 4;- Returns:
- The bytes for endpoint.
-