Class: Aws::Neptunedata::Types::MlConfigDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::MlConfigDefinition
- 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
-
#arn ⇒ String
The ARN for the configuration.
-
#name ⇒ String
The configuration name.
Instance Attribute Details
#arn ⇒ String
The ARN for the configuration.
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 |
#name ⇒ String
The configuration name.
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 |