Interface DataSourceProto.DataSource.FileOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataFormatProto.FileFormat getFileFormat()
      .feast.core.FileFormat file_format = 1;
      DataFormatProto.FileFormatOrBuilder getFileFormatOrBuilder()
      .feast.core.FileFormat file_format = 1;
      String getFileUrl()
      Target URL of file to retrieve and source features from.
      com.google.protobuf.ByteString getFileUrlBytes()
      Target URL of file to retrieve and source features from.
      boolean hasFileFormat()
      .feast.core.FileFormat file_format = 1;
      • 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

      • hasFileFormat

        boolean hasFileFormat()
        .feast.core.FileFormat file_format = 1;
        Returns:
        Whether the fileFormat field is set.
      • getFileUrl

        String getFileUrl()
         Target URL of file to retrieve and source features from.
         s3://path/to/file for AWS S3 storage
         gs://path/to/file for GCP GCS storage
         file:///path/to/file for local storage
         
        string file_url = 2;
        Returns:
        The fileUrl.
      • getFileUrlBytes

        com.google.protobuf.ByteString getFileUrlBytes()
         Target URL of file to retrieve and source features from.
         s3://path/to/file for AWS S3 storage
         gs://path/to/file for GCP GCS storage
         file:///path/to/file for local storage
         
        string file_url = 2;
        Returns:
        The bytes for fileUrl.