[**refuel-sdk**](../../README.md)

***

[refuel-sdk](../../modules.md) / [types](../README.md) / Application

# Interface: Application

Application for labeling items

## Properties

### created\_at

> **created\_at**: `string`

Date the application was created

#### Defined in

[src/types.ts:58](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L58)

***

### dataset\_id

> **dataset\_id**: `string`

Dataset ID the application is associated with

#### Defined in

[src/types.ts:61](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L61)

***

### description?

> `optional` **description**: `string`

Application description

#### Defined in

[src/types.ts:64](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L64)

***

### emoji

> **emoji**: `null` \| `string`

Emoji for the application that can be used as the icon in the UI

#### Defined in

[src/types.ts:67](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L67)

***

### id

> **id**: `string`

Application ID

#### Defined in

[src/types.ts:55](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L55)

***

### input\_columns

> **input\_columns**: `string`[]

Input columns for the application

#### Defined in

[src/types.ts:70](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L70)

***

### model\_name

> **model\_name**: `string`

Model name for the application

#### Defined in

[src/types.ts:73](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L73)

***

### name

> **name**: `string`

Application name

#### Defined in

[src/types.ts:76](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L76)

***

### project\_id

> **project\_id**: `string`

Project ID the application is associated with

#### Defined in

[src/types.ts:79](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L79)

***

### subtasks

> **subtasks**: [`Subtask`](Subtask.md)[]

Subtasks for the application

#### Defined in

[src/types.ts:82](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L82)

***

### task\_id

> **task\_id**: `string`

Task ID the application is associated with

#### Defined in

[src/types.ts:85](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L85)

***

### task\_name

> **task\_name**: `string`

Name of the task the application is associated with

#### Defined in

[src/types.ts:88](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L88)

***

### task\_updated\_at

> **task\_updated\_at**: `null` \| `string`

Date the related task was last updated

#### Defined in

[src/types.ts:91](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L91)

***

### updated\_at

> **updated\_at**: `string`

Date the application was last updated

#### Defined in

[src/types.ts:94](https://github.com/refuel-ai/refuel-sdk/blob/ce96b857bf5c9f1c73e98ea4629535109c473935/src/types.ts#L94)
