Class: Aws::SageMaker::Types::ListAIWorkloadConfigsResponse

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

#ai_workload_configsArray<Types::AIWorkloadConfigSummary>

An array of AIWorkloadConfigSummary objects, one for each AI workload configuration that matches the specified filters.

Returns:



32887
32888
32889
32890
32891
32892
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32887

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

#next_tokenString

If the response is truncated, Amazon SageMaker AI returns this token. To retrieve the next set of configurations, use it in the subsequent request.

Returns:

  • (String)


32887
32888
32889
32890
32891
32892
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32887

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