public static interface SourceProto.SourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SourceProto.KafkaSourceConfig |
getKafkaSourceConfig()
.feast.core.KafkaSourceConfig kafka_source_config = 2; |
SourceProto.KafkaSourceConfigOrBuilder |
getKafkaSourceConfigOrBuilder()
.feast.core.KafkaSourceConfig kafka_source_config = 2; |
SourceProto.Source.SourceConfigCase |
getSourceConfigCase() |
SourceProto.SourceType |
getType()
The kind of data source Feast should connect to in order to retrieve FeatureRow value
|
int |
getTypeValue()
The kind of data source Feast should connect to in order to retrieve FeatureRow value
|
boolean |
hasKafkaSourceConfig()
.feast.core.KafkaSourceConfig kafka_source_config = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The kind of data source Feast should connect to in order to retrieve FeatureRow value
.feast.core.SourceType type = 1;SourceProto.SourceType getType()
The kind of data source Feast should connect to in order to retrieve FeatureRow value
.feast.core.SourceType type = 1;boolean hasKafkaSourceConfig()
.feast.core.KafkaSourceConfig kafka_source_config = 2;SourceProto.KafkaSourceConfig getKafkaSourceConfig()
.feast.core.KafkaSourceConfig kafka_source_config = 2;SourceProto.KafkaSourceConfigOrBuilder getKafkaSourceConfigOrBuilder()
.feast.core.KafkaSourceConfig kafka_source_config = 2;SourceProto.Source.SourceConfigCase getSourceConfigCase()
Copyright © 2020 Gojek. All rights reserved.