Class: Aws::CleanRoomsML::Types::ListCollaborationTrainedModelsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 trained models you are interested in.

Returns:

  • (String)


4115
4116
4117
4118
4119
4120
4121
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4115

class ListCollaborationTrainedModelsRequest < 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)


4115
4116
4117
4118
4119
4120
4121
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4115

class ListCollaborationTrainedModelsRequest < 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)


4115
4116
4117
4118
4119
4120
4121
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4115

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