public interface TunedModelCheckpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckpointId()
The ID of the checkpoint.
|
com.google.protobuf.ByteString |
getCheckpointIdBytes()
The ID of the checkpoint.
|
String |
getEndpoint()
The Endpoint resource name that the checkpoint is deployed to.
|
com.google.protobuf.ByteString |
getEndpointBytes()
The Endpoint resource name that the checkpoint is deployed to.
|
long |
getEpoch()
The epoch of the checkpoint.
|
long |
getStep()
The step of the checkpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCheckpointId()
The ID of the checkpoint.
string checkpoint_id = 1;com.google.protobuf.ByteString getCheckpointIdBytes()
The ID of the checkpoint.
string checkpoint_id = 1;long getEpoch()
The epoch of the checkpoint.
int64 epoch = 2;long getStep()
The step of the checkpoint.
int64 step = 3;String getEndpoint()
The Endpoint resource name that the checkpoint is deployed to. Format:
`projects/{project}/locations/{location}/endpoints/{endpoint}`.
string endpoint = 4;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;Copyright © 2025 Google LLC. All rights reserved.