Package org.mlflow.api.proto
Interface Service.DeleteScorerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.DeleteScorer,Service.DeleteScorer.Builder
- Enclosing class:
- Service
public static interface Service.DeleteScorerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe experiment ID.com.google.protobuf.ByteStringThe experiment ID.getName()The scorer name.com.google.protobuf.ByteStringThe scorer name.intThe scorer version to delete.booleanThe experiment ID.booleanhasName()The scorer name.booleanThe scorer version to delete.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 to delete. If not specified, deletes all versions.
optional int32 version = 3;- Returns:
- Whether the version field is set.
-
getVersion
int getVersion()The scorer version to delete. If not specified, deletes all versions.
optional int32 version = 3;- Returns:
- The version.
-