Class: Aws::CleanRoomsML::Types::ListTrainedModelInferenceJobsRequest

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)


3991
3992
3993
3994
3995
3996
3997
3998
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3991

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

#membership_identifierString

The membership

Returns:

  • (String)


3991
3992
3993
3994
3995
3996
3997
3998
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3991

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

#next_tokenString

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

Returns:

  • (String)


3991
3992
3993
3994
3995
3996
3997
3998
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3991

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

#trained_model_arnString

The Amazon Resource Name (ARN) of a trained model that was used to create the trained model inference jobs that you are interested in.

Returns:

  • (String)


3991
3992
3993
3994
3995
3996
3997
3998
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3991

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