public class TagsApi extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ENTITY_ID_PATH |
static String |
ENTITY_ROOT_PATH |
static String |
FV_TAGS_PATH |
static String |
FV_TD_TAGS_PATH |
static String |
TAGS_PATH |
Constructor and Description |
---|
TagsApi(@NonNull EntityEndpointType entityType) |
Modifier and Type | Method and Description |
---|---|
void |
add(FeatureGroupBase featureGroupBase,
String name,
Object value) |
void |
add(FeatureViewBase featureViewBase,
Integer trainingDatasetVersion,
String name,
Object value) |
void |
add(FeatureViewBase featureViewBase,
String name,
Object value) |
void |
add(TrainingDatasetBase trainingDatasetBase,
String name,
Object value) |
void |
deleteTag(FeatureGroupBase featureGroup,
String name) |
void |
deleteTag(FeatureViewBase featureViewBase,
Integer trainingDatasetVersion,
String name) |
void |
deleteTag(FeatureViewBase featureViewBase,
String name) |
void |
deleteTag(TrainingDatasetBase trainingDatasetBase,
String name) |
Map<String,Object> |
get(FeatureGroupBase featureGroupBase) |
Object |
get(FeatureGroupBase featureGroupBase,
String name) |
Map<String,Object> |
get(FeatureViewBase featureViewBase) |
Map<String,Object> |
get(FeatureViewBase featureViewBase,
Integer trainingDatasetVersion) |
Object |
get(FeatureViewBase featureViewBase,
Integer trainingDatasetVersion,
String name) |
Object |
get(FeatureViewBase featureViewBase,
String name) |
Map<String,Object> |
get(TrainingDatasetBase trainingDatasetBase) |
Object |
get(TrainingDatasetBase trainingDatasetBase,
String name) |
Object |
parseTagValue(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
Object value) |
public static final String ENTITY_ROOT_PATH
public static final String ENTITY_ID_PATH
public static final String TAGS_PATH
public static final String FV_TAGS_PATH
public static final String FV_TD_TAGS_PATH
public TagsApi(@NonNull @NonNull EntityEndpointType entityType)
public void add(FeatureGroupBase featureGroupBase, String name, Object value) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public void add(TrainingDatasetBase trainingDatasetBase, String name, Object value) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public void add(FeatureViewBase featureViewBase, String name, Object value) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public void add(FeatureViewBase featureViewBase, Integer trainingDatasetVersion, String name, Object value) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public Map<String,Object> get(FeatureViewBase featureViewBase) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public Map<String,Object> get(FeatureViewBase featureViewBase, Integer trainingDatasetVersion) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public Object get(FeatureViewBase featureViewBase, String name) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public Object get(FeatureViewBase featureViewBase, Integer trainingDatasetVersion, String name) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public Object get(FeatureGroupBase featureGroupBase, String name) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public Object get(TrainingDatasetBase trainingDatasetBase, String name) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public Map<String,Object> get(FeatureGroupBase featureGroupBase) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public Map<String,Object> get(TrainingDatasetBase trainingDatasetBase) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public Object parseTagValue(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Object value) throws IOException
IOException
public void deleteTag(FeatureViewBase featureViewBase, String name) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public void deleteTag(FeatureViewBase featureViewBase, Integer trainingDatasetVersion, String name) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public void deleteTag(FeatureGroupBase featureGroup, String name) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public void deleteTag(TrainingDatasetBase trainingDatasetBase, String name) throws FeatureStoreException, IOException
FeatureStoreException
IOException
Copyright © 2025. All rights reserved.