Class: Aws::Neptunedata::Types::StartMLModelTransformJobOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the model transform job.

Returns:

  • (String)


3744
3745
3746
3747
3748
3749
3750
# File 'gems/aws-sdk-neptunedata/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_millisInteger

The creation time of the model transform job, in milliseconds.

Returns:

  • (Integer)


3744
3745
3746
3747
3748
3749
3750
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3744

class StartMLModelTransformJobOutput < Struct.new(
  :id,
  :arn,
  :creation_time_in_millis)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of the new model transform job.

Returns:

  • (String)


3744
3745
3746
3747
3748
3749
3750
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3744

class StartMLModelTransformJobOutput < Struct.new(
  :id,
  :arn,
  :creation_time_in_millis)
  SENSITIVE = []
  include Aws::Structure
end