Interface TunedModelCheckpointOrBuilder (3.64.0)

public interface TunedModelCheckpointOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getEndpoint()

public abstract String getEndpoint()

The Endpoint resource name that the checkpoint is deployed to. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.

string endpoint = 4;

Returns
Type Description
String

The endpoint.

getEndpointBytes()

public abstract ByteString getEndpointBytes()

The Endpoint resource name that the checkpoint is deployed to. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.

string endpoint = 4;

Returns
Type Description
ByteString

The bytes for endpoint.

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.