Class: Aws::SageMaker::Types::ListStageDevicesResponse

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_deployment_summariesArray<Types::DeviceDeploymentSummary>

List of summaries of devices allocated to the stage.

Returns:



29385
29386
29387
29388
29389
29390
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29385

class ListStageDevicesResponse < Struct.new(
  :device_deployment_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use when calling the next page of results.

Returns:

  • (String)


29385
29386
29387
29388
29389
29390
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29385

class ListStageDevicesResponse < Struct.new(
  :device_deployment_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end