GetDetectorVersionResult class

Constructors

GetDetectorVersionResult({String? arn, String? createdTime, String? description, String? detectorId, String? detectorVersionId, List<String>? externalModelEndpoints, String? lastUpdatedTime, List<ModelVersion>? modelVersions, RuleExecutionMode? ruleExecutionMode, List<Rule>? rules, DetectorVersionStatus? status})
GetDetectorVersionResult.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The detector version ARN.
final
createdTime String?
The timestamp when the detector version was created.
final
description String?
The detector version description.
final
detectorId String?
The detector ID.
final
detectorVersionId String?
The detector version ID.
final
externalModelEndpoints List<String>?
The Amazon SageMaker model endpoints included in the detector version.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime String?
The timestamp when the detector version was last updated.
final
modelVersions List<ModelVersion>?
The model versions included in the detector version.
final
ruleExecutionMode RuleExecutionMode?
The execution mode of the rule in the dectector
final
rules List<Rule>?
The rules included in the detector version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status DetectorVersionStatus?
The status of the detector version.
final

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