Uses of Class
org.mlflow.api.proto.LabelSchemas.InputCategorical.Builder
Packages that use LabelSchemas.InputCategorical.Builder
-
Uses of LabelSchemas.InputCategorical.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return LabelSchemas.InputCategorical.BuilderModifier and TypeMethodDescriptionLabelSchemas.InputCategorical.Builder.addAllOptions(Iterable<String> values) The available options.LabelSchemas.InputCategorical.Builder.addOptions(String value) The available options.LabelSchemas.InputCategorical.Builder.addOptionsBytes(com.google.protobuf.ByteString value) The available options.LabelSchemas.InputCategorical.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) LabelSchemas.InputCategorical.Builder.clear()LabelSchemas.InputCategorical.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) LabelSchemas.InputCategorical.Builder.clearMultiSelect()When true, the widget renders multi-select and the assessment value becomes a list of strings.LabelSchemas.InputCategorical.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) LabelSchemas.InputCategorical.Builder.clearOptions()The available options.LabelSchemas.InputCategorical.Builder.clone()LabelSchemas.LabelSchemaInput.Builder.getCategoricalBuilder().mlflow.label_schemas.InputCategorical categorical = 2;LabelSchemas.InputCategorical.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LabelSchemas.InputCategorical.Builder.mergeFrom(com.google.protobuf.Message other) LabelSchemas.InputCategorical.Builder.mergeFrom(LabelSchemas.InputCategorical other) LabelSchemas.InputCategorical.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) LabelSchemas.InputCategorical.newBuilder()LabelSchemas.InputCategorical.newBuilder(LabelSchemas.InputCategorical prototype) LabelSchemas.InputCategorical.newBuilderForType()protected LabelSchemas.InputCategorical.BuilderLabelSchemas.InputCategorical.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) LabelSchemas.InputCategorical.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) LabelSchemas.InputCategorical.Builder.setMultiSelect(boolean value) When true, the widget renders multi-select and the assessment value becomes a list of strings.LabelSchemas.InputCategorical.Builder.setOptions(int index, String value) The available options.LabelSchemas.InputCategorical.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) LabelSchemas.InputCategorical.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) LabelSchemas.InputCategorical.toBuilder()Methods in org.mlflow.api.proto with parameters of type LabelSchemas.InputCategorical.BuilderModifier and TypeMethodDescriptionLabelSchemas.LabelSchemaInput.Builder.setCategorical(LabelSchemas.InputCategorical.Builder builderForValue) .mlflow.label_schemas.InputCategorical categorical = 2;