Table of Contents

Class BatchOutputFolder

Namespace
OpenAI.Batch
Assembly
OpenAI-DotNet.dll
public sealed class BatchOutputFolder
Inheritance
BatchOutputFolder
Inherited Members

Constructors

BatchOutputFolder(string)

public BatchOutputFolder(string url)

Parameters

url string

Properties

Url

The URL of the blob storage folder where the batch output will be written.

[JsonPropertyName("url")]
public string Url { get; }

Property Value

string

Operators

implicit operator BatchOutputFolder(string)

public static implicit operator BatchOutputFolder(string url)

Parameters

url string

Returns

BatchOutputFolder