pub struct Builder { /* private fields */ }
Expand description
A builder for CreateMlModelOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ml_model_id(self, input: impl Into<String>) -> Self
pub fn ml_model_id(self, input: impl Into<String>) -> Self
A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
sourcepub fn set_ml_model_id(self, input: Option<String>) -> Self
pub fn set_ml_model_id(self, input: Option<String>) -> Self
A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
sourcepub fn build(self) -> CreateMlModelOutput
pub fn build(self) -> CreateMlModelOutput
Consumes the builder and constructs a CreateMlModelOutput
.