UpdateTrainingJobRequest
import type { UpdateTrainingJobRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";interface UpdateTrainingJobRequest {
ProfilerConfig?: ProfilerConfigForUpdate | null;
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | null;
TrainingJobName: string;
}§Properties
§
ProfilerConfig?: ProfilerConfigForUpdate | null
[src]§
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | null
[src]