簽名:
export declare namespace machineLearning
型別別名
類型別名 | 說明 |
---|---|
GcsTfliteModelOptions | 將別名設為 GcsTfliteModelOptions。 |
ListModelsOptions | 在 ListModelsOptions 中輸入別名。 |
ListModelsResult | 在 ListModelsResult 中輸入別名。 |
機器學習 | 在 MachineLearning 輸入別名。 |
型號 | 在「Model」 輸入別名。 |
ModelOptions | 將別名設為 ModelOptions。 |
ModelOptionsBase | 將別名設為 ModelOptionsBase。 |
TFLiteModel | 在 TFLiteModel 中輸入別名。 |
MachineLearning.GcsTfliteModelOptions
將別名設為 GcsTfliteModelOptions。
簽名:
type GcsTfliteModelOptions = TGcsTfliteModelOptions;
MachineLearning.ListModelsOptions
在 ListModelsOptions 中輸入別名。
簽名:
type ListModelsOptions = TListModelsOptions;
MachineLearning.ListModelsResult
在 ListModelsResult 中輸入別名。
簽名:
type ListModelsResult = TListModelsResult;
MachineLearning.MachineLearning
在 MachineLearning 輸入別名。
簽名:
type MachineLearning = TMachineLearning;
MachineLearning.Model
簽名:
type Model = TModel;
MachineLearning.ModelOptions
將別名設為 ModelOptions。
簽名:
type ModelOptions = TModelOptions;
MachineLearning.ModelOptionsBase
將別名設為 ModelOptionsBase。
簽名:
type ModelOptionsBase = TModelOptionsBase;
MachineLearning.TFLiteModel
在 TFLiteModel 中輸入別名。
簽名:
type TFLiteModel = TTFLiteModel;