InputConfig class
Contains information about the location of input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.
Constructors
- InputConfig({required String dataInputConfig, required Framework framework, required String s3Uri})
-
InputConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataInputConfig → String
-
Specifies the name and shape of the expected data inputs for your trained
model with a JSON dictionary form. The data inputs are
InputConfig$Framework specific.
final
- framework → Framework
-
Identifies the framework in which the model was trained. For example:
TENSORFLOW.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3Uri → String
-
The S3 path where the model artifacts, which result from model training, are
stored. This path must point to a single gzip compressed tar archive
(.tar.gz suffix).
final
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