Package feast.proto.core
Interface DataSourceProto.DataSource.FileOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataSourceProto.DataSource.FileOptions,DataSourceProto.DataSource.FileOptions.Builder
- Enclosing class:
- DataSourceProto.DataSource
public static interface DataSourceProto.DataSource.FileOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataFormatProto.FileFormatgetFileFormat().feast.core.FileFormat file_format = 1;DataFormatProto.FileFormatOrBuildergetFileFormatOrBuilder().feast.core.FileFormat file_format = 1;StringgetS3EndpointOverride()override AWS S3 storage endpoint with custom S3 endpointcom.google.protobuf.ByteStringgetS3EndpointOverrideBytes()override AWS S3 storage endpoint with custom S3 endpointStringgetUri()Target URL of file to retrieve and source features from.com.google.protobuf.ByteStringgetUriBytes()Target URL of file to retrieve and source features from.booleanhasFileFormat().feast.core.FileFormat file_format = 1;-
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.
-
getFileFormat
DataFormatProto.FileFormat getFileFormat()
.feast.core.FileFormat file_format = 1;- Returns:
- The fileFormat.
-
getFileFormatOrBuilder
DataFormatProto.FileFormatOrBuilder getFileFormatOrBuilder()
.feast.core.FileFormat file_format = 1;
-
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.
-
-