Package feast.proto.serving
Interface TransformationServiceAPIProto.TransformFeaturesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransformationServiceAPIProto.TransformFeaturesResponse,TransformationServiceAPIProto.TransformFeaturesResponse.Builder
- Enclosing class:
- TransformationServiceAPIProto
public static interface TransformationServiceAPIProto.TransformFeaturesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransformationServiceAPIProto.ValueTypegetTransformationOutput().feast.serving.ValueType transformation_output = 3;TransformationServiceAPIProto.ValueTypeOrBuildergetTransformationOutputOrBuilder().feast.serving.ValueType transformation_output = 3;booleanhasTransformationOutput().feast.serving.ValueType transformation_output = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTransformationOutput
boolean hasTransformationOutput()
.feast.serving.ValueType transformation_output = 3;- Returns:
- Whether the transformationOutput field is set.
-
getTransformationOutput
TransformationServiceAPIProto.ValueType getTransformationOutput()
.feast.serving.ValueType transformation_output = 3;- Returns:
- The transformationOutput.
-
getTransformationOutputOrBuilder
TransformationServiceAPIProto.ValueTypeOrBuilder getTransformationOutputOrBuilder()
.feast.serving.ValueType transformation_output = 3;
-
-