Class: Aws::SageMaker::Types::ListStageDevicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListStageDevicesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan.
-
#exclude_devices_deployed_in_other_stage ⇒ Boolean
Toggle for excluding devices deployed in other stages.
-
#max_results ⇒ Integer
The maximum number of requests to select.
-
#next_token ⇒ String
The response from the last list when returning a list large enough to neeed tokening.
-
#stage_name ⇒ String
The name of the stage in the deployment.
Instance Attribute Details
#edge_deployment_plan_name ⇒ String
The name of the edge deployment plan.
30915 30916 30917 30918 30919 30920 30921 30922 30923 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30915 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_stage ⇒ Boolean
Toggle for excluding devices deployed in other stages.
30915 30916 30917 30918 30919 30920 30921 30922 30923 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30915 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_results ⇒ Integer
The maximum number of requests to select.
30915 30916 30917 30918 30919 30920 30921 30922 30923 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30915 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_token ⇒ String
The response from the last list when returning a list large enough to neeed tokening.
30915 30916 30917 30918 30919 30920 30921 30922 30923 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30915 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_name ⇒ String
The name of the stage in the deployment.
30915 30916 30917 30918 30919 30920 30921 30922 30923 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30915 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 |