Google Cloud Ai Platform V1 Client - Class ResourceType (1.13.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ResourceType.

The type of the Google Drive resource.

Protobuf type google.cloud.aiplatform.v1.GoogleDriveSource.ResourceId.ResourceType

Namespace

Google \ Cloud \ AIPlatform \ V1 \ GoogleDriveSource \ ResourceId

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESOURCE_TYPE_UNSPECIFIED

Value: 0

Unspecified resource type.

Generated from protobuf enum RESOURCE_TYPE_UNSPECIFIED = 0;

RESOURCE_TYPE_FILE

Value: 1

File resource type.

Generated from protobuf enum RESOURCE_TYPE_FILE = 1;

RESOURCE_TYPE_FOLDER

Value: 2

Folder resource type.

Generated from protobuf enum RESOURCE_TYPE_FOLDER = 2;