Package flyteidl.core

Interface Types.BlobTypeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Types.BlobType, Types.BlobType.Builder
    Enclosing class:
    Types

    public static interface Types.BlobTypeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Types.BlobType.BlobDimensionality getDimensionality()
      .flyteidl.core.BlobType.BlobDimensionality dimensionality = 2;
      int getDimensionalityValue()
      .flyteidl.core.BlobType.BlobDimensionality dimensionality = 2;
      String getFormat()
      Format can be a free form string understood by SDK/UI etc like csv, parquet etc
      com.google.protobuf.ByteString getFormatBytes()
      Format can be a free form string understood by SDK/UI etc like csv, parquet etc
      • 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 Detail

      • getFormat

        String getFormat()
         Format can be a free form string understood by SDK/UI etc like
         csv, parquet etc
         
        string format = 1;
        Returns:
        The format.
      • getFormatBytes

        com.google.protobuf.ByteString getFormatBytes()
         Format can be a free form string understood by SDK/UI etc like
         csv, parquet etc
         
        string format = 1;
        Returns:
        The bytes for format.
      • getDimensionalityValue

        int getDimensionalityValue()
        .flyteidl.core.BlobType.BlobDimensionality dimensionality = 2;
        Returns:
        The enum numeric value on the wire for dimensionality.
      • getDimensionality

        Types.BlobType.BlobDimensionality getDimensionality()
        .flyteidl.core.BlobType.BlobDimensionality dimensionality = 2;
        Returns:
        The dimensionality.