Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateEntityTypeRequest (v0.14.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::CreateEntityTypeRequest.

Request message for FeaturestoreService.CreateEntityType.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_type

def entity_type() -> ::Google::Cloud::AIPlatform::V1::EntityType
Returns

#entity_type=

def entity_type=(value) -> ::Google::Cloud::AIPlatform::V1::EntityType
Parameter
Returns

#entity_type_id

def entity_type_id() -> ::String
Returns
  • (::String) — Required. The ID to use for the EntityType, which will become the final component of the EntityType's resource name.

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

    The value must be unique within a featurestore.

#entity_type_id=

def entity_type_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for the EntityType, which will become the final component of the EntityType's resource name.

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

    The value must be unique within a featurestore.

Returns
  • (::String) — Required. The ID to use for the EntityType, which will become the final component of the EntityType's resource name.

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

    The value must be unique within a featurestore.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the Featurestore to create EntityTypes. Format: projects/{project}/locations/{location}/featurestores/{featurestore}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Featurestore to create EntityTypes. Format: projects/{project}/locations/{location}/featurestores/{featurestore}
Returns
  • (::String) — Required. The resource name of the Featurestore to create EntityTypes. Format: projects/{project}/locations/{location}/featurestores/{featurestore}