Uses of Class
software.amazon.awssdk.services.braket.model.InputFileConfig
-
Packages that use InputFileConfig Package Description software.amazon.awssdk.services.braket.model -
-
Uses of InputFileConfig in software.amazon.awssdk.services.braket.model
Methods in software.amazon.awssdk.services.braket.model that return types with arguments of type InputFileConfig Modifier and Type Method 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.Methods in software.amazon.awssdk.services.braket.model with parameters of type InputFileConfig Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. inputDataConfig(InputFileConfig... inputDataConfig)A list of parameters that specify the name and type of input data and where it is located.GetJobResponse.BuilderGetJobResponse.Builder. inputDataConfig(InputFileConfig... inputDataConfig)A list of parameters that specify the name and type of input data and where it is located.Method parameters in software.amazon.awssdk.services.braket.model with type arguments of type InputFileConfig Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. inputDataConfig(Collection<InputFileConfig> inputDataConfig)A list of parameters that specify the name and type of input data and where it is located.GetJobResponse.BuilderGetJobResponse.Builder. inputDataConfig(Collection<InputFileConfig> inputDataConfig)A list of parameters that specify the name and type of input data and where it is located.
-