| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
Sample |
Sample.clone() |
Sample |
CreateProjectRequest.getSample() |
Sample |
UpdateProjectRequest.getSample() |
Sample |
Project.getSample()
The sample size and sampling type to apply to the data.
|
Sample |
DescribeProjectResult.getSample() |
Sample |
Sample.withSize(Integer size)
The number of rows in the sample.
|
Sample |
Sample.withType(SampleType type)
The way in which DataBrew obtains rows from a dataset.
|
Sample |
Sample.withType(String type)
The way in which DataBrew obtains rows from a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProjectRequest.setSample(Sample sample) |
void |
UpdateProjectRequest.setSample(Sample sample) |
void |
Project.setSample(Sample sample)
The sample size and sampling type to apply to the data.
|
void |
DescribeProjectResult.setSample(Sample sample) |
CreateProjectRequest |
CreateProjectRequest.withSample(Sample sample) |
UpdateProjectRequest |
UpdateProjectRequest.withSample(Sample sample) |
Project |
Project.withSample(Sample sample)
The sample size and sampling type to apply to the data.
|
DescribeProjectResult |
DescribeProjectResult.withSample(Sample sample) |
Copyright © 2022. All rights reserved.