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:



29336
29337
29338
29339
29340
29341
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29336

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)


29336
29337
29338
29339
29340
29341
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29336

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