| Package | Description |
|---|---|
| com.amazonaws.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetStore |
TargetStore.fromValue(String value)
Use this in place of valueOf.
|
static TargetStore |
TargetStore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetStore[] |
TargetStore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PutRecordRequest |
PutRecordRequest.withTargetStores(TargetStore... targetStores)
A list of stores to which you're adding the record.
|
DeleteRecordRequest |
DeleteRecordRequest.withTargetStores(TargetStore... targetStores)
A list of stores from which you're deleting the record.
|
Copyright © 2023. All rights reserved.