public static final class ModelRegistry.SearchModelVersions extends com.google.protobuf.GeneratedMessageV3 implements ModelRegistry.SearchModelVersionsOrBuilder
mlflow.SearchModelVersions
Modifier and Type | Class and Description |
---|---|
static class |
ModelRegistry.SearchModelVersions.Builder
Protobuf type
mlflow.SearchModelVersions |
static class |
ModelRegistry.SearchModelVersions.Response
Protobuf type
mlflow.SearchModelVersions.Response |
static interface |
ModelRegistry.SearchModelVersions.ResponseOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
FILTER_FIELD_NUMBER |
static int |
MAX_RESULTS_FIELD_NUMBER |
static int |
ORDER_BY_FIELD_NUMBER |
static int |
PAGE_TOKEN_FIELD_NUMBER |
static com.google.protobuf.Parser<ModelRegistry.SearchModelVersions> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ModelRegistry.SearchModelVersions |
getDefaultInstance() |
ModelRegistry.SearchModelVersions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFilter()
String filter condition, like "name='my-model-name'".
|
com.google.protobuf.ByteString |
getFilterBytes()
String filter condition, like "name='my-model-name'".
|
long |
getMaxResults()
Maximum number of models desired.
|
String |
getOrderBy(int index)
List of columns to be ordered by including model name, version, stage with an
optional "DESC" or "ASC" annotation, where "ASC" is the default.
|
com.google.protobuf.ByteString |
getOrderByBytes(int index)
List of columns to be ordered by including model name, version, stage with an
optional "DESC" or "ASC" annotation, where "ASC" is the default.
|
int |
getOrderByCount()
List of columns to be ordered by including model name, version, stage with an
optional "DESC" or "ASC" annotation, where "ASC" is the default.
|
com.google.protobuf.ProtocolStringList |
getOrderByList()
List of columns to be ordered by including model name, version, stage with an
optional "DESC" or "ASC" annotation, where "ASC" is the default.
|
String |
getPageToken()
Pagination token to go to next page based on previous search query.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Pagination token to go to next page based on previous search query.
|
com.google.protobuf.Parser<ModelRegistry.SearchModelVersions> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasFilter()
String filter condition, like "name='my-model-name'".
|
int |
hashCode() |
boolean |
hasMaxResults()
Maximum number of models desired.
|
boolean |
hasPageToken()
Pagination token to go to next page based on previous search query.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ModelRegistry.SearchModelVersions.Builder |
newBuilder() |
static ModelRegistry.SearchModelVersions.Builder |
newBuilder(ModelRegistry.SearchModelVersions prototype) |
ModelRegistry.SearchModelVersions.Builder |
newBuilderForType() |
protected ModelRegistry.SearchModelVersions.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ModelRegistry.SearchModelVersions |
parseDelimitedFrom(InputStream input) |
static ModelRegistry.SearchModelVersions |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.SearchModelVersions |
parseFrom(byte[] data) |
static ModelRegistry.SearchModelVersions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.SearchModelVersions |
parseFrom(ByteBuffer data) |
static ModelRegistry.SearchModelVersions |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.SearchModelVersions |
parseFrom(com.google.protobuf.ByteString data) |
static ModelRegistry.SearchModelVersions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.SearchModelVersions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ModelRegistry.SearchModelVersions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.SearchModelVersions |
parseFrom(InputStream input) |
static ModelRegistry.SearchModelVersions |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ModelRegistry.SearchModelVersions> |
parser() |
ModelRegistry.SearchModelVersions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int FILTER_FIELD_NUMBER
public static final int MAX_RESULTS_FIELD_NUMBER
public static final int ORDER_BY_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<ModelRegistry.SearchModelVersions> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasFilter()
String filter condition, like "name='my-model-name'". Must be a single boolean condition, with string values wrapped in single quotes.
optional string filter = 1;
hasFilter
in interface ModelRegistry.SearchModelVersionsOrBuilder
public String getFilter()
String filter condition, like "name='my-model-name'". Must be a single boolean condition, with string values wrapped in single quotes.
optional string filter = 1;
getFilter
in interface ModelRegistry.SearchModelVersionsOrBuilder
public com.google.protobuf.ByteString getFilterBytes()
String filter condition, like "name='my-model-name'". Must be a single boolean condition, with string values wrapped in single quotes.
optional string filter = 1;
getFilterBytes
in interface ModelRegistry.SearchModelVersionsOrBuilder
public boolean hasMaxResults()
Maximum number of models desired. Max threshold is 200K.
optional int64 max_results = 2 [default = 200000];
hasMaxResults
in interface ModelRegistry.SearchModelVersionsOrBuilder
public long getMaxResults()
Maximum number of models desired. Max threshold is 200K.
optional int64 max_results = 2 [default = 200000];
getMaxResults
in interface ModelRegistry.SearchModelVersionsOrBuilder
public com.google.protobuf.ProtocolStringList getOrderByList()
List of columns to be ordered by including model name, version, stage with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Tiebreaks are done by latest stage transition timestamp, followed by name ASC, followed by version DESC.
repeated string order_by = 3;
getOrderByList
in interface ModelRegistry.SearchModelVersionsOrBuilder
public int getOrderByCount()
List of columns to be ordered by including model name, version, stage with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Tiebreaks are done by latest stage transition timestamp, followed by name ASC, followed by version DESC.
repeated string order_by = 3;
getOrderByCount
in interface ModelRegistry.SearchModelVersionsOrBuilder
public String getOrderBy(int index)
List of columns to be ordered by including model name, version, stage with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Tiebreaks are done by latest stage transition timestamp, followed by name ASC, followed by version DESC.
repeated string order_by = 3;
getOrderBy
in interface ModelRegistry.SearchModelVersionsOrBuilder
public com.google.protobuf.ByteString getOrderByBytes(int index)
List of columns to be ordered by including model name, version, stage with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Tiebreaks are done by latest stage transition timestamp, followed by name ASC, followed by version DESC.
repeated string order_by = 3;
getOrderByBytes
in interface ModelRegistry.SearchModelVersionsOrBuilder
public boolean hasPageToken()
Pagination token to go to next page based on previous search query.
optional string page_token = 4;
hasPageToken
in interface ModelRegistry.SearchModelVersionsOrBuilder
public String getPageToken()
Pagination token to go to next page based on previous search query.
optional string page_token = 4;
getPageToken
in interface ModelRegistry.SearchModelVersionsOrBuilder
public com.google.protobuf.ByteString getPageTokenBytes()
Pagination token to go to next page based on previous search query.
optional string page_token = 4;
getPageTokenBytes
in interface ModelRegistry.SearchModelVersionsOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ModelRegistry.SearchModelVersions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.SearchModelVersions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.SearchModelVersions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.SearchModelVersions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.SearchModelVersions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.SearchModelVersions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.SearchModelVersions parseFrom(InputStream input) throws IOException
IOException
public static ModelRegistry.SearchModelVersions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ModelRegistry.SearchModelVersions parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ModelRegistry.SearchModelVersions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ModelRegistry.SearchModelVersions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ModelRegistry.SearchModelVersions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ModelRegistry.SearchModelVersions.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ModelRegistry.SearchModelVersions.Builder newBuilder()
public static ModelRegistry.SearchModelVersions.Builder newBuilder(ModelRegistry.SearchModelVersions prototype)
public ModelRegistry.SearchModelVersions.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ModelRegistry.SearchModelVersions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static ModelRegistry.SearchModelVersions getDefaultInstance()
public static com.google.protobuf.Parser<ModelRegistry.SearchModelVersions> parser()
public com.google.protobuf.Parser<ModelRegistry.SearchModelVersions> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ModelRegistry.SearchModelVersions getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2021. All rights reserved.