Package version:

Interface GoogleCloudStorageLocation

The location of Google Cloud Storage dataset.

interface GoogleCloudStorageLocation {
    bucketName?: any;
    fileName?: any;
    folderPath?: any;
    type: "GoogleCloudStorageLocation";
    version?: any;
}

Hierarchy (view full)

Properties

bucketName?: any

Specify the bucketName of Google Cloud Storage. Type: string (or Expression with resultType string)

fileName?: any

Specify the file name of dataset. Type: string (or Expression with resultType string).

folderPath?: any

Specify the folder path of dataset. Type: string (or Expression with resultType string)

type

Polymorphic discriminator, which specifies the different types this object can be

version?: any

Specify the version of Google Cloud Storage. Type: string (or Expression with resultType string).