| Package | Description |
|---|---|
| com.amazonaws.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
InputFileConfig |
InputFileConfig.clone() |
InputFileConfig |
InputFileConfig.withChannelName(String channelName)
A named input source that an Amazon Braket job can consume.
|
InputFileConfig |
InputFileConfig.withContentType(String contentType)
The MIME type of the data.
|
InputFileConfig |
InputFileConfig.withDataSource(DataSource dataSource)
The location of the channel data.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputFileConfig> |
GetJobResult.getInputDataConfig()
A list of parameters that specify the name and type of input data and where it is located.
|
List<InputFileConfig> |
CreateJobRequest.getInputDataConfig()
A list of parameters that specify the name and type of input data and where it is located.
|
| Modifier and Type | Method and Description |
|---|---|
GetJobResult |
GetJobResult.withInputDataConfig(InputFileConfig... inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
CreateJobRequest |
CreateJobRequest.withInputDataConfig(InputFileConfig... inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobResult.setInputDataConfig(Collection<InputFileConfig> inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
void |
CreateJobRequest.setInputDataConfig(Collection<InputFileConfig> inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
GetJobResult |
GetJobResult.withInputDataConfig(Collection<InputFileConfig> inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
CreateJobRequest |
CreateJobRequest.withInputDataConfig(Collection<InputFileConfig> inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
Copyright © 2023. All rights reserved.