GreengrassConfiguration

Configuration information for the AWS IoT Greengrass component created in a model packaging job. For more information, see StartModelPackagingJob.

You can't specify a component with the same ComponentName and Componentversion as an existing component with the same component name and component version.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional compiler options for the Greengrass component. Currently, only NVIDIA Graphics Processing Units (GPU) and CPU accelerators are supported. If you specify TargetDevice, don't specify CompilerOptions.

Link copied to clipboard

A description for the AWS IoT Greengrass component.

Link copied to clipboard

A name for the AWS IoT Greengrass component.

Link copied to clipboard

A Version for the AWS IoT Greengrass component. If you don't provide a value, a default value of <i>Model Version</i>.0.0 is used.

Link copied to clipboard

An S3 location in which Lookout for Vision stores the component artifacts.

Link copied to clipboard
val tags: List<Tag>?

A set of tags (key-value pairs) that you want to attach to the AWS IoT Greengrass component.

Link copied to clipboard

The target device for the model. Currently the only supported value is jetson_xavier. If you specify TargetDevice, you can't specify TargetPlatform.

Link copied to clipboard

The target platform for the model. If you specify TargetPlatform, you can't specify TargetDevice.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String