API Differences in CreateML in iOS 17.0

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show what is new in CreateML in the iOS 17.0 SDK.

Table of Contents

Functions & Methods

DataSource
public func extractKeypoints(targetFrameRate: Swift.Double = MLHandActionClassifier.__Defaults.targetFrameRate) throws -> TabularData.DataFrame
DataSource
public func extractKeypoints() throws -> TabularData.DataFrame
DataSource
public func gatherAnnotatedFileNames() throws -> TabularData.DataFrame?
DataSource
public func gatherAnnotatedFileNames() throws -> TabularData.DataFrame?

Properties & Constants

MLClassifierMetrics
public var confusionDataFrame: TabularData.DataFrame
MLClassifierMetrics
public var precisionRecallDataFrame: TabularData.DataFrame
MLProgress
public static let maximumErrorKey: Foundation.ProgressUserInfoKey
MLProgress
public static let rootMeanSquaredErrorKey: Foundation.ProgressUserInfoKey
MLProgress
public static let validationMaximumErrorKey: Foundation.ProgressUserInfoKey
MLProgress
public static let validationRootMeanSquaredErrorKey: Foundation.ProgressUserInfoKey

Conformances

MLTrainingSession
@unchecked Swift.Sendable

Enum Cases

FeatureExtractorType
case bertEmbedding
FeatureExtractorType
case elmoEmbedding
Metric
case maximumError
Metric
case rootMeanSquaredError
Metric
case validationMaximumError
Metric
case validationRootMeanSquaredError