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 Type
    Method
    Description
    boolean
    optional bool enable_comment = 5;
    optional .mlflow.label_schemas.LabelSchemaInput input = 6;
    optional .mlflow.label_schemas.LabelSchemaInput input = 6;
    optional string instruction = 4;
    com.google.protobuf.ByteString
    optional string instruction = 4;
    optional string name = 2;
    com.google.protobuf.ByteString
    optional string name = 2;
    optional string schema_id = 1 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string schema_id = 1 [(.mlflow.validate_required) = true];
    boolean
    optional bool enable_comment = 5;
    boolean
    optional .mlflow.label_schemas.LabelSchemaInput input = 6;
    boolean
    optional string instruction = 4;
    boolean
    optional string name = 2;
    boolean
    optional string schema_id = 1 [(.mlflow.validate_required) = true];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      optional .mlflow.label_schemas.LabelSchemaInput input = 6;
      Returns:
      The input.
    • getInputOrBuilder

      optional .mlflow.label_schemas.LabelSchemaInput input = 6;