View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EntityIdSelector (google_api_ai_platform v0.13.0)
Selector for entityId. Getting ids from the given source.
Attributes
-
csvSource
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CsvSource.t
, default:nil
) - Source of Csv -
entityIdField
(type:String.t
, default:nil
) - Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EntityIdSelector{ csvSource: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CsvSource.t() | nil, entityIdField: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.