Class: Aws::CleanRoomsML::Types::ListConfiguredModelAlgorithmAssociationsRequest

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

#max_resultsInteger

The maximum size of the results that is returned per call.

Returns:

  • (Integer)


4243
4244
4245
4246
4247
4248
4249
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4243

class ListConfiguredModelAlgorithmAssociationsRequest < Struct.new(
  :next_token,
  :max_results,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The membership ID of the member that created the configured model algorithm associations you are interested in.

Returns:

  • (String)


4243
4244
4245
4246
4247
4248
4249
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4243

class ListConfiguredModelAlgorithmAssociationsRequest < Struct.new(
  :next_token,
  :max_results,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token value retrieved from a previous call to access the next page of results.

Returns:

  • (String)


4243
4244
4245
4246
4247
4248
4249
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4243

class ListConfiguredModelAlgorithmAssociationsRequest < Struct.new(
  :next_token,
  :max_results,
  :membership_identifier)
  SENSITIVE = []
  include Aws::Structure
end