GoogleCloudStorageLocation interface
Google Cloud Storage データセットの場所。
- Extends
プロパティ
| bucket |
Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式) |
| type | データセットの格納場所の種類。 |
| version | Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。 |
継承されたプロパティ
| additional |
追加のプロパティ |
| file |
データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。 |
| folder |
データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式) |
プロパティの詳細
bucketName
Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)
bucketName?: any
プロパティ値
any
type
データセットの格納場所の種類。
type: "GoogleCloudStorageLocation"
プロパティ値
"GoogleCloudStorageLocation"
version
Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。
version?: any
プロパティ値
any
継承されたプロパティの詳細
additionalProperties
追加のプロパティ
additionalProperties?: Record<string, any>
プロパティ値
Record<string, any>
DatasetLocation.additionalPropertiesから継承
fileName
データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。
fileName?: any
プロパティ値
any
folderPath
データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式)
folderPath?: any
プロパティ値
any