Skip to main content

ExternalMLProviderEnum

This is a Model used for the Model class. This will be used to describe the provider in which this Mode lcam from IE meta, google, apple, ...etc

Properties

NameType

Example

import { ExternalMLProviderEnum } from '@pieces.app/pieces-os-client'

// TODO: Update the object below with actual values
const example: ExternalMLProviderEnum = {
}

console.log(example)

// Convert the instance to a JSON string
const exampleJSON: string = JSON.stringify(example)
console.log(exampleJSON)

// Parse the JSON string back to an object
const exampleParsed = JSON.parse(exampleJSON) as ExternalMLProviderEnum
console.log(exampleParsed)