Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::BatchReadFeatureValuesRequest::EntityTypeSpec (v0.9.1)

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

Selects Features of an EntityType to read values of and specifies read settings.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_type_id

def entity_type_id() -> ::String
Returns
  • (::String) — Required. ID of the EntityType to select Features. The EntityType id is the entity_type_id specified during EntityType creation.

#entity_type_id=

def entity_type_id=(value) -> ::String
Parameter
  • value (::String) — Required. ID of the EntityType to select Features. The EntityType id is the entity_type_id specified during EntityType creation.
Returns
  • (::String) — Required. ID of the EntityType to select Features. The EntityType id is the entity_type_id specified during EntityType creation.

#feature_selector

def feature_selector() -> ::Google::Cloud::AIPlatform::V1::FeatureSelector
Returns

#feature_selector=

def feature_selector=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureSelector
Parameter
Returns

#settings

def settings() -> ::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>
Returns

#settings=

def settings=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::DestinationFeatureSetting>
Parameter
Returns