Class: Google::Cloud::AIPlatform::V1::CreateFeatureGroupRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#feature_group::Google::Cloud::AIPlatform::V1::FeatureGroup

Returns Required. The FeatureGroup to create.

Returns:



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

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

#feature_group_id::String

Returns Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup'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 the project and location.

Returns:

  • (::String)

    Required. The ID to use for this FeatureGroup, which will become the final component of the FeatureGroup'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 the project and location.



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

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

#parent::String

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

Returns:

  • (::String)

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



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

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