GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec (google_api_ai_platform v0.27.0)
View SourceSelects Features of an EntityType to read values of and specifies read settings.
Attributes
-
entityTypeId(type:String.t, default:nil) - Required. ID of the EntityType to select Features. The EntityType id is the entity_type_id specified during EntityType creation. -
featureSelector(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureSelector.t, default:nil) - Required. Selectors choosing which Feature values to read from the EntityType. -
settings(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DestinationFeatureSetting.t), default:nil) - Per-Feature settings for the batch read.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchReadFeatureValuesRequestEntityTypeSpec{ entityTypeId: String.t() | nil, featureSelector: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureSelector.t() | nil, settings: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DestinationFeatureSetting.t() ] | nil }