Class ObjectStorageDataset
Different type of location types supported for object storage
Inherited Members
Namespace: Oci.AilanguageService.Models
Assembly: OCI.DotNetSDK.Ailanguage.dll
Syntax
public class ObjectStorageDataset : DatasetDetails
Properties
LocationDetails
Declaration
[Required(ErrorMessage = "LocationDetails is required.")]
[JsonProperty(PropertyName = "locationDetails")]
public LocationDetails LocationDetails { get; set; }
Property Value
Type | Description |
---|---|
LocationDetails |
Remarks
Required