ModelOutputConfiguration class

Provides the Amazon Sagemaker model output configuration.

Constructors

ModelOutputConfiguration({required ModelOutputDataFormat format, Map<String, String>? csvIndexToVariableMap, Map<String, String>? jsonKeyToVariableMap})
ModelOutputConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

csvIndexToVariableMap Map<String, String>?
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
final
format ModelOutputDataFormat
The format of the model output configuration.
final
hashCode int
The hash code for this object.
no setterinherited
jsonKeyToVariableMap Map<String, String>?
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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