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 ‘TransformJobSummary` objects.
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.
33542 33543 33544 33545 33546 33547 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33542 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.
33542 33543 33544 33545 33546 33547 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33542 class ListTransformJobsResponse < Struct.new( :transform_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |