Class: Aws::CleanRoomsML::Types::ListCollaborationTrainedModelExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListCollaborationTrainedModelExportJobsResponse
- Defined in:
- gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_trained_model_export_jobs ⇒ Array<Types::CollaborationTrainedModelExportJobSummary>
The exports jobs that exist for the requested trained model in the requested collaboration.
-
#next_token ⇒ String
The token value used to access the next page of results.
Instance Attribute Details
#collaboration_trained_model_export_jobs ⇒ Array<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_token ⇒ String
The token value used to access the next page of results.
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 |