Struct aws_sdk_sagemaker::model::model_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModelInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn data_input_config(self, input: impl Into<String>) -> Self
pub fn data_input_config(self, input: impl Into<String>) -> Self
The input configuration object for the model.
sourcepub fn set_data_input_config(self, input: Option<String>) -> Self
pub fn set_data_input_config(self, input: Option<String>) -> Self
The input configuration object for the model.
sourcepub fn build(self) -> ModelInput
pub fn build(self) -> ModelInput
Consumes the builder and constructs a ModelInput
.