| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetDevice |
TargetDevice.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetDevice |
GreengrassConfiguration.targetDevice()
The target device for the model.
|
static TargetDevice |
TargetDevice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetDevice[] |
TargetDevice.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<TargetDevice> |
TargetDevice.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GreengrassConfiguration.Builder |
GreengrassConfiguration.Builder.targetDevice(TargetDevice targetDevice)
The target device for the model.
|
Copyright © 2023. All rights reserved.