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()
TheRecord
retrieved.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.Builder
BatchGetRecordResultDetail.Builder. record(FeatureValue... record)
TheRecord
retrieved.GetRecordResponse.Builder
GetRecordResponse.Builder. record(FeatureValue... record)
The record you requested.PutRecordRequest.Builder
PutRecordRequest.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.Builder
BatchGetRecordResultDetail.Builder. record(Collection<FeatureValue> record)
TheRecord
retrieved.GetRecordResponse.Builder
GetRecordResponse.Builder. record(Collection<FeatureValue> record)
The record you requested.PutRecordRequest.Builder
PutRecordRequest.Builder. record(Collection<FeatureValue> record)
List of FeatureValues to be inserted.
-