OutputConfig

sealed class OutputConfig

Contains one typed output. It is used in the CreateOutput, GetOutput, and Update Output structures.

Inheritors

Types

Link copied to clipboard
data class Clipping(val value: ClippingConfig) : OutputConfig

The output config type that applies to the clipping feature.

Link copied to clipboard
data class Cropping(val value: CroppingConfig) : OutputConfig

The output config type that applies to the cropping feature.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this OutputConfig as a Clipping and retrieves its aws.sdk.kotlin.services.elementalinference.model.ClippingConfig value. Throws an exception if the OutputConfig is not a Clipping.

Link copied to clipboard
Link copied to clipboard

Casts this OutputConfig as a Cropping and retrieves its aws.sdk.kotlin.services.elementalinference.model.CroppingConfig value. Throws an exception if the OutputConfig is not a Cropping.

Link copied to clipboard