Struct aws_sdk_personalize::types::Algorithm
source · #[non_exhaustive]pub struct Algorithm { /* private fields */ }
Expand description
Describes a custom algorithm.
Implementations§
source§impl Algorithm
impl Algorithm
sourcepub fn algorithm_arn(&self) -> Option<&str>
pub fn algorithm_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the algorithm.
sourcepub fn algorithm_image(&self) -> Option<&AlgorithmImage>
pub fn algorithm_image(&self) -> Option<&AlgorithmImage>
The URI of the Docker container for the algorithm image.
sourcepub fn default_hyper_parameters(&self) -> Option<&HashMap<String, String>>
pub fn default_hyper_parameters(&self) -> Option<&HashMap<String, String>>
Specifies the default hyperparameters.
sourcepub fn default_hyper_parameter_ranges(
&self
) -> Option<&DefaultHyperParameterRanges>
pub fn default_hyper_parameter_ranges( &self ) -> Option<&DefaultHyperParameterRanges>
Specifies the default hyperparameters, their ranges, and whether they are tunable. A tunable hyperparameter can have its value determined during hyperparameter optimization (HPO).
sourcepub fn default_resource_config(&self) -> Option<&HashMap<String, String>>
pub fn default_resource_config(&self) -> Option<&HashMap<String, String>>
Specifies the default maximum number of training jobs and parallel training jobs.
sourcepub fn training_input_mode(&self) -> Option<&str>
pub fn training_input_mode(&self) -> Option<&str>
The training input mode.
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The date and time (in Unix time) that the algorithm was created.
sourcepub fn last_updated_date_time(&self) -> Option<&DateTime>
pub fn last_updated_date_time(&self) -> Option<&DateTime>
The date and time (in Unix time) that the algorithm was last updated.