Class: Aws::CleanRoomsML::Types::ListConfiguredModelAlgorithmAssociationsResponse

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_algorithm_associationsArray<Types::ConfiguredModelAlgorithmAssociationSummary>

The list of configured model algorithm associations.



4318
4319
4320
4321
4322
4323
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4318

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

#next_tokenString

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

Returns:

  • (String)


4318
4319
4320
4321
4322
4323
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4318

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