Partilhar via


ComputeResource type

Objeto de computação do Machine Learning moldado no envelope de recursos do ARM.

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