SageMakerMachineLearningModelResourceData class

Attributes that define an Amazon SageMaker machine learning resource.

Constructors

SageMakerMachineLearningModelResourceData({String? destinationPath, ResourceDownloadOwnerSetting? ownerSetting, String? sageMakerJobArn})
SageMakerMachineLearningModelResourceData.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
sageMakerJobArn String?
The ARN of the Amazon SageMaker training job that represents the source model.
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