Class: Aws::SageMaker::Types::ListInferenceExperimentsResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inference_experimentsArray<Types::InferenceExperimentSummary>

List of inference experiments.



27166
27167
27168
27169
27170
27171
# File 'lib/aws-sdk-sagemaker/types.rb', line 27166

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

#next_tokenString

The token to use when calling the next page of results.

Returns:

  • (String)


27166
27167
27168
27169
27170
27171
# File 'lib/aws-sdk-sagemaker/types.rb', line 27166

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