ModelQualityAppSpecification
import type { ModelQualityAppSpecification } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";interface ModelQualityAppSpecification {
ContainerArguments?: string[] | null;
ContainerEntrypoint?: string[] | null;
Environment?: {} | null;
[key: string]: string | null | undefined;
ImageUri: string;
PostAnalyticsProcessorSourceUri?: string | null;
ProblemType?: MonitoringProblemType | null;
RecordPreprocessorSourceUri?: string | null;
}§Properties
§
ProblemType?: MonitoringProblemType | null
[src]