GoogleCloudMlV1PredictionInput class
Represents input parameters for a prediction job.
Constructors
-
GoogleCloudMlV1PredictionInput({String? batchSize, String? dataFormat, List<
String> ? inputPaths, String? maxWorkerCount, String? modelName, String? outputDataFormat, String? outputPath, String? region, String? runtimeVersion, String? signatureName, String? uri, String? versionName}) - GoogleCloudMlV1PredictionInput.fromJson(Map json_)
Properties
- batchSize ↔ String?
-
Number of records per batch, defaults to 64.
getter/setter pair
- dataFormat ↔ String?
-
The format of the input data files.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputPaths
↔ List<
String> ? -
The Cloud Storage location of the input data files.
getter/setter pair
- maxWorkerCount ↔ String?
-
The maximum number of workers to be used for parallel processing.
getter/setter pair
- modelName ↔ String?
-
Use this field if you want to use the default version for the specified
model.
getter/setter pair
- outputDataFormat ↔ String?
-
Format of the output data files, defaults to JSON.
getter/setter pair
- outputPath ↔ String?
-
The output Google Cloud Storage location.
getter/setter pair
- region ↔ String?
-
The Google Compute Engine region to run the prediction job in.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- runtimeVersion ↔ String?
-
The AI Platform runtime version to use for this batch prediction.
getter/setter pair
- signatureName ↔ String?
-
The name of the signature defined in the SavedModel to use for this job.
getter/setter pair
- uri ↔ String?
-
Use this field if you want to specify a Google Cloud Storage path for the
model to use.
getter/setter pair
- versionName ↔ String?
-
Use this field if you want to specify a version of the model to use.
getter/setter pair
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