Interface CollectionConfiguration.Builder

    • Method Detail

      • collectionName

        CollectionConfiguration.Builder collectionName​(String collectionName)

        The name of the tensor collection. The name must be unique relative to other rule configuration names.

        Parameters:
        collectionName - The name of the tensor collection. The name must be unique relative to other rule configuration names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • collectionParameters

        CollectionConfiguration.Builder collectionParameters​(Map<String,​String> collectionParameters)

        Parameter values for the tensor collection. The allowed parameters are "name", "include_regex", "reduction_config", "save_config", "tensor_names", and "save_histogram".

        Parameters:
        collectionParameters - Parameter values for the tensor collection. The allowed parameters are "name", "include_regex", "reduction_config", "save_config", "tensor_names", and "save_histogram".
        Returns:
        Returns a reference to this object so that method calls can be chained together.