ModelPackageValidationProfile class

Contains data, such as the inputs and targeted instance types that are used in the process of validating the model package.

The data provided in the validation profile is made available to your buyers on AWS Marketplace.

Constructors

ModelPackageValidationProfile({required String profileName, required TransformJobDefinition transformJobDefinition})
ModelPackageValidationProfile.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
profileName String
The name of the profile for the model package.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformJobDefinition TransformJobDefinition
The TransformJobDefinition object that describes the transform job used for the validation of the model package.
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