Class: Aws::CleanRoomsML::Types::ListTrainedModelsRequest

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

#max_resultsInteger

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

Returns:

  • (Integer)

4033
4034
4035
4036
4037
4038
4039
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4033

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

#membership_identifierString

The membership ID of the member that created the trained models you are interested in.

Returns:

  • (String)

4033
4034
4035
4036
4037
4038
4039
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4033

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

4033
4034
4035
4036
4037
4038
4039
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 4033

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