public class CodeApi extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CODE_PATH |
static String |
ENTITY_ID_PATH |
static String |
ENTITY_ROOT_PATH |
Constructor and Description |
---|
CodeApi(@NonNull EntityEndpointType entityType) |
Modifier and Type | Method and Description |
---|---|
void |
post(FeatureGroupBase featureGroup,
Code code,
String entityId,
Code.RunType type,
String browserHostName) |
void |
post(TrainingDatasetBase trainingDatasetBase,
Code code,
String entityId,
Code.RunType type,
String browserHostName) |
public static final String ENTITY_ROOT_PATH
public static final String ENTITY_ID_PATH
public static final String CODE_PATH
public CodeApi(@NonNull @NonNull EntityEndpointType entityType)
public void post(FeatureGroupBase featureGroup, Code code, String entityId, Code.RunType type, String browserHostName) throws FeatureStoreException, IOException
FeatureStoreException
IOException
public void post(TrainingDatasetBase trainingDatasetBase, Code code, String entityId, Code.RunType type, String browserHostName) throws FeatureStoreException, IOException
FeatureStoreException
IOException
Copyright © 2023. All rights reserved.