ExternalModel class
The Amazon SageMaker model.
Constructors
- ExternalModel({String? arn, String? createdTime, ModelInputConfiguration? inputConfiguration, String? invokeModelEndpointRoleArn, String? lastUpdatedTime, String? modelEndpoint, ModelEndpointStatus? modelEndpointStatus, ModelSource? modelSource, ModelOutputConfiguration? outputConfiguration})
-
ExternalModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The model ARN.
final
- createdTime → String?
-
Timestamp of when the model was last created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputConfiguration → ModelInputConfiguration?
-
The input configuration.
final
- invokeModelEndpointRoleArn → String?
-
The role used to invoke the model.
final
- lastUpdatedTime → String?
-
Timestamp of when the model was last updated.
final
- modelEndpoint → String?
-
The Amazon SageMaker model endpoints.
final
- modelEndpointStatus → ModelEndpointStatus?
-
The Amazon Fraud Detector status for the external model endpoint
final
- modelSource → ModelSource?
-
The source of the model.
final
- outputConfiguration → ModelOutputConfiguration?
-
The output configuration.
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited