GoogleCloudStorageLocation interface

Google Cloud Storage データセットの場所。

Extends

プロパティ

bucketName

Google Cloud Storage の bucketName を指定します。 型: string (または resultType 文字列を含む式)

type

データセットの格納場所の種類。

version

Google Cloud Storage のバージョンを指定します。 型: string (または resultType 文字列を含む式)。

継承されたプロパティ

additionalProperties

追加のプロパティ

fileName

データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。

folderPath

データセットのフォルダー パスを指定します。 型: 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

DatasetLocation.fileName から継承された

folderPath

データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式)

folderPath?: any

プロパティ値

any

DatasetLocation.folderPath から継承された