5.0.0 • Published 5 years ago
@datafire/amazonaws_sagemaker_featurestore_runtime v5.0.0
@datafire/amazonaws_sagemaker_featurestore_runtime
Client library for Amazon SageMaker Feature Store Runtime
Installation and Usage
npm install --save @datafire/amazonaws_sagemaker_featurestore_runtimelet amazonaws_sagemaker_featurestore_runtime = require('@datafire/amazonaws_sagemaker_featurestore_runtime').create({
accessKeyId: "",
secretAccessKey: "",
region: ""
});
.then(data => {
console.log(data);
});Description
Actions
PutRecord
amazonaws_sagemaker_featurestore_runtime.PutRecord({
"FeatureGroupName": "",
"Record": []
}, context)Input
- input
object- FeatureGroupName required
string - Record required
array: List of FeatureValues to be inserted. This will be a full over-write. If you only want to update few of the feature values, do the following: Use GetRecord to retrieve the latest record. Update the record returned from GetRecord. Use PutRecord to update feature values.- items FeatureValue
- FeatureGroupName required
Output
Output schema unknown
GetRecord
amazonaws_sagemaker_featurestore_runtime.GetRecord({
"FeatureGroupName": "",
"RecordIdentifierValueAsString": ""
}, context)Input
- input
object- FeatureGroupName required
string - RecordIdentifierValueAsString required
string - FeatureName
array
- FeatureGroupName required
Output
- output GetRecordResponse
DeleteRecord
amazonaws_sagemaker_featurestore_runtime.DeleteRecord({
"FeatureGroupName": "",
"RecordIdentifierValueAsString": "",
"EventTime": ""
}, context)Input
- input
object- FeatureGroupName required
string - RecordIdentifierValueAsString required
string - EventTime required
string
- FeatureGroupName required
Output
Output schema unknown
Definitions
AccessForbidden
DeleteRecordRequest
- DeleteRecordRequest
object
FeatureGroupName
- FeatureGroupName
string
FeatureName
- FeatureName
string
FeatureNames
- FeatureNames
array- items FeatureName
FeatureValue
- FeatureValue
object: The value associated with a feature.- FeatureName required
- ValueAsString required
GetRecordRequest
- GetRecordRequest
object
GetRecordResponse
- GetRecordResponse
object- Record
- items FeatureValue
- Record
InternalFailure
PutRecordRequest
- PutRecordRequest
object- Record required
- items FeatureValue
- Record required
Record
- Record
array- items FeatureValue
ResourceNotFound
ServiceUnavailable
ValidationError
ValueAsString
- ValueAsString
string
5.0.0
5 years ago