Class OciObjectStorageSourceLocation
The OCI Object Storage that contains the data files.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class OciObjectStorageSourceLocation : SourceLocation
Properties
Url
Declaration
[JsonProperty(PropertyName = "url")]
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The URL of the OCI Object Storage data source. |