| Package | Description |
|---|---|
| feast.core |
| Modifier and Type | Method and Description |
|---|---|
static SourceProto.SourceType |
SourceProto.SourceType.forNumber(int value) |
SourceProto.SourceType |
SourceProto.SourceOrBuilder.getType()
The kind of data source Feast should connect to in order to retrieve FeatureRow value
|
SourceProto.SourceType |
SourceProto.Source.getType()
The kind of data source Feast should connect to in order to retrieve FeatureRow value
|
SourceProto.SourceType |
SourceProto.Source.Builder.getType()
The kind of data source Feast should connect to in order to retrieve FeatureRow value
|
static SourceProto.SourceType |
SourceProto.SourceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SourceProto.SourceType |
SourceProto.SourceType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SourceProto.SourceType |
SourceProto.SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceProto.SourceType[] |
SourceProto.SourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SourceProto.SourceType> |
SourceProto.SourceType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SourceProto.Source.Builder |
SourceProto.Source.Builder.setType(SourceProto.SourceType value)
The kind of data source Feast should connect to in order to retrieve FeatureRow value
|
Copyright © 2020 Gojek. All rights reserved.