Class: Aws::CleanRoomsML::Types::ListCollaborationTrainedModelInferenceJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::ListCollaborationTrainedModelInferenceJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanroomsml/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_trained_model_inference_jobs ⇒ Array<Types::CollaborationTrainedModelInferenceJobSummary>
The trained model inference jobs that you are interested in.
-
#next_token ⇒ String
The token value used to access the next page of results.
Instance Attribute Details
#collaboration_trained_model_inference_jobs ⇒ Array<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_token ⇒ String
The token value used to access the next page of results.
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 |