Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 258 for analytics (0.07 sec)

  1. helm-releases/minio-5.0.13.tgz

    aster/LICENSE) MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads. For more detailed documentation please visit [here](https://min.io/docs/minio/linux/index.html) ## Introduction This chart bootstraps MinIO Cluster on [Kubernetes](http://kubernetes.io) using the [Helm](https://helm.sh)...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sun Jul 09 07:13:05 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  2. helm-releases/minio-5.0.7.tgz

    aster/LICENSE) MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads. For more detailed documentation please visit [here](https://min.io/docs/minio/linux/index.html) ## Introduction This chart bootstraps MinIO Cluster on [Kubernetes](http://kubernetes.io) using the [Helm](https://helm.sh)...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Feb 13 10:37:23 UTC 2023
    - 20.3K bytes
    - Viewed (0)
  3. helm-releases/minio-4.0.4.tgz

    aster/LICENSE) MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads. For more detailed documentation please visit [here](https://docs.minio.io/) ## Introduction This chart bootstraps MinIO Cluster on [Kubernetes](http://kubernetes.io) using the [Helm](https://helm.sh) package manager....
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Jul 14 04:44:23 UTC 2022
    - 18.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.32.md

    ### Changed
    - cloud.google.com/go/accessapproval: v1.7.1 → v1.7.4
    - cloud.google.com/go/accesscontextmanager: v1.8.1 → v1.8.4
    - cloud.google.com/go/aiplatform: v1.48.0 → v1.58.0
    - cloud.google.com/go/analytics: v0.21.3 → v0.22.0
    - cloud.google.com/go/apigateway: v1.6.1 → v1.6.4
    - cloud.google.com/go/apigeeconnect: v1.6.1 → v1.6.4
    - cloud.google.com/go/apigeeregistry: v0.7.1 → v0.8.2
    - cloud.google.com/go/appengine: v1.8.1 → v1.8.4
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Oct 29 20:17:52 UTC 2024
    - 121.6K bytes
    - Viewed (0)
  5. helm-releases/minio-5.3.0.tgz

    aster/LICENSE) MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. Use MinIO to build high performance infrastructure for machine learning, analytics and application data workloads. | IMPORTANT | | ---------- | | This Helm chart is community built, maintained, and supported. MinIO does not guarantee support for any given bug, feature request, or update referencing this chart. <br/><br/> MinIO...
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 11 12:21:05 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.29.md

    ### Changed
    - cloud.google.com/go/accessapproval: v1.6.0 → v1.7.1
    - cloud.google.com/go/accesscontextmanager: v1.7.0 → v1.8.1
    - cloud.google.com/go/aiplatform: v1.37.0 → v1.48.0
    - cloud.google.com/go/analytics: v0.19.0 → v0.21.3
    - cloud.google.com/go/apigateway: v1.5.0 → v1.6.1
    - cloud.google.com/go/apigeeconnect: v1.5.0 → v1.6.1
    - cloud.google.com/go/apigeeregistry: v0.6.0 → v0.7.1
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Oct 23 04:37:31 UTC 2024
    - 375.1K bytes
    - Viewed (1)
  7. .github/workflows/codeql-analysis.init.gradle

    Sterling Greene <******@****.***> 1602308214 -0400
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Sat Oct 10 05:36:54 UTC 2020
    - 745 bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/opensearch/extension/analysis/SynonymLoader.java

    import org.apache.lucene.analysis.Tokenizer;
    import org.apache.lucene.analysis.core.KeywordTokenizer;
    import org.apache.lucene.analysis.core.LowerCaseFilter;
    import org.apache.lucene.analysis.synonym.SolrSynonymParser;
    import org.apache.lucene.analysis.synonym.SynonymMap;
    import org.apache.lucene.analysis.synonym.WordnetSynonymParser;
    import org.opensearch.common.settings.Settings;
    import org.opensearch.common.unit.TimeValue;
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  9. src/test/java/org/codelibs/opensearch/extension/analysis/StopTokenSuffixFilterFactory.java

     */
    package org.codelibs.opensearch.extension.analysis;
    
    import java.util.List;
    import java.util.Locale;
    
    import org.apache.lucene.analysis.TokenStream;
    import org.codelibs.analysis.ja.StopTokenSuffixFilter;
    import org.opensearch.common.settings.Settings;
    import org.opensearch.env.Environment;
    import org.opensearch.index.IndexSettings;
    import org.opensearch.index.analysis.AbstractTokenFilterFactory;
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/opensearch/extension/ExtensionPlugin.java

    import org.codelibs.opensearch.extension.analysis.ReloadableKuromojiTokenizerFactory;
    import org.codelibs.opensearch.extension.analysis.ReloadableStopFilterFactory;
    import org.codelibs.opensearch.extension.analysis.StopTokenPrefixFilterFactory;
    import org.codelibs.opensearch.extension.analysis.StopTokenSuffixFilterFactory;
    import org.codelibs.opensearch.extension.kuromoji.index.analysis.JapaneseStopTokenFilterFactory;
    Registered: Fri Nov 08 09:08:12 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top