5.0.0 • Published 5 years ago

@datafire/amazonaws_sagemaker_featurestore_runtime v5.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/amazonaws_sagemaker_featurestore_runtime

Client library for Amazon SageMaker Feature Store Runtime

Installation and Usage

npm install --save @datafire/amazonaws_sagemaker_featurestore_runtime
let 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.

Output

Output schema unknown

GetRecord

amazonaws_sagemaker_featurestore_runtime.GetRecord({
  "FeatureGroupName": "",
  "RecordIdentifierValueAsString": ""
}, context)

Input

  • input object
    • FeatureGroupName required string
    • RecordIdentifierValueAsString required string
    • FeatureName array

Output

DeleteRecord

amazonaws_sagemaker_featurestore_runtime.DeleteRecord({
  "FeatureGroupName": "",
  "RecordIdentifierValueAsString": "",
  "EventTime": ""
}, context)

Input

  • input object
    • FeatureGroupName required string
    • RecordIdentifierValueAsString required string
    • EventTime required string

Output

Output schema unknown

Definitions

AccessForbidden

DeleteRecordRequest

  • DeleteRecordRequest object

FeatureGroupName

  • FeatureGroupName string

FeatureName

  • FeatureName string

FeatureNames

FeatureValue

  • FeatureValue object: The value associated with a feature.
    • FeatureName required
    • ValueAsString required

GetRecordRequest

  • GetRecordRequest object

GetRecordResponse

InternalFailure

PutRecordRequest

Record

ResourceNotFound

ServiceUnavailable

ValidationError

ValueAsString

  • ValueAsString string