Class: Aws::SageMaker::Types::CreateEdgeDeploymentPlanRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_fleet_name ⇒ String

The device fleet used for this edge deployment plan.

Returns:

  • (String)


10595
10596
10597
10598
10599
10600
10601
10602
10603
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10595

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.

Returns:

  • (String)


10595
10596
10597
10598
10599
10600
10601
10602
10603
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10595

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.



10595
10596
10597
10598
10599
10600
10601
10602
10603
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10595

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.

Returns:



10595
10596
10597
10598
10599
10600
10601
10602
10603
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10595

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.

Returns:



10595
10596
10597
10598
10599
10600
10601
10602
10603
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10595

class CreateEdgeDeploymentPlanRequest < Struct.new(
  :edge_deployment_plan_name,
  :model_configs,
  :device_fleet_name,
  :stages,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end