---
title: UpsampledAugmentationSequence
framework: createmlcomponents
role: symbol
role_heading: Structure
path: createmlcomponents/upsampledaugmentationsequence
---

# UpsampledAugmentationSequence

An async sequence of augmented elements.

## Declaration

```swift
struct UpsampledAugmentationSequence<Base, RandomTransformer, RandomNumberGenerator, Annotation> where Base : Collection, RandomTransformer : RandomTransformer, RandomNumberGenerator : RandomNumberGenerator, Base.Element == AnnotatedFeature<RandomTransformer.Input, Annotation>, RandomTransformer.Input == RandomTransformer.Output
```

## Topics

### Getting the transformer

- [transformer](createmlcomponents/upsampledaugmentationsequence/transformer.md)

### Creating an iterator

- [makeAsyncIterator()](createmlcomponents/upsampledaugmentationsequence/makeasynciterator().md)
- [UpsampledAugmentationSequence.Element](createmlcomponents/upsampledaugmentationsequence/element.md)

### Default Implementations

- [AsyncSequence Implementations](createmlcomponents/upsampledaugmentationsequence/asyncsequence-implementations.md)

## Relationships

### Conforms To

- [AsyncSequence](swift/asyncsequence.md)

## See Also

### Augmentations

- [ApplyEachRandomly](createmlcomponents/applyeachrandomly.md)
- [ApplyRandomly](createmlcomponents/applyrandomly.md)
- [AugmentationBuilder](createmlcomponents/augmentationbuilder.md)
- [AugmentationSequence](createmlcomponents/augmentationsequence.md)
- [Augmenter](createmlcomponents/augmenter.md)
- [ChooseRandomly](createmlcomponents/chooserandomly.md)
- [RandomImageCropper](createmlcomponents/randomimagecropper.md)
- [ShuffleRandomly](createmlcomponents/shufflerandomly.md)
- [UniformRandomFloatingPointParameter](createmlcomponents/uniformrandomfloatingpointparameter.md)
- [UniformRandomIntegerParameter](createmlcomponents/uniformrandomintegerparameter.md)
