Class: Aws::SageMaker::Types::ListAIWorkloadConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListAIWorkloadConfigsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_workload_configs ⇒ Array<Types::AIWorkloadConfigSummary>
An array of
AIWorkloadConfigSummaryobjects, one for each AI workload configuration that matches the specified filters. -
#next_token ⇒ String
If the response is truncated, Amazon SageMaker AI returns this token.
Instance Attribute Details
#ai_workload_configs ⇒ Array<Types::AIWorkloadConfigSummary>
An array of AIWorkloadConfigSummary objects, one for each AI
workload configuration that matches the specified filters.
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_token ⇒ String
If the response is truncated, Amazon SageMaker AI returns this token. To retrieve the next set of configurations, use it in the subsequent request.
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 |