Class: Google::Cloud::AIPlatform::V1::CreateFeatureRequest

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

Request message for FeaturestoreService.CreateFeature.

Instance Attribute Summary collapse

Instance Attribute Details

#feature::Google::Cloud::AIPlatform::V1::Feature

Returns Required. The Feature to create.

Returns:



638
639
640
641
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 638

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

#feature_id::String

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

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

The value must be unique within an EntityType.

Returns:

  • (::String)

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

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

    The value must be unique within an EntityType.



638
639
640
641
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 638

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

#parent::String

Returns Required. The resource name of the EntityType to create a Feature. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}.

Returns:

  • (::String)

    Required. The resource name of the EntityType to create a Feature. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}



638
639
640
641
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 638

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