public static final class ModelRegistry.SearchRegisteredModels extends com.google.protobuf.GeneratedMessageV3 implements ModelRegistry.SearchRegisteredModelsOrBuilder
mlflow.SearchRegisteredModels
Modifier and Type | Class and Description |
---|---|
static class |
ModelRegistry.SearchRegisteredModels.Builder
Protobuf type
mlflow.SearchRegisteredModels |
static class |
ModelRegistry.SearchRegisteredModels.Response
Protobuf type
mlflow.SearchRegisteredModels.Response |
static interface |
ModelRegistry.SearchRegisteredModels.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.SearchRegisteredModels> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ModelRegistry.SearchRegisteredModels |
getDefaultInstance() |
ModelRegistry.SearchRegisteredModels |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFilter()
String filter condition, like "name LIKE 'my-model-name'".
|
com.google.protobuf.ByteString |
getFilterBytes()
String filter condition, like "name LIKE 'my-model-name'".
|
long |
getMaxResults()
Maximum number of models desired.
|
String |
getOrderBy(int index)
List of columns for ordering search results, which can include model name and last updated
timestamp with an optional "DESC" or "ASC" annotation, where "ASC" is the default.
|
com.google.protobuf.ByteString |
getOrderByBytes(int index)
List of columns for ordering search results, which can include model name and last updated
timestamp with an optional "DESC" or "ASC" annotation, where "ASC" is the default.
|
int |
getOrderByCount()
List of columns for ordering search results, which can include model name and last updated
timestamp with an optional "DESC" or "ASC" annotation, where "ASC" is the default.
|
com.google.protobuf.ProtocolStringList |
getOrderByList()
List of columns for ordering search results, which can include model name and last updated
timestamp with an optional "DESC" or "ASC" annotation, where "ASC" is the default.
|
String |
getPageToken()
Pagination token to go to the next page based on a previous search query.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Pagination token to go to the next page based on a previous search query.
|
com.google.protobuf.Parser<ModelRegistry.SearchRegisteredModels> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasFilter()
String filter condition, like "name LIKE 'my-model-name'".
|
int |
hashCode() |
boolean |
hasMaxResults()
Maximum number of models desired.
|
boolean |
hasPageToken()
Pagination token to go to the next page based on a previous search query.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ModelRegistry.SearchRegisteredModels.Builder |
newBuilder() |
static ModelRegistry.SearchRegisteredModels.Builder |
newBuilder(ModelRegistry.SearchRegisteredModels prototype) |
ModelRegistry.SearchRegisteredModels.Builder |
newBuilderForType() |
protected ModelRegistry.SearchRegisteredModels.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ModelRegistry.SearchRegisteredModels |
parseDelimitedFrom(InputStream input) |
static ModelRegistry.SearchRegisteredModels |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.SearchRegisteredModels |
parseFrom(byte[] data) |
static ModelRegistry.SearchRegisteredModels |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.SearchRegisteredModels |
parseFrom(ByteBuffer data) |
static ModelRegistry.SearchRegisteredModels |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.SearchRegisteredModels |
parseFrom(com.google.protobuf.ByteString data) |
static ModelRegistry.SearchRegisteredModels |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.SearchRegisteredModels |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ModelRegistry.SearchRegisteredModels |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ModelRegistry.SearchRegisteredModels |
parseFrom(InputStream input) |
static ModelRegistry.SearchRegisteredModels |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ModelRegistry.SearchRegisteredModels> |
parser() |
ModelRegistry.SearchRegisteredModels.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.SearchRegisteredModels> 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 LIKE 'my-model-name'". Interpreted in the backend automatically as "name LIKE '%my-model-name%'". Single boolean condition, with string values wrapped in single quotes.
optional string filter = 1;
hasFilter
in interface ModelRegistry.SearchRegisteredModelsOrBuilder
public String getFilter()
String filter condition, like "name LIKE 'my-model-name'". Interpreted in the backend automatically as "name LIKE '%my-model-name%'". Single boolean condition, with string values wrapped in single quotes.
optional string filter = 1;
getFilter
in interface ModelRegistry.SearchRegisteredModelsOrBuilder
public com.google.protobuf.ByteString getFilterBytes()
String filter condition, like "name LIKE 'my-model-name'". Interpreted in the backend automatically as "name LIKE '%my-model-name%'". Single boolean condition, with string values wrapped in single quotes.
optional string filter = 1;
getFilterBytes
in interface ModelRegistry.SearchRegisteredModelsOrBuilder
public boolean hasMaxResults()
Maximum number of models desired. Default is 100. Max threshold is 1000.
optional int64 max_results = 2 [default = 100];
hasMaxResults
in interface ModelRegistry.SearchRegisteredModelsOrBuilder
public long getMaxResults()
Maximum number of models desired. Default is 100. Max threshold is 1000.
optional int64 max_results = 2 [default = 100];
getMaxResults
in interface ModelRegistry.SearchRegisteredModelsOrBuilder
public com.google.protobuf.ProtocolStringList getOrderByList()
List of columns for ordering search results, which can include model name and last updated timestamp with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Tiebreaks are done by model name ASC.
repeated string order_by = 3;
getOrderByList
in interface ModelRegistry.SearchRegisteredModelsOrBuilder
public int getOrderByCount()
List of columns for ordering search results, which can include model name and last updated timestamp with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Tiebreaks are done by model name ASC.
repeated string order_by = 3;
getOrderByCount
in interface ModelRegistry.SearchRegisteredModelsOrBuilder
public String getOrderBy(int index)
List of columns for ordering search results, which can include model name and last updated timestamp with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Tiebreaks are done by model name ASC.
repeated string order_by = 3;
getOrderBy
in interface ModelRegistry.SearchRegisteredModelsOrBuilder
public com.google.protobuf.ByteString getOrderByBytes(int index)
List of columns for ordering search results, which can include model name and last updated timestamp with an optional "DESC" or "ASC" annotation, where "ASC" is the default. Tiebreaks are done by model name ASC.
repeated string order_by = 3;
getOrderByBytes
in interface ModelRegistry.SearchRegisteredModelsOrBuilder
public boolean hasPageToken()
Pagination token to go to the next page based on a previous search query.
optional string page_token = 4;
hasPageToken
in interface ModelRegistry.SearchRegisteredModelsOrBuilder
public String getPageToken()
Pagination token to go to the next page based on a previous search query.
optional string page_token = 4;
getPageToken
in interface ModelRegistry.SearchRegisteredModelsOrBuilder
public com.google.protobuf.ByteString getPageTokenBytes()
Pagination token to go to the next page based on a previous search query.
optional string page_token = 4;
getPageTokenBytes
in interface ModelRegistry.SearchRegisteredModelsOrBuilder
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.SearchRegisteredModels parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.SearchRegisteredModels parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.SearchRegisteredModels parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.SearchRegisteredModels parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.SearchRegisteredModels parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.SearchRegisteredModels parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ModelRegistry.SearchRegisteredModels parseFrom(InputStream input) throws IOException
IOException
public static ModelRegistry.SearchRegisteredModels parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ModelRegistry.SearchRegisteredModels parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ModelRegistry.SearchRegisteredModels parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ModelRegistry.SearchRegisteredModels parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ModelRegistry.SearchRegisteredModels parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ModelRegistry.SearchRegisteredModels.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ModelRegistry.SearchRegisteredModels.Builder newBuilder()
public static ModelRegistry.SearchRegisteredModels.Builder newBuilder(ModelRegistry.SearchRegisteredModels prototype)
public ModelRegistry.SearchRegisteredModels.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ModelRegistry.SearchRegisteredModels.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static ModelRegistry.SearchRegisteredModels getDefaultInstance()
public static com.google.protobuf.Parser<ModelRegistry.SearchRegisteredModels> parser()
public com.google.protobuf.Parser<ModelRegistry.SearchRegisteredModels> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ModelRegistry.SearchRegisteredModels getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2020. All rights reserved.