| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakerfeaturestoreruntime.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetStore |
TargetStore.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<TargetStore> |
TargetStore.knownValues()
|
List<TargetStore> |
DeleteRecordRequest.targetStores()
A list of stores from which you're deleting the record.
|
List<TargetStore> |
PutRecordRequest.targetStores()
A list of stores to which you're adding the record.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteRecordRequest.Builder |
DeleteRecordRequest.Builder.targetStores(TargetStore... targetStores)
A list of stores from which you're deleting the record.
|
PutRecordRequest.Builder |
PutRecordRequest.Builder.targetStores(TargetStore... targetStores)
A list of stores to which you're adding the record.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteRecordRequest.Builder |
DeleteRecordRequest.Builder.targetStores(Collection<TargetStore> targetStores)
A list of stores from which you're deleting the record.
|
PutRecordRequest.Builder |
PutRecordRequest.Builder.targetStores(Collection<TargetStore> targetStores)
A list of stores to which you're adding the record.
|
Copyright © 2023. All rights reserved.