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 getS3EndpointOverride()
      override AWS S3 storage endpoint with custom S3 endpoint
      com.google.protobuf.ByteString getS3EndpointOverrideBytes()
      override AWS S3 storage endpoint with custom S3 endpoint
      String getUri()
      Target URL of file to retrieve and source features from.
      com.google.protobuf.ByteString getUriBytes()
      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.
      • getUri

        String getUri()
         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 uri = 2;
        Returns:
        The uri.
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
         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 uri = 2;
        Returns:
        The bytes for uri.
      • getS3EndpointOverride

        String getS3EndpointOverride()
         override AWS S3 storage endpoint with custom S3 endpoint
         
        string s3_endpoint_override = 3;
        Returns:
        The s3EndpointOverride.
      • getS3EndpointOverrideBytes

        com.google.protobuf.ByteString getS3EndpointOverrideBytes()
         override AWS S3 storage endpoint with custom S3 endpoint
         
        string s3_endpoint_override = 3;
        Returns:
        The bytes for s3EndpointOverride.