Class: Aws::Neptunedata::Types::StartMLModelTransformJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::StartMLModelTransformJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the model transform job.
-
#creation_time_in_millis ⇒ Integer
The creation time of the model transform job, in milliseconds.
-
#id ⇒ String
The unique ID of the new model transform job.
Instance Attribute Details
#arn ⇒ String
The ARN of the model transform job.
3744 3745 3746 3747 3748 3749 3750 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3744 class StartMLModelTransformJobOutput < Struct.new( :id, :arn, :creation_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#creation_time_in_millis ⇒ Integer
The creation time of the model transform job, in milliseconds.
3744 3745 3746 3747 3748 3749 3750 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3744 class StartMLModelTransformJobOutput < Struct.new( :id, :arn, :creation_time_in_millis) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the new model transform job.
3744 3745 3746 3747 3748 3749 3750 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 3744 class StartMLModelTransformJobOutput < Struct.new( :id, :arn, :creation_time_in_millis) SENSITIVE = [] include Aws::Structure end |