Struct aws_sdk_sagemaker::operation::create_edge_deployment_plan::CreateEdgeDeploymentPlanInput
source · #[non_exhaustive]pub struct CreateEdgeDeploymentPlanInput { /* private fields */ }
Implementations§
source§impl CreateEdgeDeploymentPlanInput
impl CreateEdgeDeploymentPlanInput
sourcepub fn edge_deployment_plan_name(&self) -> Option<&str>
pub fn edge_deployment_plan_name(&self) -> Option<&str>
The name of the edge deployment plan.
sourcepub fn model_configs(&self) -> Option<&[EdgeDeploymentModelConfig]>
pub fn model_configs(&self) -> Option<&[EdgeDeploymentModelConfig]>
List of models associated with the edge deployment plan.
sourcepub fn device_fleet_name(&self) -> Option<&str>
pub fn device_fleet_name(&self) -> Option<&str>
The device fleet used for this edge deployment plan.
sourcepub fn stages(&self) -> Option<&[DeploymentStage]>
pub fn stages(&self) -> Option<&[DeploymentStage]>
List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.
List of tags with which to tag the edge deployment plan.
source§impl CreateEdgeDeploymentPlanInput
impl CreateEdgeDeploymentPlanInput
sourcepub fn builder() -> CreateEdgeDeploymentPlanInputBuilder
pub fn builder() -> CreateEdgeDeploymentPlanInputBuilder
Creates a new builder-style object to manufacture CreateEdgeDeploymentPlanInput
.
source§impl CreateEdgeDeploymentPlanInput
impl CreateEdgeDeploymentPlanInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateEdgeDeploymentPlan, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<CreateEdgeDeploymentPlan, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateEdgeDeploymentPlan
>
Trait Implementations§
source§impl Clone for CreateEdgeDeploymentPlanInput
impl Clone for CreateEdgeDeploymentPlanInput
source§fn clone(&self) -> CreateEdgeDeploymentPlanInput
fn clone(&self) -> CreateEdgeDeploymentPlanInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<CreateEdgeDeploymentPlanInput> for CreateEdgeDeploymentPlanInput
impl PartialEq<CreateEdgeDeploymentPlanInput> for CreateEdgeDeploymentPlanInput
source§fn eq(&self, other: &CreateEdgeDeploymentPlanInput) -> bool
fn eq(&self, other: &CreateEdgeDeploymentPlanInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.