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