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

    • 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

      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

      optional .mlflow.label_schemas.LabelSchemaInput input = 5 [(.mlflow.validate_required) = true];
      Returns:
      The input.
    • 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.