Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 5,506 for METADATA (0.12 sec)

  1. docs/de/docs/tutorial/metadata.md

    Sie können diese wie folgt setzen:
    
    ```Python hl_lines="3-16  19-32"
    {!../../../docs_src/metadata/tutorial001.py!}
    ```
    
    !!! tip "Tipp"
        Sie können Markdown in das Feld `description` schreiben und es wird in der Ausgabe gerendert.
    
    Mit dieser Konfiguration würde die automatische API-Dokumentation wie folgt aussehen:
    
    <img src="/img/tutorial/metadata/image01.png">
    
    ## Lizenz-ID
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:25:38 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. docs/zh/docs/tutorial/metadata.md

    ```Python...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  3. internal/crypto/metadata.go

    func RemoveSSEHeaders(metadata map[string]string) {
    	delete(metadata, xhttp.AmzServerSideEncryption)
    	delete(metadata, xhttp.AmzServerSideEncryptionKmsID)
    	delete(metadata, xhttp.AmzServerSideEncryptionKmsContext)
    	delete(metadata, xhttp.AmzServerSideEncryptionCustomerAlgorithm)
    	delete(metadata, xhttp.AmzServerSideEncryptionCustomerKey)
    	delete(metadata, xhttp.AmzServerSideEncryptionCustomerKeyMD5)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 17:40:33 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  4. pkg/config/schema/metadata.yaml

    John Howard <******@****.***> 1712943452 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 17:37:32 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  5. docs/ru/docs/tutorial/metadata.md

    Вы можете задать их следующим образом:
    
    ```Python hl_lines="3-16  19-31"
    {!../../../docs_src/metadata/tutorial001.py!}
    ```
    
    !!! tip "Подсказка"
        Вы можете использовать Markdown в поле `description`, и оно будет отображено в выводе.
    
    С этой конфигурацией автоматическая документация API будут выглядеть так:
    
    <img src="/img/tutorial/metadata/image01.png">
    
    ## Метаданные для тегов
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  6. docs/ja/docs/tutorial/metadata.md

         *たとえば、以前のバージョンのアプリケーションがあり、OpenAPIも使用している場合に便利です。
    
    これらを設定するには、パラメータ `title`、`description`、`version` を使用します:
    
    ```Python hl_lines="4-6"
    {!../../../docs_src/metadata/tutorial001.py!}
    ```
    
    この設定では、自動APIドキュメントは以下の様になります:
    
    <img src="/img/tutorial/metadata/image01.png">
    
    ## タグのためのメタデータ
    
    さらに、パラメータ `openapi_tags` を使うと、path operations をグループ分けするための複数のタグに関するメタデータを追加できます。
    
    それぞれのタグ毎にひとつの辞書を含むリストをとります。
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sun Mar 31 23:52:53 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/metadata.mlir

    // RUN: flatbuffer_translate -mlir-to-tflite-flatbuffer %s -o - | flatbuffer_to_string - | FileCheck %s
    
    module attributes {
      tfl.metadata = {key1 = "value1", key2 = "value2"}
    } {
      func.func @main(tensor<3x2xi32>) -> tensor<3x2xi32>
        attributes {tf.entry_function = {inputs = "input", outputs = "SameNameAsOutput"}} {
      ^bb0(%arg0: tensor<3x2xi32>):
        %0 = "tfl.pseudo_const" () {value = dense<[[1, 2], [3, 4], [5, 6]]> : tensor<3x2xi32>} : () -> tensor<3x2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 24 07:31:32 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  8. pkg/config/resource/metadata.go

    	"istio.io/istio/pkg/maps"
    )
    
    // Metadata about a resource.
    type Metadata struct {
    	Schema      resource.Schema
    	FullName    FullName
    	CreateTime  time.Time
    	Version     Version
    	Generation  int64
    	Labels      map[string]string
    	Annotations map[string]string
    }
    
    // Clone Metadata. Warning, this is expensive!
    func (m *Metadata) Clone() Metadata {
    	result := *m
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 26 13:19:33 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  9. api/maven-api-metadata/src/main/mdo/metadata.mdo

      xml.namespace="http://maven.apache.org/METADATA/${version}"
      xml.schemaLocation="https://maven.apache.org/xsd/repository-metadata-${version}.xsd">
      <id>repository-metadata</id>
      <name>Metadata</name>
      <description><![CDATA[
        <p>Per-directory repository metadata <code>repository-metadata.xml</code>.</p>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 15 17:32:27 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  10. pkg/config/analysis/metadata.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    package analysis
    
    import "istio.io/istio/pkg/config"
    
    // Metadata represents metadata for an analyzer
    type Metadata struct {
    	Name string
    	// Description is a short explanation of what the analyzer checks. This
    	// field is displayed to users when --list-analyzers is called.
    	Description string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 01 01:34:15 UTC 2023
    - 923 bytes
    - Viewed (0)
Back to top