> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-serverless-sft-revamp.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Class: WeaveObject

> TypeScript SDK 레퍼런스

[weave](../) / WeaveObject

## 계층 구조

* `WeaveObject`

  ↳ [`Dataset`](./dataset)

  ↳ [`Evaluation`](./evaluation)

## 목차

### 생성자 (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)

#### 파라미터

| 이름                | 타입                      |
| :---------------- | :---------------------- |
| `_baseParameters` | `WeaveObjectParameters` |

#### 반환값

[`WeaveObject`](./weaveobject)

#### 정의 위치

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

## 속성 (Properties)

### \_\_savedRef

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

#### 정의 위치

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

## 접근자 (Accessors)

### description

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

#### 반환값

`undefined` | `string`

#### 정의 위치

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

***

### name

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

#### 반환값

`string`

#### 정의 위치

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

## 메소드 (Methods)

### saveAttrs

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

#### 반환값

`Object`

#### 정의 위치

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