Class: Google::Cloud::AIPlatform::V1::CreateFeatureGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateFeatureGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_registry_service.rb
Overview
Request message for FeatureRegistryService.CreateFeatureGroup.
Instance Attribute Summary collapse
-
#feature_group ⇒ ::Google::Cloud::AIPlatform::V1::FeatureGroup
Required.
-
#feature_group_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#feature_group ⇒ ::Google::Cloud::AIPlatform::V1::FeatureGroup
Returns Required. The FeatureGroup to create.
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.
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}
.
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 |