Class: Aws::Neptunedata::Types::ListMLModelTrainingJobsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ListMLModelTrainingJobsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ids ⇒ Array<String>
A page of the list of model training job IDs.
Instance Attribute Details
#ids ⇒ Array<String>
A page of the list of model training job IDs.
2049 2050 2051 2052 2053 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2049 class ListMLModelTrainingJobsOutput < Struct.new( :ids) SENSITIVE = [] include Aws::Structure end |