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

# MLModelStructure.Program.ValueType

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

## Declaration

```swift
struct ValueType
```

## 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.Value](coreml/mlmodelstructure-swift.enum/program/value.md)
- [MLModelStructure.Program.Binding](coreml/mlmodelstructure-swift.enum/program/binding.md)
