View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExamplesOverride (google_api_ai_platform v0.24.0)
Overrides for example-based explanations.
Attributes
-
crowdingCount(type:integer(), default:nil) - The number of neighbors to return that have the same crowding tag. -
dataFormat(type:String.t, default:nil) - The format of the data being provided with each call. -
neighborCount(type:integer(), default:nil) - The number of neighbors to return. -
restrictions(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExamplesRestrictionsNamespace.t), default:nil) - Restrict the resulting nearest neighbors to respect these constraints. -
returnEmbeddings(type:boolean(), default:nil) - If true, return the embeddings instead of neighbors.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExamplesOverride{ crowdingCount: integer() | nil, dataFormat: String.t() | nil, neighborCount: integer() | nil, restrictions: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ExamplesRestrictionsNamespace.t() ] | nil, returnEmbeddings: boolean() | nil }