| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
GreengrassConfiguration |
GreengrassConfiguration.clone() |
GreengrassConfiguration |
ModelPackagingConfiguration.getGreengrass()
Configuration information for the AWS IoT Greengrass component in a model packaging job.
|
GreengrassConfiguration |
GreengrassConfiguration.withCompilerOptions(String compilerOptions)
Additional compiler options for the Greengrass component.
|
GreengrassConfiguration |
GreengrassConfiguration.withComponentDescription(String componentDescription)
A description for the AWS IoT Greengrass component.
|
GreengrassConfiguration |
GreengrassConfiguration.withComponentName(String componentName)
A name for the AWS IoT Greengrass component.
|
GreengrassConfiguration |
GreengrassConfiguration.withComponentVersion(String componentVersion)
A Version for the AWS IoT Greengrass component.
|
GreengrassConfiguration |
GreengrassConfiguration.withS3OutputLocation(S3Location s3OutputLocation)
An S3 location in which Lookout for Vision stores the component artifacts.
|
GreengrassConfiguration |
GreengrassConfiguration.withTags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
|
GreengrassConfiguration |
GreengrassConfiguration.withTags(Tag... tags)
A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.
|
GreengrassConfiguration |
GreengrassConfiguration.withTargetDevice(String targetDevice)
The target device for the model.
|
GreengrassConfiguration |
GreengrassConfiguration.withTargetDevice(TargetDevice targetDevice)
The target device for the model.
|
GreengrassConfiguration |
GreengrassConfiguration.withTargetPlatform(TargetPlatform targetPlatform)
The target platform for the model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelPackagingConfiguration.setGreengrass(GreengrassConfiguration greengrass)
Configuration information for the AWS IoT Greengrass component in a model packaging job.
|
ModelPackagingConfiguration |
ModelPackagingConfiguration.withGreengrass(GreengrassConfiguration greengrass)
Configuration information for the AWS IoT Greengrass component in a model packaging job.
|
Copyright © 2024. All rights reserved.