Class: Aws::SageMaker::Types::DescribeEdgeDeploymentPlanResponse

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

#creation_timeTime

The time when the edge deployment plan was created.

Returns:

  • (Time)


12827
12828
12829
12830
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12827

class DescribeEdgeDeploymentPlanResponse < Struct.new(
  :edge_deployment_plan_arn,
  :edge_deployment_plan_name,
  :model_configs,
  :device_fleet_name,
  :edge_deployment_success,
  :edge_deployment_pending,
  :edge_deployment_failed,
  :stages,
  :next_token,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#device_fleet_nameString

The device fleet used for this edge deployment plan.

Returns:

  • (String)


12827
12828
12829
12830
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12827

class DescribeEdgeDeploymentPlanResponse < Struct.new(
  :edge_deployment_plan_arn,
  :edge_deployment_plan_name,
  :model_configs,
  :device_fleet_name,
  :edge_deployment_success,
  :edge_deployment_pending,
  :edge_deployment_failed,
  :stages,
  :next_token,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#edge_deployment_failedInteger

The number of edge devices that failed the deployment.

Returns:

  • (Integer)


12827
12828
12829
12830
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12827

class DescribeEdgeDeploymentPlanResponse < Struct.new(
  :edge_deployment_plan_arn,
  :edge_deployment_plan_name,
  :model_configs,
  :device_fleet_name,
  :edge_deployment_success,
  :edge_deployment_pending,
  :edge_deployment_failed,
  :stages,
  :next_token,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#edge_deployment_pendingInteger

The number of edge devices yet to pick up deployment, or in progress.

Returns:

  • (Integer)


12827
12828
12829
12830
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12827

class DescribeEdgeDeploymentPlanResponse < Struct.new(
  :edge_deployment_plan_arn,
  :edge_deployment_plan_name,
  :model_configs,
  :device_fleet_name,
  :edge_deployment_success,
  :edge_deployment_pending,
  :edge_deployment_failed,
  :stages,
  :next_token,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#edge_deployment_plan_arnString

The ARN of edge deployment plan.

Returns:

  • (String)


12827
12828
12829
12830
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12827

class DescribeEdgeDeploymentPlanResponse < Struct.new(
  :edge_deployment_plan_arn,
  :edge_deployment_plan_name,
  :model_configs,
  :device_fleet_name,
  :edge_deployment_success,
  :edge_deployment_pending,
  :edge_deployment_failed,
  :stages,
  :next_token,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#edge_deployment_plan_nameString

The name of the edge deployment plan.

Returns:

  • (String)


12827
12828
12829
12830
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12827

class DescribeEdgeDeploymentPlanResponse < Struct.new(
  :edge_deployment_plan_arn,
  :edge_deployment_plan_name,
  :model_configs,
  :device_fleet_name,
  :edge_deployment_success,
  :edge_deployment_pending,
  :edge_deployment_failed,
  :stages,
  :next_token,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#edge_deployment_successInteger

The number of edge devices with the successful deployment.

Returns:

  • (Integer)


12827
12828
12829
12830
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12827

class DescribeEdgeDeploymentPlanResponse < Struct.new(
  :edge_deployment_plan_arn,
  :edge_deployment_plan_name,
  :model_configs,
  :device_fleet_name,
  :edge_deployment_success,
  :edge_deployment_pending,
  :edge_deployment_failed,
  :stages,
  :next_token,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The time when the edge deployment plan was last updated.

Returns:

  • (Time)


12827
12828
12829
12830
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12827

class DescribeEdgeDeploymentPlanResponse < Struct.new(
  :edge_deployment_plan_arn,
  :edge_deployment_plan_name,
  :model_configs,
  :device_fleet_name,
  :edge_deployment_success,
  :edge_deployment_pending,
  :edge_deployment_failed,
  :stages,
  :next_token,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#model_configsArray<Types::EdgeDeploymentModelConfig>

List of models associated with the edge deployment plan.



12827
12828
12829
12830
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12827

class DescribeEdgeDeploymentPlanResponse < Struct.new(
  :edge_deployment_plan_arn,
  :edge_deployment_plan_name,
  :model_configs,
  :device_fleet_name,
  :edge_deployment_success,
  :edge_deployment_pending,
  :edge_deployment_failed,
  :stages,
  :next_token,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Token to use when calling the next set of stages in the edge deployment plan.

Returns:

  • (String)


12827
12828
12829
12830
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12827

class DescribeEdgeDeploymentPlanResponse < Struct.new(
  :edge_deployment_plan_arn,
  :edge_deployment_plan_name,
  :model_configs,
  :device_fleet_name,
  :edge_deployment_success,
  :edge_deployment_pending,
  :edge_deployment_failed,
  :stages,
  :next_token,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#stagesArray<Types::DeploymentStageStatusSummary>

List of stages in the edge deployment plan.



12827
12828
12829
12830
12831
12832
12833
12834
12835
12836
12837
12838
12839
12840
12841
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12827

class DescribeEdgeDeploymentPlanResponse < Struct.new(
  :edge_deployment_plan_arn,
  :edge_deployment_plan_name,
  :model_configs,
  :device_fleet_name,
  :edge_deployment_success,
  :edge_deployment_pending,
  :edge_deployment_failed,
  :stages,
  :next_token,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end