Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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?: {
[key: string]: string | null | undefined;
}
| null;
S3OutputPath?: string | null;
VolumeSizeInGB?: number | null;
}

§Properties

§
InstanceType?: ProcessingInstanceType | null
[src]
§
LocalPath?: string | null
[src]
§
RuleConfigurationName: string
[src]
§
RuleEvaluatorImage: string
[src]
§
RuleParameters?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
S3OutputPath?: string | null
[src]
§
VolumeSizeInGB?: number | null
[src]