Package org.mlflow.api.proto
Interface LabelSchemas.GetLabelSchemaByNameOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LabelSchemas.GetLabelSchemaByName,LabelSchemas.GetLabelSchemaByName.Builder
- Enclosing class:
- LabelSchemas
public static interface LabelSchemas.GetLabelSchemaByNameOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string experiment_id = 1 [(.mlflow.validate_required) = true];com.google.protobuf.ByteStringoptional string experiment_id = 1 [(.mlflow.validate_required) = true];getName()optional string name = 2 [(.mlflow.validate_required) = true];com.google.protobuf.ByteStringoptional string name = 2 [(.mlflow.validate_required) = true];booleanoptional string experiment_id = 1 [(.mlflow.validate_required) = true];booleanhasName()optional string name = 2 [(.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
-
hasExperimentId
boolean hasExperimentId()optional string experiment_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the experimentId field is set.
-
getExperimentId
String getExperimentId()optional string experiment_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()optional string experiment_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for experimentId.
-
hasName
boolean hasName()optional string name = 2 [(.mlflow.validate_required) = true];- Returns:
- Whether the name field is set.
-
getName
String getName()optional string name = 2 [(.mlflow.validate_required) = true];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()optional string name = 2 [(.mlflow.validate_required) = true];- Returns:
- The bytes for name.
-