EdgeOutputConfig

The output configuration.

Types

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

Properties

Link copied to clipboard

The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.

Link copied to clipboard

The configuration used to create deployment artifacts. Specify configuration options with a JSON string. The available configuration options for each type are:

Link copied to clipboard

The deployment type SageMaker Edge Manager will create. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

Link copied to clipboard

The Amazon Simple Storage (S3) bucker URI.

Functions

Link copied to clipboard
inline fun copy(block: EdgeOutputConfig.Builder.() -> Unit = {}): EdgeOutputConfig
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