Class CreatePersistentResourceRequest (1.48.0)

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

Request message for PersistentResourceService.CreatePersistentResource.

Attributes

NameDescription
parent str
Required. The resource name of the Location to create the PersistentResource in. Format: projects/{project}/locations/{location}
persistent_resource google.cloud.aiplatform_v1beta1.types.PersistentResource
Required. The PersistentResource to create.
persistent_resource_id str
Required. The ID to use for the PersistentResource, which become the final component of the PersistentResource's resource name. The maximum length is 63 characters, and valid characters are /^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/.

Methods

CreatePersistentResourceRequest

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

Request message for PersistentResourceService.CreatePersistentResource.