Skip to main content

marqo_read_indices (Data Source)

Schema

Required

  • id (String) The unique identifier for the resource.

Read-Only

  • items (Attributes List) (see below for nested schema)
  • last_updated (String) The last time the resource was updated.

Nested Schema for items

Optional:

Read-Only:

  • ann_parameters (Attributes) (see below for nested schema)
  • created (String) The creation date of the index
  • docs_count (String) The number of documents in the index
  • docs_deleted (String) The number of documents deleted from the index
  • filter_string_max_length (String) The filter string max length
  • image_preprocessing (Attributes) (see below for nested schema)
  • index_name (String) The name of the index
  • index_status (String) The status of the index
  • inference_type (String) The type of inference used by the index
  • marqo_endpoint (String) The Marqo endpoint used by the index
  • marqo_version (String) The version of Marqo used by the index
  • model (String) The model used by the index
  • normalize_embeddings (Boolean) Indicates if embeddings should be normalized
  • number_of_inferences (String) The number of inferences made by the index
  • number_of_replicas (String) The number of replicas for the index
  • number_of_shards (String) The number of shards for the index
  • search_query_total (String) The total number of search queries made on the index
  • storage_class (String) The storage class of the index
  • store_size (String) The size of the index storage
  • text_preprocessing (Attributes) (see below for nested schema)
  • treat_urls_and_pointers_as_images (Boolean) Indicates if URLs and pointers should be treated as images
  • treat_urls_and_pointers_as_media (Boolean) Indicates if URLs and pointers should be treated as media
  • type (String) The type of the index
  • vector_numeric_type (String) The numeric type of the vector

Nested Schema for items.all_fields

Optional:

  • dependent_fields (Map of Number)
  • features (List of String)
  • name (String)
  • type (String)

Nested Schema for items.audio_preprocessing

Optional:

  • split_length (String)
  • split_overlap (String)

Nested Schema for items.collapse_fields

Optional:

  • min_groups (Number) The minimum number of groups for the collapse field

Read-Only:

  • name (String) The name of the collapse field

Nested Schema for items.model_properties

Read-Only:

  • dimensions (String)
  • is_marqtuned_model (Boolean)
  • model_location (Attributes) (see below for nested schema)
  • name (String)
  • tokens (String)
  • trust_remote_code (Boolean)
  • type (String)
  • url (String)

Nested Schema for items.model_properties.model_location

Optional:

Read-Only:

  • auth_required (Boolean)

Nested Schema for items.model_properties.model_location.auth_required

Read-Only:

  • filename (String)
  • repo_id (String)

Nested Schema for items.model_properties.model_location.auth_required

Read-Only:

  • bucket (String)
  • key (String)

Nested Schema for items.video_preprocessing

Optional:

  • split_length (String)
  • split_overlap (String)

Nested Schema for items.ann_parameters

Read-Only:

Nested Schema for items.ann_parameters.parameters

Read-Only:

  • ef_construction (String) The efConstruction parameter for ANN
  • m (String) The m parameter for ANN

Nested Schema for items.image_preprocessing

Read-Only:

  • patch_method (String) The patch method for image preprocessing

Nested Schema for items.text_preprocessing

Read-Only:

  • split_length (String) The split length for text preprocessing
  • split_method (String) The split method for text preprocessing
  • split_overlap (String) The split overlap for text preprocessing