Interface LabelSchemas.LabelSchemaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LabelSchemas.LabelSchema, LabelSchemas.LabelSchema.Builder
Enclosing class:
LabelSchemas

public static interface LabelSchemas.LabelSchemaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Creation timestamp in milliseconds since epoch.
    User who created the schema (OSS-native).
    com.google.protobuf.ByteString
    User who created the schema (OSS-native).
    boolean
    UI hint: whether the widget renders a free-form comment input.
    Parent experiment ID.
    com.google.protobuf.ByteString
    Parent experiment ID.
    optional .mlflow.label_schemas.LabelSchemaInput input = 8;
    optional .mlflow.label_schemas.LabelSchemaInput input = 8;
    Optional supplementary guidance, <=1000 chars.
    com.google.protobuf.ByteString
    Optional supplementary guidance, <=1000 chars.
    boolean
    Whether this is the experiment's protected default question: server-seeded, undeletable, and uneditable.
    long
    Last update timestamp in milliseconds since epoch.
    Schema name (1-256 chars; unique within experiment).
    com.google.protobuf.ByteString
    Schema name (1-256 chars; unique within experiment).
    Server-generated identifier.
    com.google.protobuf.ByteString
    Server-generated identifier.
    optional .mlflow.label_schemas.LabelSchemaType type = 4;
    boolean
    Creation timestamp in milliseconds since epoch.
    boolean
    User who created the schema (OSS-native).
    boolean
    UI hint: whether the widget renders a free-form comment input.
    boolean
    Parent experiment ID.
    boolean
    optional .mlflow.label_schemas.LabelSchemaInput input = 8;
    boolean
    Optional supplementary guidance, <=1000 chars.
    boolean
    Whether this is the experiment's protected default question: server-seeded, undeletable, and uneditable.
    boolean
    Last update timestamp in milliseconds since epoch.
    boolean
    Schema name (1-256 chars; unique within experiment).
    boolean
    Server-generated identifier.
    boolean
    optional .mlflow.label_schemas.LabelSchemaType type = 4;

    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()
       Server-generated identifier.
       
      optional string schema_id = 1;
      Returns:
      Whether the schemaId field is set.
    • getSchemaId

      String getSchemaId()
       Server-generated identifier.
       
      optional string schema_id = 1;
      Returns:
      The schemaId.
    • getSchemaIdBytes

      com.google.protobuf.ByteString getSchemaIdBytes()
       Server-generated identifier.
       
      optional string schema_id = 1;
      Returns:
      The bytes for schemaId.
    • hasExperimentId

      boolean hasExperimentId()
       Parent experiment ID.
       
      optional string experiment_id = 2;
      Returns:
      Whether the experimentId field is set.
    • getExperimentId

      String getExperimentId()
       Parent experiment ID.
       
      optional string experiment_id = 2;
      Returns:
      The experimentId.
    • getExperimentIdBytes

      com.google.protobuf.ByteString getExperimentIdBytes()
       Parent experiment ID.
       
      optional string experiment_id = 2;
      Returns:
      The bytes for experimentId.
    • hasName

      boolean hasName()
       Schema name (1-256 chars; unique within experiment). Free text shown
       to reviewers as the label prompt and used as the assessment key.
       
      optional string name = 3;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Schema name (1-256 chars; unique within experiment). Free text shown
       to reviewers as the label prompt and used as the assessment key.
       
      optional string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Schema name (1-256 chars; unique within experiment). Free text shown
       to reviewers as the label prompt and used as the assessment key.
       
      optional string name = 3;
      Returns:
      The bytes for name.
    • hasType

      boolean hasType()
      optional .mlflow.label_schemas.LabelSchemaType type = 4;
      Returns:
      Whether the type field is set.
    • getType

      optional .mlflow.label_schemas.LabelSchemaType type = 4;
      Returns:
      The type.
    • hasInstruction

      boolean hasInstruction()
       Optional supplementary guidance, <=1000 chars.
       
      optional string instruction = 6;
      Returns:
      Whether the instruction field is set.
    • getInstruction

      String getInstruction()
       Optional supplementary guidance, <=1000 chars.
       
      optional string instruction = 6;
      Returns:
      The instruction.
    • getInstructionBytes

      com.google.protobuf.ByteString getInstructionBytes()
       Optional supplementary guidance, <=1000 chars.
       
      optional string instruction = 6;
      Returns:
      The bytes for instruction.
    • hasEnableComment

      boolean hasEnableComment()
       UI hint: whether the widget renders a free-form comment input.
       
      optional bool enable_comment = 7;
      Returns:
      Whether the enableComment field is set.
    • getEnableComment

      boolean getEnableComment()
       UI hint: whether the widget renders a free-form comment input.
       
      optional bool enable_comment = 7;
      Returns:
      The enableComment.
    • hasInput

      boolean hasInput()
      optional .mlflow.label_schemas.LabelSchemaInput input = 8;
      Returns:
      Whether the input field is set.
    • getInput

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

      optional .mlflow.label_schemas.LabelSchemaInput input = 8;
    • hasCreatedBy

      boolean hasCreatedBy()
       User who created the schema (OSS-native).
       
      optional string created_by = 9;
      Returns:
      Whether the createdBy field is set.
    • getCreatedBy

      String getCreatedBy()
       User who created the schema (OSS-native).
       
      optional string created_by = 9;
      Returns:
      The createdBy.
    • getCreatedByBytes

      com.google.protobuf.ByteString getCreatedByBytes()
       User who created the schema (OSS-native).
       
      optional string created_by = 9;
      Returns:
      The bytes for createdBy.
    • hasCreatedAt

      boolean hasCreatedAt()
       Creation timestamp in milliseconds since epoch.
       
      optional int64 created_at = 10;
      Returns:
      Whether the createdAt field is set.
    • getCreatedAt

      long getCreatedAt()
       Creation timestamp in milliseconds since epoch.
       
      optional int64 created_at = 10;
      Returns:
      The createdAt.
    • hasLastUpdatedAt

      boolean hasLastUpdatedAt()
       Last update timestamp in milliseconds since epoch.
       
      optional int64 last_updated_at = 11;
      Returns:
      Whether the lastUpdatedAt field is set.
    • getLastUpdatedAt

      long getLastUpdatedAt()
       Last update timestamp in milliseconds since epoch.
       
      optional int64 last_updated_at = 11;
      Returns:
      The lastUpdatedAt.
    • hasIsDefault

      boolean hasIsDefault()
       Whether this is the experiment's protected default question: server-seeded,
       undeletable, and uneditable. Read-only to clients.
       
      optional bool is_default = 12;
      Returns:
      Whether the isDefault field is set.
    • getIsDefault

      boolean getIsDefault()
       Whether this is the experiment's protected default question: server-seeded,
       undeletable, and uneditable. Read-only to clients.
       
      optional bool is_default = 12;
      Returns:
      The isDefault.