public static interface Service.MetricSearchExpressionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Service.MetricSearchExpression.ClauseCase |
getClauseCase() |
Service.FloatClause |
getFloat()
Float clause for comparison.
|
Service.FloatClauseOrBuilder |
getFloatOrBuilder()
Float clause for comparison.
|
String |
getKey()
:ref:`mlflowMetric` key for search.
|
com.google.protobuf.ByteString |
getKeyBytes()
:ref:`mlflowMetric` key for search.
|
boolean |
hasFloat()
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()
Float clause for comparison.
optional .mlflow.FloatClause float = 2;
Service.FloatClause getFloat()
Float clause for comparison.
optional .mlflow.FloatClause float = 2;
Service.FloatClauseOrBuilder getFloatOrBuilder()
Float clause for comparison.
optional .mlflow.FloatClause float = 2;
Service.MetricSearchExpression.ClauseCase getClauseCase()
Copyright © 2018. All rights reserved.