Interface TransformationServiceAPIProto.TransformFeaturesRequestOrBuilder

    • 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.