ProfilerRuleConfiguration
import type { ProfilerRuleConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";interface ProfilerRuleConfiguration {
InstanceType?: ProcessingInstanceType | null;
LocalPath?: string | null;
RuleConfigurationName: string;
RuleEvaluatorImage: string;
RuleParameters?: {} | null;
[key: string]: string | null | undefined;
S3OutputPath?: string | null;
VolumeSizeInGB?: number | null;
}§Properties
§
InstanceType?: ProcessingInstanceType | null
[src]