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

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 trained models you are interested in.

Returns:

  • (String)


4167
4168
4169
4170
4171
4172
4173
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4167

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)


4167
4168
4169
4170
4171
4172
4173
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4167

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)


4167
4168
4169
4170
4171
4172
4173
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4167

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