Package org.mlflow.api.proto
Interface LabelSchemas.GetLabelSchemaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LabelSchemas.GetLabelSchema,LabelSchemas.GetLabelSchema.Builder
- Enclosing class:
- LabelSchemas
public static interface LabelSchemas.GetLabelSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string schema_id = 1 [(.mlflow.validate_required) = true];com.google.protobuf.ByteStringoptional string schema_id = 1 [(.mlflow.validate_required) = true];booleanoptional string schema_id = 1 [(.mlflow.validate_required) = true];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
-
hasSchemaId
boolean hasSchemaId()optional string schema_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the schemaId field is set.
-
getSchemaId
String getSchemaId()optional string schema_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The schemaId.
-
getSchemaIdBytes
com.google.protobuf.ByteString getSchemaIdBytes()optional string schema_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for schemaId.
-