| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
TargetPlatform |
TargetPlatform.clone() |
TargetPlatform |
GreengrassConfiguration.getTargetPlatform()
The target platform for the model.
|
TargetPlatform |
TargetPlatform.withAccelerator(String accelerator)
The target accelerator for the model.
|
TargetPlatform |
TargetPlatform.withAccelerator(TargetPlatformAccelerator accelerator)
The target accelerator for the model.
|
TargetPlatform |
TargetPlatform.withArch(String arch)
The target architecture for the model.
|
TargetPlatform |
TargetPlatform.withArch(TargetPlatformArch arch)
The target architecture for the model.
|
TargetPlatform |
TargetPlatform.withOs(String os)
The target operating system for the model.
|
TargetPlatform |
TargetPlatform.withOs(TargetPlatformOs os)
The target operating system for the model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GreengrassConfiguration.setTargetPlatform(TargetPlatform targetPlatform)
The target platform for the model.
|
GreengrassConfiguration |
GreengrassConfiguration.withTargetPlatform(TargetPlatform targetPlatform)
The target platform for the model.
|
Copyright © 2021. All rights reserved.