Class: Aws::Neptunedata::Types::StartMLModelTrainingJobOutput

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 new model training job.

Returns:

  • (String)


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_millisInteger

The model training job creation time, in milliseconds.

Returns:

  • (Integer)


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

#idString

The unique ID of the new model training job.

Returns:

  • (String)


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