Class: Google::Cloud::AIPlatform::V1::CreatePersistentResourceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/persistent_resource_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The resource name of the Location to create the PersistentResource in. Format: projects/{project}/locations/{location}.

Returns:

  • (::String)

    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.

Returns:



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])?$/.

Returns:

  • (::String)

    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