Class: Google::Cloud::AIPlatform::V1::CreatePersistentResourceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreatePersistentResourceRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb
Overview
Request message for PersistentResourceService.CreatePersistentResource.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#persistent_resource ⇒ ::Google::Cloud::AIPlatform::V1::PersistentResource
Required.
-
#persistent_resource_id ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. The resource name of the Location to create the
PersistentResource in. Format: projects/{project}/locations/{location}
.
40 41 42 43 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb', line 40 class CreatePersistentResourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#persistent_resource ⇒ ::Google::Cloud::AIPlatform::V1::PersistentResource
Returns Required. The PersistentResource to create.
40 41 42 43 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb', line 40 class CreatePersistentResourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#persistent_resource_id ⇒ ::String
Returns 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])?$/
.
40 41 42 43 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb', line 40 class CreatePersistentResourceRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |