Class: Aws::Neptunedata::Types::MlResourceDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::MlResourceDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Defines a Neptune ML resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The resource ARN.
-
#cloudwatch_log_url ⇒ String
The CloudWatch log URL for the resource.
-
#failure_reason ⇒ String
The failure reason, in case of a failure.
-
#name ⇒ String
The resource name.
-
#output_location ⇒ String
The output location.
-
#status ⇒ String
The resource status.
Instance Attribute Details
#arn ⇒ String
The resource ARN.
2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2396 class MlResourceDefinition < Struct.new( :name, :arn, :status, :output_location, :failure_reason, :cloudwatch_log_url) SENSITIVE = [] include Aws::Structure end |
#cloudwatch_log_url ⇒ String
The CloudWatch log URL for the resource.
2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2396 class MlResourceDefinition < Struct.new( :name, :arn, :status, :output_location, :failure_reason, :cloudwatch_log_url) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The failure reason, in case of a failure.
2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2396 class MlResourceDefinition < Struct.new( :name, :arn, :status, :output_location, :failure_reason, :cloudwatch_log_url) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The resource name.
2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2396 class MlResourceDefinition < Struct.new( :name, :arn, :status, :output_location, :failure_reason, :cloudwatch_log_url) SENSITIVE = [] include Aws::Structure end |
#output_location ⇒ String
The output location.
2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2396 class MlResourceDefinition < Struct.new( :name, :arn, :status, :output_location, :failure_reason, :cloudwatch_log_url) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The resource status.
2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2396 class MlResourceDefinition < Struct.new( :name, :arn, :status, :output_location, :failure_reason, :cloudwatch_log_url) SENSITIVE = [] include Aws::Structure end |