<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreAI",
  "identifier" : "/documentation/CoreAI/InferenceFunction/AsyncMutableValue/init(descriptor:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Core AI"
    ],
    "preciseIdentifier" : "s:13CoreAIRuntime17InferenceFunctionV17AsyncMutableValueV10descriptorAeA0cG0V10DescriptorO_tcfc"
  },
  "title" : "init(descriptor:)"
}
-->

# init(descriptor:)

Initialize a new state by creating a value matching the provided descriptor.

```
init(descriptor: consuming InferenceValue.Descriptor)
```

## Parameters

`descriptor`

The descriptor of the inference value to be constructed and held by this state.

## Discussion

Note that the descriptor must not have a dynamic shape.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)