Class: Aws::Neptunedata::Types::MlResourceDefinition

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

Overview

Defines a Neptune ML resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The resource ARN.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
# File 'gems/aws-sdk-neptunedata/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_urlString

The CloudWatch log URL for the resource.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
# File 'gems/aws-sdk-neptunedata/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_reasonString

The failure reason, in case of a failure.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
# File 'gems/aws-sdk-neptunedata/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

#nameString

The resource name.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
# File 'gems/aws-sdk-neptunedata/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_locationString

The output location.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
# File 'gems/aws-sdk-neptunedata/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

#statusString

The resource status.

Returns:

  • (String)


2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
# File 'gems/aws-sdk-neptunedata/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