| Modifier and Type | Method and Description |
|---|---|
static DatasetSplitType |
DatasetSplitType.forNumber(int value) |
DatasetSplitType |
ImportDocumentsRequest.BatchDocumentsImportConfigOrBuilder.getDatasetSplit()
Target dataset split where the documents must be stored.
|
DatasetSplitType |
ImportDocumentsRequest.BatchDocumentsImportConfig.getDatasetSplit()
Target dataset split where the documents must be stored.
|
DatasetSplitType |
ImportDocumentsRequest.BatchDocumentsImportConfig.Builder.getDatasetSplit()
Target dataset split where the documents must be stored.
|
DatasetSplitType |
DocumentMetadataOrBuilder.getDatasetType()
Type of the dataset split to which the document belongs.
|
DatasetSplitType |
DocumentMetadata.getDatasetType()
Type of the dataset split to which the document belongs.
|
DatasetSplitType |
DocumentMetadata.Builder.getDatasetType()
Type of the dataset split to which the document belongs.
|
static DatasetSplitType |
DatasetSplitType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DatasetSplitType |
DatasetSplitType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DatasetSplitType |
DatasetSplitType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatasetSplitType[] |
DatasetSplitType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<DatasetSplitType> |
DatasetSplitType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ImportDocumentsRequest.BatchDocumentsImportConfig.Builder |
ImportDocumentsRequest.BatchDocumentsImportConfig.Builder.setDatasetSplit(DatasetSplitType value)
Target dataset split where the documents must be stored.
|
DocumentMetadata.Builder |
DocumentMetadata.Builder.setDatasetType(DatasetSplitType value)
Type of the dataset split to which the document belongs.
|
Copyright © 2024 Google LLC. All rights reserved.