@aws-sdk/client-sagemaker-metrics 3.229.0 → 3.231.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -14,7 +14,7 @@ import { SageMakerMetricsClient } from "./SageMakerMetricsClient";
|
|
|
14
14
|
*/
|
|
15
15
|
export declare class SageMakerMetrics extends SageMakerMetricsClient {
|
|
16
16
|
/**
|
|
17
|
-
* <p>Used to ingest training metrics into SageMaker
|
|
17
|
+
* <p>Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio and
|
|
18
18
|
* retrieved with the <code>GetMetrics</code> API.
|
|
19
19
|
* </p>
|
|
20
20
|
*/
|
|
@@ -8,7 +8,7 @@ export interface BatchPutMetricsCommandInput extends BatchPutMetricsRequest {
|
|
|
8
8
|
export interface BatchPutMetricsCommandOutput extends BatchPutMetricsResponse, __MetadataBearer {
|
|
9
9
|
}
|
|
10
10
|
/**
|
|
11
|
-
* <p>Used to ingest training metrics into SageMaker
|
|
11
|
+
* <p>Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio and
|
|
12
12
|
* retrieved with the <code>GetMetrics</code> API.
|
|
13
13
|
* </p>
|
|
14
14
|
* @example
|
|
@@ -7,11 +7,11 @@ export interface RawMetricData {
|
|
|
7
7
|
*/
|
|
8
8
|
MetricName: string | undefined;
|
|
9
9
|
/**
|
|
10
|
-
* <p>The time
|
|
10
|
+
* <p>The time that the metric was recorded.</p>
|
|
11
11
|
*/
|
|
12
12
|
Timestamp: Date | undefined;
|
|
13
13
|
/**
|
|
14
|
-
* <p>
|
|
14
|
+
* <p>The metric step (epoch).
|
|
15
15
|
* </p>
|
|
16
16
|
*/
|
|
17
17
|
Step?: number;
|
|
@@ -22,7 +22,7 @@ export interface RawMetricData {
|
|
|
22
22
|
}
|
|
23
23
|
export interface BatchPutMetricsRequest {
|
|
24
24
|
/**
|
|
25
|
-
* <p>The name of Trial Component to associate the metrics
|
|
25
|
+
* <p>The name of the Trial Component to associate with the metrics.</p>
|
|
26
26
|
*/
|
|
27
27
|
TrialComponentName: string | undefined;
|
|
28
28
|
/**
|
|
@@ -45,19 +45,21 @@ export interface BatchPutMetricsError {
|
|
|
45
45
|
* <ul>
|
|
46
46
|
* <li>
|
|
47
47
|
* <p>
|
|
48
|
-
* <code>METRIC_LIMIT_EXCEEDED</code
|
|
48
|
+
* <code>METRIC_LIMIT_EXCEEDED</code>: The maximum amount of metrics per resource is
|
|
49
|
+
* exceeded.</p>
|
|
49
50
|
* </li>
|
|
50
51
|
* <li>
|
|
51
52
|
* <p>
|
|
52
|
-
* <code>INTERNAL_ERROR</code
|
|
53
|
+
* <code>INTERNAL_ERROR</code>: An internal error occured.</p>
|
|
53
54
|
* </li>
|
|
54
55
|
* <li>
|
|
55
56
|
* <p>
|
|
56
|
-
* <code>VALIDATION_ERROR</code
|
|
57
|
+
* <code>VALIDATION_ERROR</code>: The metric data failed validation.</p>
|
|
57
58
|
* </li>
|
|
58
59
|
* <li>
|
|
59
60
|
* <p>
|
|
60
|
-
* <code>CONFLICT_ERROR</code
|
|
61
|
+
* <code>CONFLICT_ERROR</code>: Multiple requests attempted to modify the same data
|
|
62
|
+
* simultaneously.</p>
|
|
61
63
|
* </li>
|
|
62
64
|
* </ul>
|
|
63
65
|
*/
|
|
@@ -69,7 +71,7 @@ export interface BatchPutMetricsError {
|
|
|
69
71
|
}
|
|
70
72
|
export interface BatchPutMetricsResponse {
|
|
71
73
|
/**
|
|
72
|
-
* <p>
|
|
74
|
+
* <p>Lists any errors that occur when inserting metric data.</p>
|
|
73
75
|
*/
|
|
74
76
|
Errors?: BatchPutMetricsError[];
|
|
75
77
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker-metrics",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Metrics Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.231.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.231.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.231.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.231.0",
|
|
25
25
|
"@aws-sdk/fetch-http-handler": "3.226.0",
|
|
26
26
|
"@aws-sdk/hash-node": "3.226.0",
|
|
27
27
|
"@aws-sdk/invalid-dependency": "3.226.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
47
47
|
"@aws-sdk/util-defaults-mode-browser": "3.226.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.231.0",
|
|
49
49
|
"@aws-sdk/util-endpoints": "3.226.0",
|
|
50
50
|
"@aws-sdk/util-retry": "3.229.0",
|
|
51
51
|
"@aws-sdk/util-user-agent-browser": "3.226.0",
|