Interface LabelSchemas.GetLabelSchemaOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string schema_id = 1 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string schema_id = 1 [(.mlflow.validate_required) = true];
    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.