public sealed class Dataset : IMessage<Dataset>, IEquatable<Dataset>, IDeepCloneable<Dataset>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class Dataset.
A singleton resource under a [Processor][google.cloud.documentai.v1beta3.Processor] which configures a collection of documents.
Namespace
Google.Cloud.DocumentAI.V1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
Dataset()
public Dataset()
Dataset(Dataset)
public Dataset(Dataset other)
Parameter | |
---|---|
Name | Description |
other |
Dataset |
Properties
DatasetName
public DatasetName DatasetName { get; set; }
DatasetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DatasetName |
DocumentWarehouseConfig
[Obsolete]
public Dataset.Types.DocumentWarehouseConfig DocumentWarehouseConfig { get; set; }
Optional. Deprecated. Warehouse-based dataset configuration is not supported.
Property Value | |
---|---|
Type | Description |
DatasetTypesDocumentWarehouseConfig |
GcsManagedConfig
public Dataset.Types.GCSManagedConfig GcsManagedConfig { get; set; }
Optional. User-managed Cloud Storage dataset configuration. Use this configuration if the dataset documents are stored under a user-managed Cloud Storage location.
Property Value | |
---|---|
Type | Description |
DatasetTypesGCSManagedConfig |
IndexingSourceCase
public Dataset.IndexingSourceOneofCase IndexingSourceCase { get; }
Property Value | |
---|---|
Type | Description |
DatasetIndexingSourceOneofCase |
Name
public string Name { get; set; }
Dataset resource name.
Format:
projects/{project}/locations/{location}/processors/{processor}/dataset
Property Value | |
---|---|
Type | Description |
string |
SatisfiesPzi
public bool SatisfiesPzi { get; set; }
Output only. Reserved for future use.
Property Value | |
---|---|
Type | Description |
bool |
SatisfiesPzs
public bool SatisfiesPzs { get; set; }
Output only. Reserved for future use.
Property Value | |
---|---|
Type | Description |
bool |
SpannerIndexingConfig
public Dataset.Types.SpannerIndexingConfig SpannerIndexingConfig { get; set; }
Optional. A lightweight indexing source with low latency and high reliability, but lacking advanced features like CMEK and content-based search.
Property Value | |
---|---|
Type | Description |
DatasetTypesSpannerIndexingConfig |
State
public Dataset.Types.State State { get; set; }
Required. State of the dataset. Ignored when updating dataset.
Property Value | |
---|---|
Type | Description |
DatasetTypesState |
StorageSourceCase
public Dataset.StorageSourceOneofCase StorageSourceCase { get; }
Property Value | |
---|---|
Type | Description |
DatasetStorageSourceOneofCase |
UnmanagedDatasetConfig
public Dataset.Types.UnmanagedDatasetConfig UnmanagedDatasetConfig { get; set; }
Optional. Unmanaged dataset configuration. Use this configuration if the dataset documents are managed by the document service internally (not user-managed).
Property Value | |
---|---|
Type | Description |
DatasetTypesUnmanagedDatasetConfig |