The common config to specify a set of documents used as input.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field source . The source. source can be only one of the following: |
|
gcsPrefix |
The set of documents that match the specified Cloud Storage |
gcsDocuments |
The set of documents individually specified on Cloud Storage. |
GcsPrefix
Specifies all documents on Cloud Storage with a common prefix.
JSON representation |
---|
{ "gcsUriPrefix": string } |
Fields | |
---|---|
gcsUriPrefix |
The URI prefix. |
GcsDocuments
Specifies a set of documents on Cloud Storage.
JSON representation |
---|
{
"documents": [
{
object ( |
Fields | |
---|---|
documents[] |
The list of documents. |
GcsDocument
Specifies a document stored on Cloud Storage.
JSON representation |
---|
{ "gcsUri": string, "mimeType": string } |
Fields | |
---|---|
gcsUri |
The Cloud Storage object uri. |
mimeType |
An IANA MIME type (RFC6838) of the content. |