Package feast.proto.serving
Interface TransformationServiceAPIProto.TransformFeaturesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransformationServiceAPIProto.TransformFeaturesRequest,TransformationServiceAPIProto.TransformFeaturesRequest.Builder
- Enclosing class:
- TransformationServiceAPIProto
public static interface TransformationServiceAPIProto.TransformFeaturesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetOnDemandFeatureViewName()string on_demand_feature_view_name = 1;com.google.protobuf.ByteStringgetOnDemandFeatureViewNameBytes()string on_demand_feature_view_name = 1;StringgetProject()string project = 2;com.google.protobuf.ByteStringgetProjectBytes()string project = 2;TransformationServiceAPIProto.ValueTypegetTransformationInput().feast.serving.ValueType transformation_input = 3;TransformationServiceAPIProto.ValueTypeOrBuildergetTransformationInputOrBuilder().feast.serving.ValueType transformation_input = 3;booleanhasTransformationInput().feast.serving.ValueType transformation_input = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOnDemandFeatureViewName
String getOnDemandFeatureViewName()
string on_demand_feature_view_name = 1;- Returns:
- The onDemandFeatureViewName.
-
getOnDemandFeatureViewNameBytes
com.google.protobuf.ByteString getOnDemandFeatureViewNameBytes()
string on_demand_feature_view_name = 1;- Returns:
- The bytes for onDemandFeatureViewName.
-
getProject
String getProject()
string project = 2;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
string project = 2;- Returns:
- The bytes for project.
-
hasTransformationInput
boolean hasTransformationInput()
.feast.serving.ValueType transformation_input = 3;- Returns:
- Whether the transformationInput field is set.
-
getTransformationInput
TransformationServiceAPIProto.ValueType getTransformationInput()
.feast.serving.ValueType transformation_input = 3;- Returns:
- The transformationInput.
-
getTransformationInputOrBuilder
TransformationServiceAPIProto.ValueTypeOrBuilder getTransformationInputOrBuilder()
.feast.serving.ValueType transformation_input = 3;
-
-