Class: Aws::Neptunedata::Types::MlConfigDefinition

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

Overview

Contains a Neptune ML configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN for the configuration.

Returns:

  • (String)


2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2361

class MlConfigDefinition < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The configuration name.

Returns:

  • (String)


2361
2362
2363
2364
2365
2366
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2361

class MlConfigDefinition < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end