public static interface ModelRegistry.GetModelVersionStages.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getStages(int index)
All registry stages for the model
|
com.google.protobuf.ByteString |
getStagesBytes(int index)
All registry stages for the model
|
int |
getStagesCount()
All registry stages for the model
|
List<String> |
getStagesList()
All registry stages for the model
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getStagesList()
All registry stages for the model
repeated string stages = 1;
int getStagesCount()
All registry stages for the model
repeated string stages = 1;
String getStages(int index)
All registry stages for the model
repeated string stages = 1;
com.google.protobuf.ByteString getStagesBytes(int index)
All registry stages for the model
repeated string stages = 1;
Copyright © 2019. All rights reserved.