Package org.mlflow.api.proto
Interface Service.SearchLoggedModels.OrderByOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.SearchLoggedModels.OrderBy,- Service.SearchLoggedModels.OrderBy.Builder
 - Enclosing class:
- Service.SearchLoggedModels
 
 public static interface Service.SearchLoggedModels.OrderByOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAscending()Whether the order is ascending or not.java.lang.StringgetDatasetDigest()If ``field_name`` refers to a metric, this field specifies the digest of the dataset associated with the metric.com.google.protobuf.ByteStringgetDatasetDigestBytes()If ``field_name`` refers to a metric, this field specifies the digest of the dataset associated with the metric.java.lang.StringgetDatasetName()If ``field_name`` refers to a metric, this field specifies the name of the dataset associated with the metric.com.google.protobuf.ByteStringgetDatasetNameBytes()If ``field_name`` refers to a metric, this field specifies the name of the dataset associated with the metric.java.lang.StringgetFieldName()Name of the field to order by, e.g.com.google.protobuf.ByteStringgetFieldNameBytes()Name of the field to order by, e.g.booleanhasAscending()Whether the order is ascending or not.booleanhasDatasetDigest()If ``field_name`` refers to a metric, this field specifies the digest of the dataset associated with the metric.booleanhasDatasetName()If ``field_name`` refers to a metric, this field specifies the name of the dataset associated with the metric.booleanhasFieldName()Name of the field to order by, e.g.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasFieldNameboolean hasFieldName() Name of the field to order by, e.g. "metrics.accuracy". optional string field_name = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the fieldName field is set.
 
 - 
getFieldNamejava.lang.String getFieldName() Name of the field to order by, e.g. "metrics.accuracy". optional string field_name = 1 [(.mlflow.validate_required) = true];- Returns:
- The fieldName.
 
 - 
getFieldNameBytescom.google.protobuf.ByteString getFieldNameBytes() Name of the field to order by, e.g. "metrics.accuracy". optional string field_name = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for fieldName.
 
 - 
hasAscendingboolean hasAscending() Whether the order is ascending or not. optional bool ascending = 2 [default = true];- Returns:
- Whether the ascending field is set.
 
 - 
getAscendingboolean getAscending() Whether the order is ascending or not. optional bool ascending = 2 [default = true];- Returns:
- The ascending.
 
 - 
hasDatasetNameboolean hasDatasetName() If ``field_name`` refers to a metric, this field specifies the name of the dataset associated with the metric. Only metrics associated with the specified dataset name will be considered for ordering. This field may only be set if ``field_name`` refers to a metric. optional string dataset_name = 3;- Returns:
- Whether the datasetName field is set.
 
 - 
getDatasetNamejava.lang.String getDatasetName() If ``field_name`` refers to a metric, this field specifies the name of the dataset associated with the metric. Only metrics associated with the specified dataset name will be considered for ordering. This field may only be set if ``field_name`` refers to a metric. optional string dataset_name = 3;- Returns:
- The datasetName.
 
 - 
getDatasetNameBytescom.google.protobuf.ByteString getDatasetNameBytes() If ``field_name`` refers to a metric, this field specifies the name of the dataset associated with the metric. Only metrics associated with the specified dataset name will be considered for ordering. This field may only be set if ``field_name`` refers to a metric. optional string dataset_name = 3;- Returns:
- The bytes for datasetName.
 
 - 
hasDatasetDigestboolean hasDatasetDigest() If ``field_name`` refers to a metric, this field specifies the digest of the dataset associated with the metric. Only metrics associated with the specified dataset name and digest will be considered for ordering. This field may only be set if ``dataset_name`` is also set. optional string dataset_digest = 4;- Returns:
- Whether the datasetDigest field is set.
 
 - 
getDatasetDigestjava.lang.String getDatasetDigest() If ``field_name`` refers to a metric, this field specifies the digest of the dataset associated with the metric. Only metrics associated with the specified dataset name and digest will be considered for ordering. This field may only be set if ``dataset_name`` is also set. optional string dataset_digest = 4;- Returns:
- The datasetDigest.
 
 - 
getDatasetDigestBytescom.google.protobuf.ByteString getDatasetDigestBytes() If ``field_name`` refers to a metric, this field specifies the digest of the dataset associated with the metric. Only metrics associated with the specified dataset name and digest will be considered for ordering. This field may only be set if ``dataset_name`` is also set. optional string dataset_digest = 4;- Returns:
- The bytes for datasetDigest.
 
 
- 
 
-