Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.08 KB

File metadata and controls

44 lines (32 loc) · 1.08 KB
page_title openai_batches Data Source - terraform-provider-openai
subcategory
description Use this data source to retrieve a list of batch jobs.

openai_batches (Data Source)

Use this data source to retrieve a list of batch jobs.

Schema

Optional

  • project_id (String) The ID of the project associated with the batch jobs. If not specified, the API key's default project will be used.

Read-Only

Nested Schema for batches

Read-Only:

  • completed_at (Number)
  • completion_window (String)
  • created_at (Number)
  • endpoint (String)
  • error_file_id (String)
  • expires_at (Number)
  • id (String)
  • in_progress_at (Number)
  • input_file_id (String)
  • metadata (Map of String)
  • output_file_id (String)
  • request_counts (Map of Number)
  • status (String)