Class AiDataPlatformCollection
Results of a AiDataPlatform search. Contains both AiDataPlatformSummary items and other information, such as metadata.
Inherited Members
Namespace: Oci.AidataplatformService.Models
Assembly: OCI.DotNetSDK.Aidataplatform.dll
Syntax
public class AiDataPlatformCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<AiDataPlatformSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<AiDataPlatformSummary> | List of AiDataPlatforms. |
Remarks
Required