GoogleCloudStorageLocation interface

Google Cloud Storage 데이터 세트의 위치입니다.

Extends

속성

bucketName

Google Cloud Storage의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식)

type

데이터 세트 스토리지 위치의 유형입니다.

version

Google Cloud Storage의 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

상속된 속성

additionalProperties

추가 속성

fileName

데이터 세트의 파일 이름을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

folderPath

데이터 세트의 폴더 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식)

속성 세부 정보

bucketName

Google Cloud Storage의 bucketName을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식)

bucketName?: any

속성 값

any

type

데이터 세트 스토리지 위치의 유형입니다.

type: "GoogleCloudStorageLocation"

속성 값

"GoogleCloudStorageLocation"

version

Google Cloud Storage의 버전을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

version?: any

속성 값

any

상속된 속성 세부 정보

additionalProperties

추가 속성

additionalProperties?: Record<string, any>

속성 값

Record<string, any>

DatasetLocation.additionalProperties에서 상속됨

fileName

데이터 세트의 파일 이름을 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식).

fileName?: any

속성 값

any

DatasetLocation.fileName에서 상속됨

folderPath

데이터 세트의 폴더 경로를 지정합니다. 형식: 문자열(또는 resultType 문자열이 있는 식)

folderPath?: any

속성 값

any

DatasetLocation.folderPath에서 상속됨