Struct aws_sdk_sagemaker::operation::describe_edge_deployment_plan::builders::DescribeEdgeDeploymentPlanOutputBuilder
source · #[non_exhaustive]pub struct DescribeEdgeDeploymentPlanOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeEdgeDeploymentPlanOutput
.
Implementations§
source§impl DescribeEdgeDeploymentPlanOutputBuilder
impl DescribeEdgeDeploymentPlanOutputBuilder
sourcepub fn edge_deployment_plan_arn(self, input: impl Into<String>) -> Self
pub fn edge_deployment_plan_arn(self, input: impl Into<String>) -> Self
The ARN of edge deployment plan.
This field is required.sourcepub fn set_edge_deployment_plan_arn(self, input: Option<String>) -> Self
pub fn set_edge_deployment_plan_arn(self, input: Option<String>) -> Self
The ARN of edge deployment plan.
sourcepub fn get_edge_deployment_plan_arn(&self) -> &Option<String>
pub fn get_edge_deployment_plan_arn(&self) -> &Option<String>
The ARN of edge deployment plan.
sourcepub fn edge_deployment_plan_name(self, input: impl Into<String>) -> Self
pub fn edge_deployment_plan_name(self, input: impl Into<String>) -> Self
The name of the edge deployment plan.
This field is required.sourcepub fn set_edge_deployment_plan_name(self, input: Option<String>) -> Self
pub fn set_edge_deployment_plan_name(self, input: Option<String>) -> Self
The name of the edge deployment plan.
sourcepub fn get_edge_deployment_plan_name(&self) -> &Option<String>
pub fn get_edge_deployment_plan_name(&self) -> &Option<String>
The name of the edge deployment plan.
sourcepub fn model_configs(self, input: EdgeDeploymentModelConfig) -> Self
pub fn model_configs(self, input: EdgeDeploymentModelConfig) -> Self
Appends an item to model_configs
.
To override the contents of this collection use set_model_configs
.
List of models associated with the edge deployment plan.
sourcepub fn set_model_configs(
self,
input: Option<Vec<EdgeDeploymentModelConfig>>
) -> Self
pub fn set_model_configs( self, input: Option<Vec<EdgeDeploymentModelConfig>> ) -> Self
List of models associated with the edge deployment plan.
sourcepub fn get_model_configs(&self) -> &Option<Vec<EdgeDeploymentModelConfig>>
pub fn get_model_configs(&self) -> &Option<Vec<EdgeDeploymentModelConfig>>
List of models associated with the edge deployment plan.
sourcepub fn device_fleet_name(self, input: impl Into<String>) -> Self
pub fn device_fleet_name(self, input: impl Into<String>) -> Self
The device fleet used for this edge deployment plan.
This field is required.sourcepub fn set_device_fleet_name(self, input: Option<String>) -> Self
pub fn set_device_fleet_name(self, input: Option<String>) -> Self
The device fleet used for this edge deployment plan.
sourcepub fn get_device_fleet_name(&self) -> &Option<String>
pub fn get_device_fleet_name(&self) -> &Option<String>
The device fleet used for this edge deployment plan.
sourcepub fn edge_deployment_success(self, input: i32) -> Self
pub fn edge_deployment_success(self, input: i32) -> Self
The number of edge devices with the successful deployment.
sourcepub fn set_edge_deployment_success(self, input: Option<i32>) -> Self
pub fn set_edge_deployment_success(self, input: Option<i32>) -> Self
The number of edge devices with the successful deployment.
sourcepub fn get_edge_deployment_success(&self) -> &Option<i32>
pub fn get_edge_deployment_success(&self) -> &Option<i32>
The number of edge devices with the successful deployment.
sourcepub fn edge_deployment_pending(self, input: i32) -> Self
pub fn edge_deployment_pending(self, input: i32) -> Self
The number of edge devices yet to pick up deployment, or in progress.
sourcepub fn set_edge_deployment_pending(self, input: Option<i32>) -> Self
pub fn set_edge_deployment_pending(self, input: Option<i32>) -> Self
The number of edge devices yet to pick up deployment, or in progress.
sourcepub fn get_edge_deployment_pending(&self) -> &Option<i32>
pub fn get_edge_deployment_pending(&self) -> &Option<i32>
The number of edge devices yet to pick up deployment, or in progress.
sourcepub fn edge_deployment_failed(self, input: i32) -> Self
pub fn edge_deployment_failed(self, input: i32) -> Self
The number of edge devices that failed the deployment.
sourcepub fn set_edge_deployment_failed(self, input: Option<i32>) -> Self
pub fn set_edge_deployment_failed(self, input: Option<i32>) -> Self
The number of edge devices that failed the deployment.
sourcepub fn get_edge_deployment_failed(&self) -> &Option<i32>
pub fn get_edge_deployment_failed(&self) -> &Option<i32>
The number of edge devices that failed the deployment.
sourcepub fn stages(self, input: DeploymentStageStatusSummary) -> Self
pub fn stages(self, input: DeploymentStageStatusSummary) -> Self
Appends an item to stages
.
To override the contents of this collection use set_stages
.
List of stages in the edge deployment plan.
sourcepub fn set_stages(
self,
input: Option<Vec<DeploymentStageStatusSummary>>
) -> Self
pub fn set_stages( self, input: Option<Vec<DeploymentStageStatusSummary>> ) -> Self
List of stages in the edge deployment plan.
sourcepub fn get_stages(&self) -> &Option<Vec<DeploymentStageStatusSummary>>
pub fn get_stages(&self) -> &Option<Vec<DeploymentStageStatusSummary>>
List of stages in the edge deployment plan.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
Token to use when calling the next set of stages in the edge deployment plan.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
Token to use when calling the next set of stages in the edge deployment plan.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
Token to use when calling the next set of stages in the edge deployment plan.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time when the edge deployment plan was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time when the edge deployment plan was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
The time when the edge deployment plan was created.
sourcepub fn last_modified_time(self, input: DateTime) -> Self
pub fn last_modified_time(self, input: DateTime) -> Self
The time when the edge deployment plan was last updated.
sourcepub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_time(self, input: Option<DateTime>) -> Self
The time when the edge deployment plan was last updated.
sourcepub fn get_last_modified_time(&self) -> &Option<DateTime>
pub fn get_last_modified_time(&self) -> &Option<DateTime>
The time when the edge deployment plan was last updated.
sourcepub fn build(self) -> DescribeEdgeDeploymentPlanOutput
pub fn build(self) -> DescribeEdgeDeploymentPlanOutput
Consumes the builder and constructs a DescribeEdgeDeploymentPlanOutput
.
Trait Implementations§
source§impl Clone for DescribeEdgeDeploymentPlanOutputBuilder
impl Clone for DescribeEdgeDeploymentPlanOutputBuilder
source§fn clone(&self) -> DescribeEdgeDeploymentPlanOutputBuilder
fn clone(&self) -> DescribeEdgeDeploymentPlanOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeEdgeDeploymentPlanOutputBuilder
impl Default for DescribeEdgeDeploymentPlanOutputBuilder
source§fn default() -> DescribeEdgeDeploymentPlanOutputBuilder
fn default() -> DescribeEdgeDeploymentPlanOutputBuilder
source§impl PartialEq for DescribeEdgeDeploymentPlanOutputBuilder
impl PartialEq for DescribeEdgeDeploymentPlanOutputBuilder
source§fn eq(&self, other: &DescribeEdgeDeploymentPlanOutputBuilder) -> bool
fn eq(&self, other: &DescribeEdgeDeploymentPlanOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.