CreateGraphRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether or not to enable deletion protection on the graph. The graph can’t be deleted when deletion protection is enabled. (true or false).

Link copied to clipboard

A name for the new Neptune Analytics graph to be created.

Link copied to clipboard

Specifies a KMS key to use to encrypt data in the new graph.

Link copied to clipboard

The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 16

Link copied to clipboard

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable.

Link copied to clipboard

The number of replicas in other AZs. Min =0, Max = 2, Default = 1.

Link copied to clipboard

Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.

Link copied to clipboard

Specifies the number of dimensions for vector embeddings that will be loaded into the graph. The value is specified as dimension=value. Max = 65,535

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String