Package org.mlflow.api.proto
Interface LabelSchemas.CreateLabelSchemaOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LabelSchemas.CreateLabelSchema,LabelSchemas.CreateLabelSchema.Builder
- Enclosing class:
- LabelSchemas
public static interface LabelSchemas.CreateLabelSchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanoptional bool enable_comment = 7;optional string experiment_id = 1 [(.mlflow.validate_required) = true];com.google.protobuf.ByteStringoptional string experiment_id = 1 [(.mlflow.validate_required) = true];getInput()optional .mlflow.label_schemas.LabelSchemaInput input = 5 [(.mlflow.validate_required) = true];optional .mlflow.label_schemas.LabelSchemaInput input = 5 [(.mlflow.validate_required) = true];optional string instruction = 6;com.google.protobuf.ByteStringoptional string instruction = 6;getName()optional string name = 2 [(.mlflow.validate_required) = true];com.google.protobuf.ByteStringoptional string name = 2 [(.mlflow.validate_required) = true];getType()optional .mlflow.label_schemas.LabelSchemaType type = 3 [(.mlflow.validate_required) = true];booleanoptional bool enable_comment = 7;booleanoptional string experiment_id = 1 [(.mlflow.validate_required) = true];booleanhasInput()optional .mlflow.label_schemas.LabelSchemaInput input = 5 [(.mlflow.validate_required) = true];booleanoptional string instruction = 6;booleanhasName()optional string name = 2 [(.mlflow.validate_required) = true];booleanhasType()optional .mlflow.label_schemas.LabelSchemaType type = 3 [(.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.
-
hasType
boolean hasType()optional .mlflow.label_schemas.LabelSchemaType type = 3 [(.mlflow.validate_required) = true];- Returns:
- Whether the type field is set.
-
getType
LabelSchemas.LabelSchemaType getType()optional .mlflow.label_schemas.LabelSchemaType type = 3 [(.mlflow.validate_required) = true];- Returns:
- The type.
-
hasInput
boolean hasInput()optional .mlflow.label_schemas.LabelSchemaInput input = 5 [(.mlflow.validate_required) = true];- Returns:
- Whether the input field is set.
-
getInput
LabelSchemas.LabelSchemaInput getInput()optional .mlflow.label_schemas.LabelSchemaInput input = 5 [(.mlflow.validate_required) = true];- Returns:
- The input.
-
getInputOrBuilder
LabelSchemas.LabelSchemaInputOrBuilder getInputOrBuilder()optional .mlflow.label_schemas.LabelSchemaInput input = 5 [(.mlflow.validate_required) = true]; -
hasInstruction
boolean hasInstruction()optional string instruction = 6;- Returns:
- Whether the instruction field is set.
-
getInstruction
String getInstruction()optional string instruction = 6;- Returns:
- The instruction.
-
getInstructionBytes
com.google.protobuf.ByteString getInstructionBytes()optional string instruction = 6;- Returns:
- The bytes for instruction.
-
hasEnableComment
boolean hasEnableComment()optional bool enable_comment = 7;- Returns:
- Whether the enableComment field is set.
-
getEnableComment
boolean getEnableComment()optional bool enable_comment = 7;- Returns:
- The enableComment.
-