Uses of Class
software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model.FeatureValue
-
Packages that use FeatureValue Package Description software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model -
-
Uses of FeatureValue in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model
Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model that return types with arguments of type FeatureValue Modifier and Type Method Description List<FeatureValue>BatchGetRecordResultDetail. record()TheRecordretrieved.List<FeatureValue>GetRecordResponse. record()The record you requested.List<FeatureValue>PutRecordRequest. record()List of FeatureValues to be inserted.Methods in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with parameters of type FeatureValue Modifier and Type Method Description BatchGetRecordResultDetail.BuilderBatchGetRecordResultDetail.Builder. record(FeatureValue... record)TheRecordretrieved.GetRecordResponse.BuilderGetRecordResponse.Builder. record(FeatureValue... record)The record you requested.PutRecordRequest.BuilderPutRecordRequest.Builder. record(FeatureValue... record)List of FeatureValues to be inserted.Method parameters in software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model with type arguments of type FeatureValue Modifier and Type Method Description BatchGetRecordResultDetail.BuilderBatchGetRecordResultDetail.Builder. record(Collection<FeatureValue> record)TheRecordretrieved.GetRecordResponse.BuilderGetRecordResponse.Builder. record(Collection<FeatureValue> record)The record you requested.PutRecordRequest.BuilderPutRecordRequest.Builder. record(Collection<FeatureValue> record)List of FeatureValues to be inserted.
-