Condividi tramite


ComputeResource type

Oggetto di calcolo di Machine Learning sottoposto a wrapping nella busta delle risorse arm.

type ComputeResource = Resource &
  Components1D3SwueSchemasComputeresourceAllof1 & {
    identity?: Identity
    location?: string
    sku?: Sku
    systemData?: SystemData
    tags?: { [propertyName: string]: string }
  }