Class: Aws::SageMaker::Types::ListAIBenchmarkJobsResponse

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_benchmark_jobsArray<Types::AIBenchmarkJobSummary>

An array of AIBenchmarkJobSummary objects, one for each benchmark job that matches the specified filters.

Returns:



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_tokenString

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

Returns:

  • (String)


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