Class: Aws::CleanRoomsML::Types::ListCollaborationConfiguredModelAlgorithmAssociationsRequest

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

#collaboration_identifierString

The collaboration ID of the collaboration that contains the configured model algorithm associations that you are interested in.

Returns:

  • (String)


3975
3976
3977
3978
3979
3980
3981
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3975

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

#max_resultsInteger

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

Returns:

  • (Integer)


3975
3976
3977
3978
3979
3980
3981
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3975

class ListCollaborationConfiguredModelAlgorithmAssociationsRequest < Struct.new(
  :next_token,
  :max_results,
  :collaboration_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)


3975
3976
3977
3978
3979
3980
3981
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 3975

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