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;
| 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;
| 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.v1beta1.TrainingPipeline training_pipelines = 1;
| Name | Description |
| index | int |
| Type | Description |
| TrainingPipeline |
getTrainingPipelinesCount()
public abstract int getTrainingPipelinesCount()List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
| Type | Description |
| int |
getTrainingPipelinesList()
public abstract List<TrainingPipeline> getTrainingPipelinesList()List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
| Type | Description |
| List<TrainingPipeline> |
getTrainingPipelinesOrBuilder(int index)
public abstract TrainingPipelineOrBuilder getTrainingPipelinesOrBuilder(int index)List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
| Name | Description |
| index | int |
| Type | Description |
| TrainingPipelineOrBuilder |
getTrainingPipelinesOrBuilderList()
public abstract List<? extends TrainingPipelineOrBuilder> getTrainingPipelinesOrBuilderList()List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1beta1.TrainingPipeline training_pipelines = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1beta1.TrainingPipelineOrBuilder> |