Class: Aws::SageMaker::Types::DescribeEdgeDeploymentPlanRequest

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

#edge_deployment_plan_nameString

The name of the deployment plan to describe.

Returns:

  • (String)


12761
12762
12763
12764
12765
12766
12767
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12761

class DescribeEdgeDeploymentPlanRequest < Struct.new(
  :edge_deployment_plan_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to select (50 by default).

Returns:

  • (Integer)


12761
12762
12763
12764
12765
12766
12767
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12761

class DescribeEdgeDeploymentPlanRequest < Struct.new(
  :edge_deployment_plan_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned.

Returns:

  • (String)


12761
12762
12763
12764
12765
12766
12767
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12761

class DescribeEdgeDeploymentPlanRequest < Struct.new(
  :edge_deployment_plan_name,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end