Class: Aws::CleanRoomsML::Types::ListCollaborationTrainedModelExportJobsResponse

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_trained_model_export_jobsArray<Types::CollaborationTrainedModelExportJobSummary>

The exports jobs that exist for the requested trained model in the requested collaboration.



4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4090

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

#next_tokenString

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

Returns:

  • (String)


4090
4091
4092
4093
4094
4095
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4090

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