Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 602 for content_length:[500000 TO 999999] (0.08 sec)

  1. lightgbm.basic โ€” LightGBM 4.6.0.99 documentation

    Module code lightgbm.basic Source code for lightgbm.basic # coding: utf-8 """Wrapper for C API of LightGBM.""" # This...
    lightgbm.readthedocs.io/en/latest/_modules/lightgbm/basic.html
    Registered: Wed Oct 15 08:14:59 UTC 2025
    - Last Modified: Fri Sep 12 23:51:39 UTC 2025
    - 748.1K bytes
    - Viewed (0)
  2. Extend the Kubernetes API with CustomResourceDe...

    This page shows how to install a custom resource into the Kubernetes API by creating a CustomResourceDefinition. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/
    Registered: Wed Oct 15 08:14:40 UTC 2025
    - 675K bytes
    - Viewed (0)
  3. Configure Multiple Schedulers | Kubernetes

    Kubernetes ships with a default scheduler that is described here. If the default scheduler does not suit your needs you can implement your own scheduler. Moreover, you can even run multiple schedulers simultaneously alongside the default scheduler and instruct Kubernetes what scheduler to use for each of your pods. Let's learn how to run multiple schedulers in Kubernetes with an example. A detailed description of how to implement a scheduler is outside the scope of this document.
    kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/
    Registered: Wed Oct 15 08:13:57 UTC 2025
    - 509.1K bytes
    - Viewed (0)
  4. OAuth2 con Password (y hashing), Bearer con tok...

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/es/tutorial/security/oauth2-jwt/
    Registered: Wed Oct 15 06:32:31 UTC 2025
    - 604.5K bytes
    - Viewed (0)
  5. Assign Memory Resources to Containers and Pods ...

    This page shows how to assign a memory request and a memory limit to a Container. A Container is guaranteed to have as much memory as it requests, but is not allowed to use more memory than its limit. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.
    kubernetes.io/docs/tasks/configure-pod-container/assign-memory-resource/
    Registered: Wed Oct 15 07:57:02 UTC 2025
    - 494.7K bytes
    - Viewed (0)
  6. OpenAPI models - FastAPI

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/vi/reference/openapi/models/
    Registered: Wed Oct 15 07:59:20 UTC 2025
    - 683.7K bytes
    - Viewed (0)
  7. Custom Response Classes - File, HTML, Redirect,...

    FastAPI framework, high performance, easy to learn, fast to code, ready for production
    fastapi.tiangolo.com/pt/reference/responses/
    Registered: Wed Oct 15 06:54:15 UTC 2025
    - 536.3K bytes
    - Viewed (0)
  8. Installing kubeadm | Kubernetes

    This page shows how to install the kubeadm toolbox. For information on how to create a cluster with kubeadm once you have performed this installation process, see the Creating a cluster with kubeadm page. This installation guide is for Kubernetes v1.34. If you want to use a different Kubernetes version, please refer to the following pages instead: Installing kubeadm (Kubernetes v1.33) Installing kubeadm (Kubernetes v1.32) Installing kubeadm (Kubernetes v1.31) Installing kubeadm (Kubernetes v1.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
    Registered: Wed Oct 15 07:27:21 UTC 2025
    - 494.9K bytes
    - Viewed (0)
  9. Creating a cluster with kubeadm | Kubernetes

    Using kubeadm, you can create a minimum viable Kubernetes cluster that conforms to best practices. In fact, you can use kubeadm to set up a cluster that will pass the Kubernetes Conformance tests. kubeadm also supports other cluster lifecycle functions, such as bootstrap tokens and cluster upgrades. The kubeadm tool is good if you need: A simple way for you to try out Kubernetes, possibly for the first time. A way for existing users to automate setting up a cluster and test their application.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
    Registered: Wed Oct 15 07:27:28 UTC 2025
    - 497.1K bytes
    - Viewed (0)
  10. Labels and Selectors | Kubernetes

    Labels are key/value pairs that are attached to objects such as Pods. Labels are intended to be used to specify identifying attributes of objects that are meaningful and relevant to users, but do not directly imply semantics to the core system. Labels can be used to organize and to select subsets of objects. Labels can be attached to objects at creation time and subsequently added and modified at any time.
    kubernetes.io/docs/concepts/overview/working-with-objects/labels/
    Registered: Wed Oct 15 07:30:31 UTC 2025
    - 489.6K bytes
    - Viewed (0)
Back to top