Class: Aws::CleanRoomsML::Types::ListConfiguredModelAlgorithmsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configured_model_algorithmsArray<Types::ConfiguredModelAlgorithmSummary>

The list of configured model algorithms.



4296
4297
4298
4299
4300
4301
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4296

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

#next_tokenString

The token value used to access the next page of results.

Returns:

  • (String)


4296
4297
4298
4299
4300
4301
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4296

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