Class: Aws::SageMaker::Types::ListTransformJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListTransformJobsResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
36799 36800 36801 36802 36803 36804 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36799 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.
36799 36800 36801 36802 36803 36804 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36799 class ListTransformJobsResponse < Struct.new( :transform_job_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |