public interface ListModelVersionCheckpointsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCheckpoints(int index)
public abstract ModelVersionCheckpoint getCheckpoints(int index)List of Model Version checkpoints.
repeated .google.cloud.aiplatform.v1beta1.ModelVersionCheckpoint checkpoints = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ModelVersionCheckpoint |
|
getCheckpointsCount()
public abstract int getCheckpointsCount()List of Model Version checkpoints.
repeated .google.cloud.aiplatform.v1beta1.ModelVersionCheckpoint checkpoints = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCheckpointsList()
public abstract List<ModelVersionCheckpoint> getCheckpointsList()List of Model Version checkpoints.
repeated .google.cloud.aiplatform.v1beta1.ModelVersionCheckpoint checkpoints = 1;
| Returns | |
|---|---|
| Type | Description |
List<ModelVersionCheckpoint> |
|
getCheckpointsOrBuilder(int index)
public abstract ModelVersionCheckpointOrBuilder getCheckpointsOrBuilder(int index)List of Model Version checkpoints.
repeated .google.cloud.aiplatform.v1beta1.ModelVersionCheckpoint checkpoints = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ModelVersionCheckpointOrBuilder |
|
getCheckpointsOrBuilderList()
public abstract List<? extends ModelVersionCheckpointOrBuilder> getCheckpointsOrBuilderList()List of Model Version checkpoints.
repeated .google.cloud.aiplatform.v1beta1.ModelVersionCheckpoint checkpoints = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.ModelVersionCheckpointOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results. Pass to ListModelVersionCheckpointsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to ListModelVersionCheckpointsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |