| Package | Description |
|---|---|
| software.amazon.awssdk.services.braket.model |
| Modifier and Type | Method and Description |
|---|---|
List<InputFileConfig> |
CreateJobRequest.inputDataConfig()
A list of parameters that specify the name and type of input data and where it is located.
|
List<InputFileConfig> |
GetJobResponse.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 |
|---|---|
CreateJobRequest.Builder |
CreateJobRequest.Builder.inputDataConfig(InputFileConfig... inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
GetJobResponse.Builder |
GetJobResponse.Builder.inputDataConfig(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 |
|---|---|
CreateJobRequest.Builder |
CreateJobRequest.Builder.inputDataConfig(Collection<InputFileConfig> inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
GetJobResponse.Builder |
GetJobResponse.Builder.inputDataConfig(Collection<InputFileConfig> inputDataConfig)
A list of parameters that specify the name and type of input data and where it is located.
|
Copyright © 2022. All rights reserved.