Class: Aws::SageMaker::Types::CreateEdgeDeploymentPlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateEdgeDeploymentPlanRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_fleet_name ⇒ String
The device fleet used for this edge deployment plan.
-
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan.
-
#model_configs ⇒ Array<Types::EdgeDeploymentModelConfig>
List of models associated with the edge deployment plan.
-
#stages ⇒ Array<Types::DeploymentStage>
List of stages of the edge deployment plan.
-
#tags ⇒ Array<Types::Tag>
List of tags with which to tag the edge deployment plan.
Instance Attribute Details
#device_fleet_name ⇒ String
The device fleet used for this edge deployment plan.
6362 6363 6364 6365 6366 6367 6368 6369 6370 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6362 class CreateEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name, :model_configs, :device_fleet_name, :stages, :tags) SENSITIVE = [] include Aws::Structure end |
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan.
6362 6363 6364 6365 6366 6367 6368 6369 6370 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6362 class CreateEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name, :model_configs, :device_fleet_name, :stages, :tags) SENSITIVE = [] include Aws::Structure end |
#model_configs ⇒ Array<Types::EdgeDeploymentModelConfig>
List of models associated with the edge deployment plan.
6362 6363 6364 6365 6366 6367 6368 6369 6370 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6362 class CreateEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name, :model_configs, :device_fleet_name, :stages, :tags) SENSITIVE = [] include Aws::Structure end |
#stages ⇒ Array<Types::DeploymentStage>
List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.
6362 6363 6364 6365 6366 6367 6368 6369 6370 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6362 class CreateEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name, :model_configs, :device_fleet_name, :stages, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
List of tags with which to tag the edge deployment plan.
6362 6363 6364 6365 6366 6367 6368 6369 6370 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6362 class CreateEdgeDeploymentPlanRequest < Struct.new( :edge_deployment_plan_name, :model_configs, :device_fleet_name, :stages, :tags) SENSITIVE = [] include Aws::Structure end |