| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Spigot |
Spigot.clone() |
Spigot |
CodeGenConfigurationNode.getSpigot()
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
|
Spigot |
Spigot.withInputs(Collection<String> inputs)
The data inputs identified by their node names.
|
Spigot |
Spigot.withInputs(String... inputs)
The data inputs identified by their node names.
|
Spigot |
Spigot.withName(String name)
The name of the transform node.
|
Spigot |
Spigot.withPath(String path)
A path in Amazon S3 where the transform will write a subset of records from the dataset to a JSON file in an
Amazon S3 bucket.
|
Spigot |
Spigot.withProb(Double prob)
The probability (a decimal value with a maximum value of 1) of picking any given record.
|
Spigot |
Spigot.withTopk(Integer topk)
Specifies a number of records to write starting from the beginning of the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setSpigot(Spigot spigot)
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withSpigot(Spigot spigot)
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
|
Copyright © 2025. All rights reserved.