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(FeatureView featureView,
Integer trainingDatasetVersion,
String name,
Object value) |
void |
add(FeatureView featureView,
String name,
Object value) |
void |
add(TrainingDataset trainingDataset,
String name,
Object value) |
void |
deleteTag(FeatureGroupBase featureGroup,
String name) |
void |
deleteTag(FeatureView featureView,
Integer trainingDatasetVersion,
String name) |
void |
deleteTag(FeatureView featureView,
String name) |
void |
deleteTag(TrainingDataset trainingDataset,
String name) |
Map<String,Object> |
get(FeatureGroupBase featureGroupBase) |
Object |
get(FeatureGroupBase featureGroupBase,
String name) |
Map<String,Object> |
get(FeatureView featureView) |
Map<String,Object> |
get(FeatureView featureView,
Integer trainingDatasetVersion) |
Object |
get(FeatureView featureView,
Integer trainingDatasetVersion,
String name) |
Object |
get(FeatureView featureView,
String name) |
Map<String,Object> |
get(TrainingDataset trainingDataset) |
Object |
get(TrainingDataset trainingDataset,
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
FeatureStoreExceptionIOExceptionpublic void add(TrainingDataset trainingDataset, String name, Object value) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic void add(FeatureView featureView, String name, Object value) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic void add(FeatureView featureView, Integer trainingDatasetVersion, String name, Object value) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic Map<String,Object> get(FeatureView featureView) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic Map<String,Object> get(FeatureView featureView, Integer trainingDatasetVersion) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic Object get(FeatureView featureView, String name) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic Object get(FeatureView featureView, Integer trainingDatasetVersion, String name) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic Object get(FeatureGroupBase featureGroupBase, String name) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic Object get(TrainingDataset trainingDataset, String name) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic Map<String,Object> get(FeatureGroupBase featureGroupBase) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic Map<String,Object> get(TrainingDataset trainingDataset) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic Object parseTagValue(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Object value) throws IOException
IOExceptionpublic void deleteTag(FeatureView featureView, String name) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic void deleteTag(FeatureView featureView, Integer trainingDatasetVersion, String name) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic void deleteTag(FeatureGroupBase featureGroup, String name) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionpublic void deleteTag(TrainingDataset trainingDataset, String name) throws FeatureStoreException, IOException
FeatureStoreExceptionIOExceptionCopyright © 2023. All rights reserved.