Class: Aws::SageMaker::Types::ListAIBenchmarkJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListAIBenchmarkJobsResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_benchmark_jobs ⇒ Array<Types::AIBenchmarkJobSummary>
An array of
AIBenchmarkJobSummaryobjects, one for each benchmark job that matches the specified filters. -
#next_token ⇒ String
If the response is truncated, Amazon SageMaker AI returns this token.
Instance Attribute Details
#ai_benchmark_jobs ⇒ Array<Types::AIBenchmarkJobSummary>
An array of AIBenchmarkJobSummary objects, one for each benchmark
job that matches the specified filters.
33422 33423 33424 33425 33426 33427 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33422 class ListAIBenchmarkJobsResponse < Struct.new( :ai_benchmark_jobs, :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 jobs, use it in the subsequent request.
33422 33423 33424 33425 33426 33427 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33422 class ListAIBenchmarkJobsResponse < Struct.new( :ai_benchmark_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |