Package org.mlflow.api.proto
Interface LabelSchemas.LabelSchemaInputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LabelSchemas.LabelSchemaInput,LabelSchemas.LabelSchemaInput.Builder
- Enclosing class:
- LabelSchemas
public static interface LabelSchemas.LabelSchemaInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.mlflow.label_schemas.InputCategorical categorical = 2;.mlflow.label_schemas.InputCategorical categorical = 2;.mlflow.label_schemas.InputNumeric numeric = 3;.mlflow.label_schemas.InputNumeric numeric = 3;.mlflow.label_schemas.InputPassFail pass_fail = 1;.mlflow.label_schemas.InputPassFail pass_fail = 1;getText().mlflow.label_schemas.InputText text = 5;.mlflow.label_schemas.InputText text = 5;boolean.mlflow.label_schemas.InputCategorical categorical = 2;boolean.mlflow.label_schemas.InputNumeric numeric = 3;boolean.mlflow.label_schemas.InputPassFail pass_fail = 1;booleanhasText().mlflow.label_schemas.InputText text = 5;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
-
hasPassFail
boolean hasPassFail().mlflow.label_schemas.InputPassFail pass_fail = 1;- Returns:
- Whether the passFail field is set.
-
getPassFail
LabelSchemas.InputPassFail getPassFail().mlflow.label_schemas.InputPassFail pass_fail = 1;- Returns:
- The passFail.
-
getPassFailOrBuilder
LabelSchemas.InputPassFailOrBuilder getPassFailOrBuilder().mlflow.label_schemas.InputPassFail pass_fail = 1; -
hasCategorical
boolean hasCategorical().mlflow.label_schemas.InputCategorical categorical = 2;- Returns:
- Whether the categorical field is set.
-
getCategorical
LabelSchemas.InputCategorical getCategorical().mlflow.label_schemas.InputCategorical categorical = 2;- Returns:
- The categorical.
-
getCategoricalOrBuilder
LabelSchemas.InputCategoricalOrBuilder getCategoricalOrBuilder().mlflow.label_schemas.InputCategorical categorical = 2; -
hasNumeric
boolean hasNumeric().mlflow.label_schemas.InputNumeric numeric = 3;- Returns:
- Whether the numeric field is set.
-
getNumeric
LabelSchemas.InputNumeric getNumeric().mlflow.label_schemas.InputNumeric numeric = 3;- Returns:
- The numeric.
-
getNumericOrBuilder
LabelSchemas.InputNumericOrBuilder getNumericOrBuilder().mlflow.label_schemas.InputNumeric numeric = 3; -
hasText
boolean hasText().mlflow.label_schemas.InputText text = 5;- Returns:
- Whether the text field is set.
-
getText
LabelSchemas.InputText getText().mlflow.label_schemas.InputText text = 5;- Returns:
- The text.
-
getTextOrBuilder
LabelSchemas.InputTextOrBuilder getTextOrBuilder().mlflow.label_schemas.InputText text = 5; -
getInputCase
LabelSchemas.LabelSchemaInput.InputCase getInputCase()
-