Package org.mlflow.api.proto
Interface Service.GetScorerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GetScorer,Service.GetScorer.Builder
- Enclosing class:
- Service
public static interface Service.GetScorerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExperimentId
boolean hasExperimentId()The experiment ID.
optional string experiment_id = 1;- Returns:
- Whether the experimentId field is set.
-
getExperimentId
String getExperimentId()The experiment ID.
optional string experiment_id = 1;- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()The experiment ID.
optional string experiment_id = 1;- Returns:
- The bytes for experimentId.
-
hasName
boolean hasName()The scorer name.
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()The scorer name.
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The scorer name.
optional string name = 2;- Returns:
- The bytes for name.
-
hasVersion
boolean hasVersion()The scorer version. If not specified, returns the scorer with maximum version.
optional int32 version = 3;- Returns:
- Whether the version field is set.
-
getVersion
int getVersion()The scorer version. If not specified, returns the scorer with maximum version.
optional int32 version = 3;- Returns:
- The version.
-