Package com.google.cloud.aiplatform.v1
Interface ListTrainingPipelinesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListTrainingPipelinesResponse,ListTrainingPipelinesResponse.Builder
@Generated
public interface ListTrainingPipelinesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token to retrieve the next page of results.com.google.protobuf.ByteStringA token to retrieve the next page of results.getTrainingPipelines(int index) List of TrainingPipelines in the requested page.intList of TrainingPipelines in the requested page.List of TrainingPipelines in the requested page.getTrainingPipelinesOrBuilder(int index) List of TrainingPipelines in the requested page.List<? extends TrainingPipelineOrBuilder>List of TrainingPipelines in the requested page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTrainingPipelinesList
List<TrainingPipeline> getTrainingPipelinesList()List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1; -
getTrainingPipelines
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1; -
getTrainingPipelinesCount
int getTrainingPipelinesCount()List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1; -
getTrainingPipelinesOrBuilderList
List<? extends TrainingPipelineOrBuilder> getTrainingPipelinesOrBuilderList()List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1; -
getTrainingPipelinesOrBuilder
List of TrainingPipelines in the requested page.
repeated .google.cloud.aiplatform.v1.TrainingPipeline training_pipelines = 1; -
getNextPageToken
String getNextPageToken()A token to retrieve the next page of results. Pass to [ListTrainingPipelinesRequest.page_token][google.cloud.aiplatform.v1.ListTrainingPipelinesRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to [ListTrainingPipelinesRequest.page_token][google.cloud.aiplatform.v1.ListTrainingPipelinesRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-