|
2383 | 2383 | "ClusterNodeDetails$PrivatePrimaryIp": "<p>The private primary IP address of the SageMaker HyperPod cluster node.</p>"
|
2384 | 2384 | }
|
2385 | 2385 | },
|
| 2386 | + "ClusterPrivatePrimaryIpv6": { |
| 2387 | + "base": null, |
| 2388 | + "refs": { |
| 2389 | + "ClusterNodeDetails$PrivatePrimaryIpv6": "<p>The private primary IPv6 address of the SageMaker HyperPod cluster node.</p>" |
| 2390 | + } |
| 2391 | + }, |
2386 | 2392 | "ClusterSchedulerConfigArn": {
|
2387 | 2393 | "base": null,
|
2388 | 2394 | "refs": {
|
|
2829 | 2835 | "DeployedImage$SpecifiedImage": "<p>The image path you specified when you created the model.</p>",
|
2830 | 2836 | "DeployedImage$ResolvedImage": "<p>The specific digest path of the image hosted in this <code>ProductionVariant</code>.</p>",
|
2831 | 2837 | "InferenceComponentContainerSpecification$Image": "<p>The Amazon Elastic Container Registry (Amazon ECR) path where the Docker image for the model is stored.</p>",
|
2832 |
| - "ModelPackageContainerDefinition$Image": "<p>The Amazon EC2 Container Registry (Amazon ECR) path where inference code is stored.</p> <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p>", |
| 2838 | + "ModelPackageContainerDefinition$Image": "<p>The Amazon EC2 Container Registry path where inference code is stored.</p> <p>If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both <code>registry/repository[:tag]</code> and <code>registry/repository[@digest]</code> image path formats. For more information, see <a href=\"https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html\">Using Your Own Algorithms with Amazon SageMaker</a>.</p>", |
2833 | 2839 | "TrainingSpecification$TrainingImage": "<p>The Amazon ECR registry path of the Docker image that contains the training algorithm.</p>"
|
2834 | 2840 | }
|
2835 | 2841 | },
|
|
14412 | 14418 | "S3DataType": {
|
14413 | 14419 | "base": null,
|
14414 | 14420 | "refs": {
|
14415 |
| - "S3DataSource$S3DataType": "<p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. </p> <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. </p> <p>If you choose <code>AugmentedManifestFile</code>, S3Uri identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. <code>AugmentedManifestFile</code> can only be used if the Channel's input mode is <code>Pipe</code>.</p>", |
| 14421 | + "S3DataSource$S3DataType": "<p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix. SageMaker uses all objects that match the specified key name prefix for model training. </p> <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training. </p> <p>If you choose <code>AugmentedManifestFile</code>, <code>S3Uri</code> identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. <code>AugmentedManifestFile</code> can only be used if the Channel's input mode is <code>Pipe</code>.</p>", |
14416 | 14422 | "TransformS3DataSource$S3DataType": "<p>If you choose <code>S3Prefix</code>, <code>S3Uri</code> identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for batch transform. </p> <p>If you choose <code>ManifestFile</code>, <code>S3Uri</code> identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for batch transform. </p> <p>The following values are compatible: <code>ManifestFile</code>, <code>S3Prefix</code> </p> <p>The following value is not compatible: <code>AugmentedManifestFile</code> </p>"
|
14417 | 14423 | }
|
14418 | 14424 | },
|
|
15575 | 15581 | "RenderingError$Code": "<p>A unique identifier for a specific class of errors.</p>",
|
15576 | 15582 | "RenderingError$Message": "<p>A human-readable message describing the error.</p>",
|
15577 | 15583 | "S3ModelDataSource$ETag": "<p>The ETag associated with S3 URI.</p>",
|
15578 |
| - "S3ModelDataSource$ManifestEtag": "<p>The ETag associated with Manifest S3URI.</p>", |
| 15584 | + "S3ModelDataSource$ManifestEtag": "<p>The ETag associated with Manifest S3 URI.</p>", |
15579 | 15585 | "ScheduleConfig$DataAnalysisStartTime": "<p>Sets the start time for a monitoring job window. Express this time as an offset to the times that you schedule your monitoring jobs to run. You schedule monitoring jobs with the <code>ScheduleExpression</code> parameter. Specify this offset in ISO 8601 duration format. For example, if you want to monitor the five hours of data in your dataset that precede the start of each monitoring job, you would specify: <code>\"-PT5H\"</code>.</p> <p>The start time that you specify must not precede the end time that you specify by more than 24 hours. You specify the end time with the <code>DataAnalysisEndTime</code> parameter.</p> <p>If you set <code>ScheduleExpression</code> to <code>NOW</code>, this parameter is required.</p>",
|
15580 | 15586 | "ScheduleConfig$DataAnalysisEndTime": "<p>Sets the end time for a monitoring job window. Express this time as an offset to the times that you schedule your monitoring jobs to run. You schedule monitoring jobs with the <code>ScheduleExpression</code> parameter. Specify this offset in ISO 8601 duration format. For example, if you want to end the window one hour before the start of each monitoring job, you would specify: <code>\"-PT1H\"</code>.</p> <p>The end time that you specify must not follow the start time that you specify by more than 24 hours. You specify the start time with the <code>DataAnalysisStartTime</code> parameter.</p> <p>If you set <code>ScheduleExpression</code> to <code>NOW</code>, this parameter is required.</p>",
|
15581 | 15587 | "SourceAlgorithm$ModelDataETag": "<p>The ETag associated with Model Data URL.</p>",
|
|
0 commit comments