Package org.mlflow.api.proto
Class LabelSchemas
java.lang.Object
org.mlflow.api.proto.LabelSchemas
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classRequest to create a new label schema.static interfacestatic final classRequest to delete a label schema.static interfacestatic final classRequest to get a label schema by ID.static final classRequest to get a label schema by (experiment_id, name).static interfacestatic interfacestatic final classCategorical (single- or multi-select) input.static interfacestatic final classNumeric input bounded by min_value / max_value.static interfacestatic final classPass/Fail input rendered as a thumbs-up / thumbs-down toggle.static interfacestatic final classFree-form text input.static interfacestatic final classFull label schema entity.static final classDiscriminated input wrapper.static interfacestatic interfacestatic enumType of label schema.static final classRequest to list label schemas for an experiment, paginated.static interfacestatic final classRequest to sparse-update an existing label schema.static interface -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptorstatic voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry) static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-