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

UpdateTrainingJobRequest

import type { UpdateTrainingJobRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface UpdateTrainingJobRequest {
ProfilerConfig?: ProfilerConfigForUpdate | null;
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | null;
ResourceConfig?: ResourceConfigForUpdate | null;
TrainingJobName: string;
}

§Properties

§
ProfilerConfig?: ProfilerConfigForUpdate | null
[src]

Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.

§
ProfilerRuleConfigurations?: ProfilerRuleConfiguration[] | null
[src]

Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.

§
ResourceConfig?: ResourceConfigForUpdate | null
[src]

The training job ResourceConfig to update warm pool retention length.

§
TrainingJobName: string
[src]

The name of a training job to update the Debugger profiling configuration.