Share via


IMLBatchProvider Interfaz

Definición

Interfaz que define el protocolo para proporcionar datos en lotes al modelo.

[Foundation.Protocol(Name="MLBatchProvider", WrapperType=typeof(CoreML.MLBatchProviderWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IMLBatchProvider : IDisposable, ObjCRuntime.INativeObject
type IMLBatchProvider = interface
    interface INativeObject
    interface IDisposable
Derivado
Atributos
Implementaciones

Propiedades

Count

Número de IMLFeatureProvider objetos del lote actual.

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos

GetFeatures(nint)

Obtiene en IMLFeatureProvider para el lote actual.

Se aplica a