Struct aws_sdk_sagemaker::model::Phase
source · #[non_exhaustive]pub struct Phase { /* private fields */ }
Expand description
Defines the traffic pattern.
Implementations§
source§impl Phase
impl Phase
sourcepub fn initial_number_of_users(&self) -> Option<i32>
pub fn initial_number_of_users(&self) -> Option<i32>
Specifies how many concurrent users to start with.
sourcepub fn spawn_rate(&self) -> Option<i32>
pub fn spawn_rate(&self) -> Option<i32>
Specified how many new users to spawn in a minute.
sourcepub fn duration_in_seconds(&self) -> Option<i32>
pub fn duration_in_seconds(&self) -> Option<i32>
Specifies how long traffic phase should be.