| Package | Description |
|---|---|
| com.amazonaws.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
FeatureValue |
FeatureValue.clone() |
FeatureValue |
FeatureValue.withFeatureName(String featureName)
The name of a feature that a feature value corresponds to.
|
FeatureValue |
FeatureValue.withValueAsString(String valueAsString)
The value associated with a feature, in string format.
|
| Modifier and Type | Method and Description |
|---|---|
List<FeatureValue> |
GetRecordResult.getRecord()
The record you requested.
|
List<FeatureValue> |
PutRecordRequest.getRecord()
List of FeatureValues to be inserted.
|
List<FeatureValue> |
BatchGetRecordResultDetail.getRecord()
The
Record retrieved. |
| Modifier and Type | Method and Description |
|---|---|
GetRecordResult |
GetRecordResult.withRecord(FeatureValue... record)
The record you requested.
|
PutRecordRequest |
PutRecordRequest.withRecord(FeatureValue... record)
List of FeatureValues to be inserted.
|
BatchGetRecordResultDetail |
BatchGetRecordResultDetail.withRecord(FeatureValue... record)
The
Record retrieved. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetRecordResult.setRecord(Collection<FeatureValue> record)
The record you requested.
|
void |
PutRecordRequest.setRecord(Collection<FeatureValue> record)
List of FeatureValues to be inserted.
|
void |
BatchGetRecordResultDetail.setRecord(Collection<FeatureValue> record)
The
Record retrieved. |
GetRecordResult |
GetRecordResult.withRecord(Collection<FeatureValue> record)
The record you requested.
|
PutRecordRequest |
PutRecordRequest.withRecord(Collection<FeatureValue> record)
List of FeatureValues to be inserted.
|
BatchGetRecordResultDetail |
BatchGetRecordResultDetail.withRecord(Collection<FeatureValue> record)
The
Record retrieved. |
Copyright © 2022. All rights reserved.