View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateFeatureRequest (google_api_ai_platform v0.13.0)
Request message for FeaturestoreService.CreateFeature. Request message for FeatureRegistryService.CreateFeature.
Attributes
-
feature
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Feature.t
, default:nil
) - Required. The Feature to create. -
featureId
(type:String.t
, default:nil
) - 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/FeatureGroup. -
parent
(type:String.t
, default:nil
) - Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent:projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
Format for feature_group as parent:projects/{project}/locations/{location}/featureGroups/{feature_group}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateFeatureRequest{ feature: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Feature.t() | nil, featureId: String.t() | nil, parent: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.