Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. numPhysicalBytes :: Table -> Maybe Int64

    gogol-bigquery Gogol.BigQuery

    Output only. The physical size of this table in bytes. This includes storage used for time travel.

  2. numPrincipalComponents :: TrainingOptions -> Maybe Int64

    gogol-bigquery Gogol.BigQuery

    Number of principal components to keep in the PCA model. Must be <= the number of features.

  3. numRows :: Table -> Maybe Word64

    gogol-bigquery Gogol.BigQuery

    Output only. The number of rows of data in this table, excluding any data in the streaming buffer.

  4. numTimeTravelPhysicalBytes :: Table -> Maybe Int64

    gogol-bigquery Gogol.BigQuery

    Output only. Number of physical bytes used by time travel storage (deleted or changed data). This data is not kept in real time, and might be delayed by a few seconds to a few minutes.

  5. numTotalLogicalBytes :: Table -> Maybe Int64

    gogol-bigquery Gogol.BigQuery

    Output only. Total number of logical bytes in the table or materialized view.

  6. numTotalPhysicalBytes :: Table -> Maybe Int64

    gogol-bigquery Gogol.BigQuery

    Output only. The physical size of this table in bytes. This also includes storage used for time travel. This data is not kept in real time, and might be delayed by a few seconds to a few minutes.

  7. numTrials :: TrainingOptions -> Maybe Int64

    gogol-bigquery Gogol.BigQuery

    Number of trials to run this hyperparameter tuning job.

  8. numericId :: ProjectList_ProjectsItem -> Maybe Word64

    gogol-bigquery Gogol.BigQuery

    The numeric ID of this project.

  9. numericalValue :: FeatureValue -> Maybe Double

    gogol-bigquery Gogol.BigQuery

    The numerical feature value. This is the centroid value for this feature.

  10. numActiveLogicalBytes :: Table -> Maybe Int64

    gogol-bigquery Gogol.BigQuery.Types

    Output only. Number of logical bytes that are less than 90 days old.

Page 110 of many | Previous | Next