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)


3761
3762
3763
3764
3765
3766
3767
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3761

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)


3761
3762
3763
3764
3765
3766
3767
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3761

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)


3761
3762
3763
3764
3765
3766
3767
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 3761

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