Class: Aws::SageMaker::Types::ListStageDevicesRequest

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 edge deployment plan.

Returns:

  • (String)


29276
29277
29278
29279
29280
29281
29282
29283
29284
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29276

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

#exclude_devices_deployed_in_other_stageBoolean

Toggle for excluding devices deployed in other stages.

Returns:

  • (Boolean)


29276
29277
29278
29279
29280
29281
29282
29283
29284
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29276

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

#max_resultsInteger

The maximum number of requests to select.

Returns:

  • (Integer)


29276
29277
29278
29279
29280
29281
29282
29283
29284
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29276

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

#next_tokenString

The response from the last list when returning a list large enough to neeed tokening.

Returns:

  • (String)


29276
29277
29278
29279
29280
29281
29282
29283
29284
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29276

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

#stage_nameString

The name of the stage in the deployment.

Returns:

  • (String)


29276
29277
29278
29279
29280
29281
29282
29283
29284
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29276

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