> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Class: WeaveObject

> TypeScript SDK reference

[weave](../) / WeaveObject

## Hierarchy

* `WeaveObject`

  ↳ [`Dataset`](./dataset)

  ↳ [`Evaluation`](./evaluation)

## Table of contents

### Constructors

* [constructor](./weaveobject#constructor)

### Properties

* [\_\_savedRef](./weaveobject#__savedref)

### Accessors

* [description](./weaveobject#description)
* [name](./weaveobject#name)

### Methods

* [saveAttrs](./weaveobject#saveattrs)

## Constructors

### constructor

• **new WeaveObject**(`_baseParameters`): [`WeaveObject`](./weaveobject)

#### Parameters

| Name              | Type                    |
| :---------------- | :---------------------- |
| `_baseParameters` | `WeaveObjectParameters` |

#### Returns

[`WeaveObject`](./weaveobject)

#### Defined in

[weaveObject.ts:75](https://github.com/wandb/weave/blob/62f1e46098095776ee29b730ad10b3b3d1a68307/sdks/node/src/weaveObject.ts#L75)

## Properties

### \_\_savedRef

• `Optional` **\_\_savedRef**: [`ObjectRef`](./objectref) | `Promise`\<[`ObjectRef`](./objectref)>

#### Defined in

[weaveObject.ts:73](https://github.com/wandb/weave/blob/62f1e46098095776ee29b730ad10b3b3d1a68307/sdks/node/src/weaveObject.ts#L73)

## Accessors

### description

• `get` **description**(): `undefined` | `string`

#### Returns

`undefined` | `string`

#### Defined in

[weaveObject.ts:100](https://github.com/wandb/weave/blob/62f1e46098095776ee29b730ad10b3b3d1a68307/sdks/node/src/weaveObject.ts#L100)

***

### name

• `get` **name**(): `string`

#### Returns

`string`

#### Defined in

[weaveObject.ts:96](https://github.com/wandb/weave/blob/62f1e46098095776ee29b730ad10b3b3d1a68307/sdks/node/src/weaveObject.ts#L96)

## Methods

### saveAttrs

▸ **saveAttrs**(): `Object`

#### Returns

`Object`

#### Defined in

[weaveObject.ts:77](https://github.com/wandb/weave/blob/62f1e46098095776ee29b730ad10b3b3d1a68307/sdks/node/src/weaveObject.ts#L77)
