Struct aws_sdk_sagemaker::model::edge_model::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EdgeModel
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn model_name(self, input: impl Into<String>) -> Self
pub fn model_name(self, input: impl Into<String>) -> Self
The name of the model.
sourcepub fn set_model_name(self, input: Option<String>) -> Self
pub fn set_model_name(self, input: Option<String>) -> Self
The name of the model.
sourcepub fn model_version(self, input: impl Into<String>) -> Self
pub fn model_version(self, input: impl Into<String>) -> Self
The model version.
sourcepub fn set_model_version(self, input: Option<String>) -> Self
pub fn set_model_version(self, input: Option<String>) -> Self
The model version.
sourcepub fn latest_sample_time(self, input: DateTime) -> Self
pub fn latest_sample_time(self, input: DateTime) -> Self
The timestamp of the last data sample taken.
sourcepub fn set_latest_sample_time(self, input: Option<DateTime>) -> Self
pub fn set_latest_sample_time(self, input: Option<DateTime>) -> Self
The timestamp of the last data sample taken.
sourcepub fn latest_inference(self, input: DateTime) -> Self
pub fn latest_inference(self, input: DateTime) -> Self
The timestamp of the last inference that was made.
sourcepub fn set_latest_inference(self, input: Option<DateTime>) -> Self
pub fn set_latest_inference(self, input: Option<DateTime>) -> Self
The timestamp of the last inference that was made.