| Package | Description |
|---|---|
| software.amazon.awssdk.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSource.Builder |
DataSource.builder() |
default DataSource.Builder |
DataSource.Builder.s3DataSource(Consumer<S3DataSource.Builder> s3DataSource)
Information about the data stored in Amazon S3 used by the Amazon Braket job.
|
DataSource.Builder |
DataSource.Builder.s3DataSource(S3DataSource s3DataSource)
Information about the data stored in Amazon S3 used by the Amazon Braket job.
|
DataSource.Builder |
DataSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataSource.Builder> |
DataSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InputFileConfig.Builder |
InputFileConfig.Builder.dataSource(Consumer<DataSource.Builder> dataSource)
The location of the channel data.
|
Copyright © 2023. All rights reserved.