GoogleCloudAiplatformV1CreateFeatureRequest class
Request message for FeaturestoreService.CreateFeature.
Request message for FeatureRegistryService.CreateFeature.
Constructors
- GoogleCloudAiplatformV1CreateFeatureRequest({GoogleCloudAiplatformV1Feature? feature, String? featureId, String? parent})
- GoogleCloudAiplatformV1CreateFeatureRequest.fromJson(Map json_)
Properties
- feature ↔ GoogleCloudAiplatformV1Feature?
-
The Feature to create.
getter/setter pair
- featureId ↔ String?
-
The ID to use for the Feature, which will become the final component of
the Feature's resource name.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- parent ↔ String?
-
The resource name of the EntityType or FeatureGroup to create a Feature.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited