ExternalModel
import type { ExternalModel } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/frauddetector.ts";interface ExternalModel {
arn?: string | null;
createdTime?: string | null;
inputConfiguration?: ModelInputConfiguration | null;
invokeModelEndpointRoleArn?: string | null;
lastUpdatedTime?: string | null;
modelEndpoint?: string | null;
modelEndpointStatus?: ModelEndpointStatus | null;
modelSource?: ModelSource | null;
outputConfiguration?: ModelOutputConfiguration | null;
}§Properties
§
inputConfiguration?: ModelInputConfiguration | null
[src]§
modelEndpointStatus?: ModelEndpointStatus | null
[src]§
modelSource?: ModelSource | null
[src]§
outputConfiguration?: ModelOutputConfiguration | null
[src]