Type Alias ApiUpdateGenerationBody

ApiUpdateGenerationBody: ApiUpdateSpanBody & {
    completionStartTime?: string | null;
    costDetails?: Record<string, number>;
    model?: string | null;
    modelParameters?: Record<string, ApiMapValue>;
    promptName?: string | null;
    promptVersion?: number | null;
    usage?: ApiIngestionUsage | null;
    usageDetails?: ApiUsageDetails | null;
}

UpdateGenerationBody

Type declaration

  • OptionalcompletionStartTime?: string | null

    date-time

  • OptionalcostDetails?: Record<string, number>
  • Optionalmodel?: string | null
  • OptionalmodelParameters?: Record<string, ApiMapValue>
  • OptionalpromptName?: string | null
  • OptionalpromptVersion?: number | null
  • Optionalusage?: ApiIngestionUsage | null
  • OptionalusageDetails?: ApiUsageDetails | null