diff --git a/clients/client-sagemaker/src/commands/SearchCommand.ts b/clients/client-sagemaker/src/commands/SearchCommand.ts index aa6a44bea537..aa092287818b 100644 --- a/clients/client-sagemaker/src/commands/SearchCommand.ts +++ b/clients/client-sagemaker/src/commands/SearchCommand.ts @@ -285,6 +285,14 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {} * // LastModifiedTime: new Date("TIMESTAMP"), * // }, * // ], + * // ProfilerConfig: { // ProfilerConfig + * // S3OutputPath: "STRING_VALUE", + * // ProfilingIntervalInMilliseconds: Number("long"), + * // ProfilingParameters: { // ProfilingParameters + * // "": "STRING_VALUE", + * // }, + * // DisableProfiler: true || false, + * // }, * // Environment: { // TrainingEnvironmentMap * // "": "STRING_VALUE", * // }, @@ -635,6 +643,14 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {} * // LastModifiedTime: new Date("TIMESTAMP"), * // }, * // ], + * // ProfilerConfig: { + * // S3OutputPath: "STRING_VALUE", + * // ProfilingIntervalInMilliseconds: Number("long"), + * // ProfilingParameters: { + * // "": "STRING_VALUE", + * // }, + * // DisableProfiler: true || false, + * // }, * // Environment: { * // "": "STRING_VALUE", * // }, diff --git a/clients/client-sagemaker/src/models/models_4.ts b/clients/client-sagemaker/src/models/models_4.ts index fcfdbfade165..17956eede8cd 100644 --- a/clients/client-sagemaker/src/models/models_4.ts +++ b/clients/client-sagemaker/src/models/models_4.ts @@ -47,6 +47,7 @@ import { ParallelismConfiguration, PipelineDefinitionS3Location, Processor, + ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, @@ -505,6 +506,12 @@ export interface TrainingJob { */ DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[]; + /** + *

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

+ */ + ProfilerConfig?: ProfilerConfig; + /** *

The environment variables to set in the Docker container.

*/ diff --git a/clients/client-sagemaker/src/protocols/Aws_json1_1.ts b/clients/client-sagemaker/src/protocols/Aws_json1_1.ts index 5d2e4ea8860a..7716498bb589 100644 --- a/clients/client-sagemaker/src/protocols/Aws_json1_1.ts +++ b/clients/client-sagemaker/src/protocols/Aws_json1_1.ts @@ -27881,6 +27881,7 @@ const de_TrainingJob = (output: any, context: __SerdeContext): TrainingJob => { LastModifiedTime: (_: any) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))), ModelArtifacts: _json, OutputDataConfig: _json, + ProfilerConfig: _json, ResourceConfig: _json, RetryStrategy: _json, RoleArn: __expectString, diff --git a/codegen/sdk-codegen/aws-models/sagemaker.json b/codegen/sdk-codegen/aws-models/sagemaker.json index 0fc70de359fc..993ea4201638 100644 --- a/codegen/sdk-codegen/aws-models/sagemaker.json +++ b/codegen/sdk-codegen/aws-models/sagemaker.json @@ -54756,6 +54756,9 @@ "smithy.api#documentation": "

Information about the evaluation status of the rules for the training job.

" } }, + "ProfilerConfig": { + "target": "com.amazonaws.sagemaker#ProfilerConfig" + }, "Environment": { "target": "com.amazonaws.sagemaker#TrainingEnvironmentMap", "traits": {