| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static Spigot.Builder |
Spigot.builder() |
Spigot.Builder |
Spigot.Builder.inputs(Collection<String> inputs)
The data inputs identified by their node names.
|
Spigot.Builder |
Spigot.Builder.inputs(String... inputs)
The data inputs identified by their node names.
|
Spigot.Builder |
Spigot.Builder.name(String name)
The name of the transform node.
|
Spigot.Builder |
Spigot.Builder.path(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.Builder |
Spigot.Builder.prob(Double prob)
The probability (a decimal value with a maximum value of 1) of picking any given record.
|
Spigot.Builder |
Spigot.toBuilder() |
Spigot.Builder |
Spigot.Builder.topk(Integer topk)
Specifies a number of records to write starting from the beginning of the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Spigot.Builder> |
Spigot.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.spigot(Consumer<Spigot.Builder> spigot)
Specifies a transform that writes samples of the data to an Amazon S3 bucket.
|
Copyright © 2023. All rights reserved.