Interface CoreServiceProto.ApplyFeatureTableRequestOrBuilder

    • Method Detail

      • getProject

        String getProject()
         Optional. Name of the Project to apply the Feature Table to.
         If unspecified, will apply FeatureTable to the default project.
         
        string project = 1;
        Returns:
        The project.
      • getProjectBytes

        com.google.protobuf.ByteString getProjectBytes()
         Optional. Name of the Project to apply the Feature Table to.
         If unspecified, will apply FeatureTable to the default project.
         
        string project = 1;
        Returns:
        The bytes for project.
      • hasTableSpec

        boolean hasTableSpec()
         Feature Table specification to apply
         
        .feast.core.FeatureTableSpec table_spec = 2;
        Returns:
        Whether the tableSpec field is set.
      • getTableSpec

        FeatureTableProto.FeatureTableSpec getTableSpec()
         Feature Table specification to apply
         
        .feast.core.FeatureTableSpec table_spec = 2;
        Returns:
        The tableSpec.