Class: Aws::CleanRoomsML::Types::ListCollaborationTrainedModelInferenceJobsResponse

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_trained_model_inference_jobsArray<Types::CollaborationTrainedModelInferenceJobSummary>

The trained model inference jobs that you are interested in.



3746
3747
3748
3749
3750
3751
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3746

class ListCollaborationTrainedModelInferenceJobsResponse < Struct.new(
  :next_token,
  :collaboration_trained_model_inference_jobs)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token value used to access the next page of results.

Returns:

  • (String)


3746
3747
3748
3749
3750
3751
# File 'lib/aws-sdk-cleanroomsml/types.rb', line 3746

class ListCollaborationTrainedModelInferenceJobsResponse < Struct.new(
  :next_token,
  :collaboration_trained_model_inference_jobs)
  SENSITIVE = []
  include Aws::Structure
end