---
title: MLModelStructure.Program.Value
framework: coreml
role: symbol
role_heading: Structure
path: coreml/mlmodelstructure-swift.enum/program/value
---

# MLModelStructure.Program.Value

A struct representing the value of a variable in the Program.

## Declaration

```swift
struct Value
```

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the program types

- [MLModelStructure.Program.Argument](coreml/mlmodelstructure-swift.enum/program/argument.md)
- [MLModelStructure.Program.Block](coreml/mlmodelstructure-swift.enum/program/block.md)
- [MLModelStructure.Program.Function](coreml/mlmodelstructure-swift.enum/program/function.md)
- [MLModelStructure.Program.NamedValueType](coreml/mlmodelstructure-swift.enum/program/namedvaluetype.md)
- [MLModelStructure.Program.Operation](coreml/mlmodelstructure-swift.enum/program/operation.md)
- [MLModelStructure.Program.ValueType](coreml/mlmodelstructure-swift.enum/program/valuetype.md)
- [MLModelStructure.Program.Binding](coreml/mlmodelstructure-swift.enum/program/binding.md)
