Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for StatusCode (0.13 sec)

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

                                          - https
                                          type: string
                                        statusCode:
                                          default: 302
                                          description: |-
                                            StatusCode is the HTTP status code to be used in response.
    
    
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Response.Proto", Field, 0},
    		{"Response.ProtoMajor", Field, 0},
    		{"Response.ProtoMinor", Field, 0},
    		{"Response.Request", Field, 0},
    		{"Response.Status", Field, 0},
    		{"Response.StatusCode", Field, 0},
    		{"Response.TLS", Field, 3},
    		{"Response.Trailer", Field, 0},
    		{"Response.TransferEncoding", Field, 0},
    		{"Response.Uncompressed", Field, 7},
    		{"ResponseController", Type, 20},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. RELEASE.md

            `dtensor.shutdown_tpu_system`.
    
    ## Deprecations
    
    *   The C++ `tensorflow::Code` and `tensorflow::Status` will become aliases of
        respectively `absl::StatusCode` and `absl::Status` in some future release.
        *   Use `tensorflow::OkStatus()` instead of `tensorflow::Status::OK()`.
        *   Stop constructing `Status` objects from `tensorflow::error::Code`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top