Interface ModelInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelInput.Builder,
,ModelInput> SdkBuilder<ModelInput.Builder,
,ModelInput> SdkPojo
- Enclosing class:
ModelInput
public static interface ModelInput.Builder
extends SdkPojo, CopyableBuilder<ModelInput.Builder,ModelInput>
-
Method Summary
Modifier and TypeMethodDescriptiondataInputConfig
(String dataInputConfig) The input configuration object for the model.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
dataInputConfig
The input configuration object for the model.
- Parameters:
dataInputConfig
- The input configuration object for the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-