Package org.mlflow.api.proto
Interface LabelSchemas.InputTextOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LabelSchemas.InputText,LabelSchemas.InputText.Builder
- Enclosing class:
- LabelSchemas
public static interface LabelSchemas.InputTextOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongMaximum character length.booleanMaximum character length.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
-
hasMaxLength
boolean hasMaxLength()Maximum character length. Unset means no limit.
optional int64 max_length = 1;- Returns:
- Whether the maxLength field is set.
-
getMaxLength
long getMaxLength()Maximum character length. Unset means no limit.
optional int64 max_length = 1;- Returns:
- The maxLength.
-