public static interface Service.MetricSearchExpressionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Service.MetricSearchExpression.ClauseCase |
getClauseCase() |
Service.DoubleClause |
getDouble()
Double clause of comparison
|
Service.DoubleClauseOrBuilder |
getDoubleOrBuilder()
Double clause of comparison
|
Service.FloatClause |
getFloat()
[Deprecated in 0.7.0, to be removed in future version]
Float clause for comparison.
|
Service.FloatClauseOrBuilder |
getFloatOrBuilder()
[Deprecated in 0.7.0, to be removed in future version]
Float clause for comparison.
|
String |
getKey()
:ref:`mlflowMetric` key for search.
|
com.google.protobuf.ByteString |
getKeyBytes()
:ref:`mlflowMetric` key for search.
|
boolean |
hasDouble()
Double clause of comparison
|
boolean |
hasFloat()
[Deprecated in 0.7.0, to be removed in future version]
Float clause for comparison.
|
boolean |
hasKey()
:ref:`mlflowMetric` key for search.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasKey()
:ref:`mlflowMetric` key for search.
optional string key = 1;
String getKey()
:ref:`mlflowMetric` key for search.
optional string key = 1;
com.google.protobuf.ByteString getKeyBytes()
:ref:`mlflowMetric` key for search.
optional string key = 1;
boolean hasFloat()
[Deprecated in 0.7.0, to be removed in future version] Float clause for comparison. Use 'double' instead.
optional .mlflow.FloatClause float = 2;
Service.FloatClause getFloat()
[Deprecated in 0.7.0, to be removed in future version] Float clause for comparison. Use 'double' instead.
optional .mlflow.FloatClause float = 2;
Service.FloatClauseOrBuilder getFloatOrBuilder()
[Deprecated in 0.7.0, to be removed in future version] Float clause for comparison. Use 'double' instead.
optional .mlflow.FloatClause float = 2;
boolean hasDouble()
Double clause of comparison
optional .mlflow.DoubleClause double = 3;
Service.DoubleClause getDouble()
Double clause of comparison
optional .mlflow.DoubleClause double = 3;
Service.DoubleClauseOrBuilder getDoubleOrBuilder()
Double clause of comparison
optional .mlflow.DoubleClause double = 3;
Service.MetricSearchExpression.ClauseCase getClauseCase()
Copyright © 2019. All rights reserved.