Class: Google::Cloud::AIPlatform::V1::CreateFeaturestoreRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#featurestore::Google::Cloud::AIPlatform::V1::Featurestore

Returns Required. The Featurestore to create.

Returns:



43
44
45
46
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 43

class CreateFeaturestoreRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#featurestore_id::String

Returns Required. The ID to use for this Featurestore, which will become the final component of the Featurestore's resource name.

This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

The value must be unique within the project and location.

Returns:

  • (::String)

    Required. The ID to use for this Featurestore, which will become the final component of the Featurestore's resource name.

    This value may be up to 60 characters, and valid characters are [a-z0-9_]. The first character cannot be a number.

    The value must be unique within the project and location.



43
44
45
46
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 43

class CreateFeaturestoreRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

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

Returns:

  • (::String)

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



43
44
45
46
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 43

class CreateFeaturestoreRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end