Interface DataSourceProto.DataSource.FileOptionsOrBuilder

    • 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.
      • 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.