GoogleCloudAiplatformV1BatchPredictionJobInstanceConfig class
Configuration defining how to transform batch prediction input instances to the instances that the Model accepts.
Constructors
-
GoogleCloudAiplatformV1BatchPredictionJobInstanceConfig({List<
String> ? excludedFields, List<String> ? includedFields, String? instanceType, String? keyField}) - GoogleCloudAiplatformV1BatchPredictionJobInstanceConfig.fromJson(Map json_)
Properties
-
excludedFields
↔ List<
String> ? -
Fields that will be excluded in the prediction instance that is sent to
the Model.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includedFields
↔ List<
String> ? -
Fields that will be included in the prediction instance that is sent to
the Model.
getter/setter pair
- instanceType ↔ String?
-
The format of the instance that the Model accepts.
getter/setter pair
- keyField ↔ String?
-
The name of the field that is considered as a key.
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