public static interface Service.SearchRuns.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Service.Run |
getRuns(int index)
Runs that match the search criteria.
|
int |
getRunsCount()
Runs that match the search criteria.
|
List<Service.Run> |
getRunsList()
Runs that match the search criteria.
|
Service.RunOrBuilder |
getRunsOrBuilder(int index)
Runs that match the search criteria.
|
List<? extends Service.RunOrBuilder> |
getRunsOrBuilderList()
Runs that match the search criteria.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Service.Run> getRunsList()
Runs that match the search criteria.
repeated .mlflow.Run runs = 1;
Service.Run getRuns(int index)
Runs that match the search criteria.
repeated .mlflow.Run runs = 1;
int getRunsCount()
Runs that match the search criteria.
repeated .mlflow.Run runs = 1;
List<? extends Service.RunOrBuilder> getRunsOrBuilderList()
Runs that match the search criteria.
repeated .mlflow.Run runs = 1;
Service.RunOrBuilder getRunsOrBuilder(int index)
Runs that match the search criteria.
repeated .mlflow.Run runs = 1;
Copyright © 2018. All rights reserved.