Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for instanceId (0.18 sec)

  1. manifests/charts/base/crds/crd-all.gen.yaml

                          items:
                            properties:
                              destination:
                                description: Destination uniquely identifies the instances
                                  of a service to which the request/connection should
                                  be forwarded to.
                                properties:
                                  host:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                  For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
                                  with respect to the current state of the instance.
                                format: int64
                                minimum: 0
                                type: integer
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "description": "ScaleSpec describes the attributes of a scale subresource.",
            "properties": {
              "replicas": {
                "description": "replicas is the desired number of instances for the scaled object.",
                "format": "int32",
                "type": "integer"
              }
            },
            "type": "object"
          },
          "io.k8s.api.autoscaling.v1.ScaleStatus": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. RELEASE.md

            values every time they are called (for a given variable shape). For
            unseeded initializers (`seed=None`), a random seed will be created and
            assigned at initializer creation (different initializer instances get
            different seeds).
        *   An unseeded initializer will raise a warning if it is reused (called)
            multiple times. This is because it would produce the same values each
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    }
    
    def TF_CollectivePermuteOp : TF_Op<"CollectivePermute", []> {
      let summary = "An Op to permute tensors across replicated TPU instances.";
    
      let description = [{
    Each instance supplies its own input.
    
    For example, suppose there are 4 TPU instances: `[A, B, C, D]`. Passing
    source_target_pairs=`[[0,1],[1,2],[2,3],[3,0]]` gets the outputs:
    `[D, A, B, C]`.
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Info.InitOrder", Field, 5},
    		{"Info.Instances", Field, 18},
    		{"Info.Scopes", Field, 5},
    		{"Info.Selections", Field, 5},
    		{"Info.Types", Field, 5},
    		{"Info.Uses", Field, 5},
    		{"Initializer", Type, 5},
    		{"Initializer.Lhs", Field, 5},
    		{"Initializer.Rhs", Field, 5},
    		{"Instance", Type, 18},
    		{"Instance.Type", Field, 18},
    		{"Instance.TypeArgs", Field, 18},
    		{"Instantiate", Func, 18},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.model.internal.manage.instance.GeneratedViewState> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (GeneratedViewState.java:0)
    Class <org.gradle.model.internal.manage.instance.ManagedInstance> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ManagedInstance.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