Class: Aws::SageMaker::Types::ListTransformJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListTransformJobsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, Amazon SageMaker returns this token.
-
#transform_job_summaries ⇒ Array<Types::TransformJobSummary>
An array of
TransformJobSummaryobjects.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of transform jobs, use it in the next request.
36866 36867 36868 36869 36870 36871 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36866 class ListTransformJobsResponse < Struct.new( :transform_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#transform_job_summaries ⇒ Array<Types::TransformJobSummary>
An array of TransformJobSummary objects.
36866 36867 36868 36869 36870 36871 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 36866 class ListTransformJobsResponse < Struct.new( :transform_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |