public static interface ServingAPIProto.DatasetSource.FileSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServingAPIProto.DataFormat |
getDataFormat()
Format of the data.
|
int |
getDataFormatValue()
Format of the data.
|
String |
getFileUris(int index)
URIs to retrieve the dataset from, e.g.
|
com.google.protobuf.ByteString |
getFileUrisBytes(int index)
URIs to retrieve the dataset from, e.g.
|
int |
getFileUrisCount()
URIs to retrieve the dataset from, e.g.
|
List<String> |
getFileUrisList()
URIs to retrieve the dataset from, e.g.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getFileUrisList()
URIs to retrieve the dataset from, e.g. gs://bucket/directory/object.csv. Wildcards are supported. This data must be compatible to be uploaded to the serving store, and also be accessible by this serving instance.
repeated string file_uris = 1;int getFileUrisCount()
URIs to retrieve the dataset from, e.g. gs://bucket/directory/object.csv. Wildcards are supported. This data must be compatible to be uploaded to the serving store, and also be accessible by this serving instance.
repeated string file_uris = 1;String getFileUris(int index)
URIs to retrieve the dataset from, e.g. gs://bucket/directory/object.csv. Wildcards are supported. This data must be compatible to be uploaded to the serving store, and also be accessible by this serving instance.
repeated string file_uris = 1;index - The index of the element to return.com.google.protobuf.ByteString getFileUrisBytes(int index)
URIs to retrieve the dataset from, e.g. gs://bucket/directory/object.csv. Wildcards are supported. This data must be compatible to be uploaded to the serving store, and also be accessible by this serving instance.
repeated string file_uris = 1;index - The index of the value to return.int getDataFormatValue()
Format of the data. Currently only avro is supported.
.feast.serving.DataFormat data_format = 2;ServingAPIProto.DataFormat getDataFormat()
Format of the data. Currently only avro is supported.
.feast.serving.DataFormat data_format = 2;Copyright © 2020 Gojek. All rights reserved.