Struct aws_sdk_sagemaker::model::agent_version::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AgentVersion
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_version(self, input: Option<String>) -> Self
pub fn set_version(self, input: Option<String>) -> Self
Version of the agent.
sourcepub fn agent_count(self, input: i64) -> Self
pub fn agent_count(self, input: i64) -> Self
The number of Edge Manager agents.
sourcepub fn set_agent_count(self, input: Option<i64>) -> Self
pub fn set_agent_count(self, input: Option<i64>) -> Self
The number of Edge Manager agents.
sourcepub fn build(self) -> AgentVersion
pub fn build(self) -> AgentVersion
Consumes the builder and constructs a AgentVersion
.