Show / Hide Table of Contents

Class DataIngestionJobCollection

Results of a data ingestion job search. Contains both DataIngestionJobSummary items and other information, such as metadata.

Inheritance
object
DataIngestionJobCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class DataIngestionJobCollection

Properties

Items

Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DataIngestionJobSummary> Items { get; set; }
Property Value
Type Description
List<DataIngestionJobSummary>

List of data ingestion jobs.

Remarks

Required

In this article
Back to top