Class: Aws::SageMaker::Types::StartEdgeDeploymentStageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::StartEdgeDeploymentStageRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan to start.
-
#stage_name ⇒ String
The name of the stage to start.
Instance Attribute Details
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan to start.
34564 34565 34566 34567 34568 34569 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34564 class StartEdgeDeploymentStageRequest < Struct.new( :edge_deployment_plan_name, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the stage to start.
34564 34565 34566 34567 34568 34569 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34564 class StartEdgeDeploymentStageRequest < Struct.new( :edge_deployment_plan_name, :stage_name) SENSITIVE = [] include Aws::Structure end |