GoogleCloudAiplatformV1ExamplesOverride class
Overrides for example-based explanations.
Constructors
-
GoogleCloudAiplatformV1ExamplesOverride({int? crowdingCount, String? dataFormat, int? neighborCount, List<
GoogleCloudAiplatformV1ExamplesRestrictionsNamespace> ? restrictions, bool? returnEmbeddings}) - GoogleCloudAiplatformV1ExamplesOverride.fromJson(Map json_)
Properties
- crowdingCount ↔ int?
-
The number of neighbors to return that have the same crowding tag.
getter/setter pair
- dataFormat ↔ String?
-
The format of the data being provided with each call.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- neighborCount ↔ int?
-
The number of neighbors to return.
getter/setter pair
-
restrictions
↔ List<
GoogleCloudAiplatformV1ExamplesRestrictionsNamespace> ? -
Restrict the resulting nearest neighbors to respect these constraints.
getter/setter pair
- returnEmbeddings ↔ bool?
-
If true, return the embeddings instead of neighbors.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited