S3MachineLearningModelResourceData class

Attributes that define an Amazon S3 machine learning resource.

Constructors

S3MachineLearningModelResourceData({String? destinationPath, ResourceDownloadOwnerSetting? ownerSetting, String? s3Uri})
S3MachineLearningModelResourceData.fromJson(Map<String, dynamic> json)
factory

Properties

destinationPath String?
The absolute local path of the resource inside the Lambda environment.
final
hashCode int
The hash code for this object.
no setterinherited
ownerSetting ResourceDownloadOwnerSetting?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Uri String?
The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.
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