View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Examples (google_api_ai_platform v0.13.0)
Example-based explainability that returns the nearest neighbors from the provided dataset.
Attributes
-
exampleGcsSource
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExamplesExampleGcsSource.t
, default:nil
) - The Cloud Storage input instances. -
nearestNeighborSearchConfig
(type:any()
, default:nil
) - The full configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig. -
neighborCount
(type:integer()
, default:nil
) - The number of neighbors to return when querying for examples. -
presets
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Presets.t
, default:nil
) - Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Examples{ exampleGcsSource: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExamplesExampleGcsSource.t() | nil, nearestNeighborSearchConfig: any() | nil, neighborCount: integer() | nil, presets: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Presets.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.