Class: Aws::Bedrock::Types::ListModelImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListModelImportJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_import_job_summaries ⇒ Array<Types::ModelImportJobSummary>
Import job summaries.
-
#next_token ⇒ String
If the total number of results is greater than the ‘maxResults` value provided in the request, enter the token returned in the `nextToken` field in the response in this field to return the next batch of results.
Instance Attribute Details
#model_import_job_summaries ⇒ Array<Types::ModelImportJobSummary>
Import job summaries.
9810 9811 9812 9813 9814 9815 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9810 class ListModelImportJobsResponse < Struct.new( :next_token, :model_import_job_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the total number of results is greater than the ‘maxResults` value provided in the request, enter the token returned in the `nextToken` field in the response in this field to return the next batch of results.
9810 9811 9812 9813 9814 9815 |
# File 'lib/aws-sdk-bedrock/types.rb', line 9810 class ListModelImportJobsResponse < Struct.new( :next_token, :model_import_job_summaries) SENSITIVE = [] include Aws::Structure end |