Class: Aws::Neptunedata::Types::ListMLModelTrainingJobsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idsArray<String>

A page of the list of model training job IDs.

Returns:

  • (Array<String>)


2049
2050
2051
2052
2053
# File 'lib/aws-sdk-neptunedata/types.rb', line 2049

class ListMLModelTrainingJobsOutput < Struct.new(
  :ids)
  SENSITIVE = []
  include Aws::Structure
end