Class: Aws::Neptunedata::Types::StartMLModelTrainingJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::StartMLModelTrainingJobOutput
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the new model training job.
-
#creation_time_in_millis ⇒ Integer
The model training job creation time, in milliseconds.
-
#id ⇒ String
The unique ID of the new model training job.
Instance Attribute Details
#arn ⇒ String
The ARN of the new model training job.
3622 3623 3624 3625 3626 3627 3628 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3622 class StartMLModelTrainingJobOutput < Struct.new( :id, :arn, :creation_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#creation_time_in_millis ⇒ Integer
The model training job creation time, in milliseconds.
3622 3623 3624 3625 3626 3627 3628 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3622 class StartMLModelTrainingJobOutput < Struct.new( :id, :arn, :creation_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the new model training job.
3622 3623 3624 3625 3626 3627 3628 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3622 class StartMLModelTrainingJobOutput < Struct.new( :id, :arn, :creation_time_in_millis) SENSITIVE = [] include Aws::Structure end |