Class ResourceId (1.49.0)

ResourceId(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The type and ID of the Google Drive resource.

Attributes

NameDescription
resource_type google.cloud.aiplatform_v1beta1.types.GoogleDriveSource.ResourceId.ResourceType
Required. The type of the Google Drive resource.
resource_id str
Required. The ID of the Google Drive resource.

Classes

ResourceType

ResourceType(value)

The type of the Google Drive resource.

Values: RESOURCE_TYPE_UNSPECIFIED (0): Unspecified resource type. RESOURCE_TYPE_FILE (1): File resource type. RESOURCE_TYPE_FOLDER (2): Folder resource type.

Methods

ResourceId

ResourceId(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The type and ID of the Google Drive resource.