public interface ListTrainingPipelinesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results. Pass to ListTrainingPipelinesRequest.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 ListTrainingPipelinesRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getTrainingPipelines(int index)
public abstract TrainingPipeline getTrainingPipelines(int index)List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TrainingPipeline |
|
getTrainingPipelinesCount()
public abstract int getTrainingPipelinesCount()List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTrainingPipelinesList()
public abstract List<TrainingPipeline> getTrainingPipelinesList()List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1;
| Returns | |
|---|---|
| Type | Description |
List<TrainingPipeline> |
|
getTrainingPipelinesOrBuilder(int index)
public abstract TrainingPipelineOrBuilder getTrainingPipelinesOrBuilder(int index)List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TrainingPipelineOrBuilder |
|
getTrainingPipelinesOrBuilderList()
public abstract List<? extends TrainingPipelineOrBuilder> getTrainingPipelinesOrBuilderList()List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.TrainingPipelineOrBuilder> |
|