public static interface ServingAPIProto.DatasetSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServingAPIProto.DatasetSource.DatasetSourceCase |
getDatasetSourceCase() |
ServingAPIProto.DatasetSource.FileSource |
getFileSource()
File source to load the dataset from.
|
ServingAPIProto.DatasetSource.FileSourceOrBuilder |
getFileSourceOrBuilder()
File source to load the dataset from.
|
boolean |
hasFileSource()
File source to load the dataset from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFileSource()
File source to load the dataset from.
.feast.serving.DatasetSource.FileSource file_source = 1;ServingAPIProto.DatasetSource.FileSource getFileSource()
File source to load the dataset from.
.feast.serving.DatasetSource.FileSource file_source = 1;ServingAPIProto.DatasetSource.FileSourceOrBuilder getFileSourceOrBuilder()
File source to load the dataset from.
.feast.serving.DatasetSource.FileSource file_source = 1;ServingAPIProto.DatasetSource.DatasetSourceCase getDatasetSourceCase()
Copyright © 2020 Gojek. All rights reserved.