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_nameString

The device fleet used for this edge deployment plan.

Returns:

  • (String)


5941
5942
5943
5944
5945
5946
5947
5948
5949
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5941

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

#edge_deployment_plan_nameString

The name of the edge deployment plan.

Returns:

  • (String)


5941
5942
5943
5944
5945
5946
5947
5948
5949
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5941

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

#model_configsArray<Types::EdgeDeploymentModelConfig>

List of models associated with the edge deployment plan.



5941
5942
5943
5944
5945
5946
5947
5948
5949
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5941

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

#stagesArray<Types::DeploymentStage>

List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.

Returns:



5941
5942
5943
5944
5945
5946
5947
5948
5949
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5941

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

#tagsArray<Types::Tag>

List of tags with which to tag the edge deployment plan.

Returns:



5941
5942
5943
5944
5945
5946
5947
5948
5949
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5941

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