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

# 클래스: WeaveObject

> TypeScript SDK 레퍼런스

[weave](../) / WeaveObject

<div id="hierarchy">
  ## 계층
</div>

* `WeaveObject`

  ↳ [`데이터셋`](./dataset)

  ↳ [`평가`](./evaluation)

<div id="table-of-contents">
  ## 목차
</div>

<div id="constructors">
  ### 생성자
</div>

* [constructor](./weaveobject#constructor)

<div id="properties">
  ### 속성
</div>

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

<div id="accessors">
  ### 접근자
</div>

* [설명](./weaveobject#description)
* [이름](./weaveobject#name)

<div id="methods">
  ### 방법
</div>

* [saveAttrs](./weaveobject#saveattrs)

## 생성자

<div id="constructors">
  ### 생성자
</div>

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

<div id="parameters">
  #### 매개변수
</div>

| 이름                | 유형                      |
| :---------------- | :---------------------- |
| `_baseParameters` | `WeaveObjectParameters` |

<div id="returns">
  #### 반환값
</div>

[`WeaveObject`](./weaveobject)

<div id="defined-in">
  #### 정의 위치
</div>

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

## 속성

<div id="__savedref">
  ### \_\_savedRef
</div>

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

<div id="defined-in">
  #### 정의 위치
</div>

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

## 접근자

<div id="description">
  ### 설명
</div>

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

<div id="returns">
  #### 반환값
</div>

`undefined` | `string`

<div id="defined-in">
  #### 정의 위치
</div>

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

***

<div id="name">
  ### 이름
</div>

• `get` **이름**(): `string`

<div id="returns">
  #### 반환값
</div>

`string`

<div id="defined-in">
  #### 정의 위치
</div>

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

## 방법

<div id="saveattrs">
  ### saveAttrs
</div>

▸ **saveAttrs**(): `객체`

<div id="returns">
  #### 반환값
</div>

`객체`

<div id="defined-in">
  #### 정의 위치
</div>

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