Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for session_ (0.29 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                    session-based lifetime. A permanent cookie persists until its
                                    specified expiry time, defined by the Expires or Max-Age cookie
                                    attributes, while a session cookie is deleted when the current
                                    session ends.
    
    
                                    When set to "Permanent", AbsoluteTimeout indicates the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "in": "query",
                "name": "allowWatchBookmarks",
                "schema": {
                  "type": "boolean",
                  "uniqueItems": true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. RELEASE.md

    *   `tf.compat.v1.Session`
        * `tf.compat.v1.Session.partial_run` and `tf.compat.v1.Session.partial_run_setup` will be deprecated in the next release.
    
    ### Known Caveats
    
    * `tf.lite`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "stdinOnce": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    along their first dimension.
    
    Arguments that are captured, are not batched. The session.run call which does
    the concatenation, will use the values of the captured tensors available to it.
    Therefore, typical uses of captured tensors should involve values which remain
    unchanged across session.run calls. Inference is a good example of this.
    
    SparseTensor is not supported. The return value of the decorated function
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    		numErrs: 0,
    	}, {
    		name: "invalid selector",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.Selector["NoSpecialCharsLike=Equals"] = "bar"
    		},
    		numErrs: 1,
    	}, {
    		name: "missing session affinity",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.SessionAffinity = ""
    		},
    		numErrs: 1,
    	}, {
    		name: "missing type",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.Type = ""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.19.md

    - Added feature support to Windows for configuring session affinity of Kubernetes services.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.util.internal.EncryptionAlgorithm$IVLoader> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (EncryptionAlgorithm.java:0)
    Class <org.gradle.util.internal.EncryptionAlgorithm$Session> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (EncryptionAlgorithm.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top