|
12 | 12 | "signatureVersion":"v4", |
13 | 13 | "signingName":"sagemaker", |
14 | 14 | "targetPrefix":"SageMaker", |
15 | | - "uid":"sagemaker-2017-07-24" |
| 15 | + "uid":"sagemaker-2017-07-24", |
| 16 | + "auth":["aws.auth#sigv4"] |
16 | 17 | }, |
17 | 18 | "operations":{ |
18 | 19 | "AddAssociation":{ |
|
1522 | 1523 | "errors":[ |
1523 | 1524 | {"shape":"ResourceNotFound"} |
1524 | 1525 | ], |
1525 | | - "documentation":"<p>Retrieves information of an instance (also called a <i>node</i> interchangeably) of a SageMaker HyperPod cluster.</p>" |
| 1526 | + "documentation":"<p>Retrieves information of a node (also called a <i>instance</i> interchangeably) of a SageMaker HyperPod cluster.</p>" |
1526 | 1527 | }, |
1527 | 1528 | "DescribeCodeRepository":{ |
1528 | 1529 | "name":"DescribeCodeRepository", |
|
6916 | 6917 | "max":256, |
6917 | 6918 | "pattern":"^arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:cluster/[a-z0-9]{12}$" |
6918 | 6919 | }, |
| 6920 | + "ClusterAvailabilityZone":{ |
| 6921 | + "type":"string", |
| 6922 | + "pattern":"^[a-z]{2}-[a-z]+-\\d[a-z]$" |
| 6923 | + }, |
| 6924 | + "ClusterAvailabilityZoneId":{ |
| 6925 | + "type":"string", |
| 6926 | + "pattern":"^[a-z]{3}\\d-az\\d$" |
| 6927 | + }, |
6919 | 6928 | "ClusterInstanceCount":{ |
6920 | 6929 | "type":"integer", |
6921 | 6930 | "min":1 |
|
7007 | 7016 | "max":20, |
7008 | 7017 | "min":1 |
7009 | 7018 | }, |
| 7019 | + "ClusterInstancePlacement":{ |
| 7020 | + "type":"structure", |
| 7021 | + "members":{ |
| 7022 | + "AvailabilityZone":{ |
| 7023 | + "shape":"ClusterAvailabilityZone", |
| 7024 | + "documentation":"<p>The Availability Zone where the node in the SageMaker HyperPod cluster is launched.</p>" |
| 7025 | + }, |
| 7026 | + "AvailabilityZoneId":{ |
| 7027 | + "shape":"ClusterAvailabilityZoneId", |
| 7028 | + "documentation":"<p>The unique identifier (ID) of the Availability Zone where the node in the SageMaker HyperPod cluster is launched.</p>" |
| 7029 | + } |
| 7030 | + }, |
| 7031 | + "documentation":"<p>Specifies the placement details for the node in the SageMaker HyperPod cluster, including the Availability Zone and the unique identifier (ID) of the Availability Zone.</p>" |
| 7032 | + }, |
7010 | 7033 | "ClusterInstanceStatus":{ |
7011 | 7034 | "type":"string", |
7012 | 7035 | "enum":[ |
|
7140 | 7163 | "ThreadsPerCore":{ |
7141 | 7164 | "shape":"ClusterThreadsPerCore", |
7142 | 7165 | "documentation":"<p>The number of threads per CPU core you specified under <code>CreateCluster</code>.</p>" |
| 7166 | + }, |
| 7167 | + "PrivatePrimaryIp":{ |
| 7168 | + "shape":"ClusterPrivatePrimaryIp", |
| 7169 | + "documentation":"<p>The private primary IP address of the SageMaker HyperPod cluster node.</p>" |
| 7170 | + }, |
| 7171 | + "PrivateDnsHostname":{ |
| 7172 | + "shape":"ClusterPrivateDnsHostname", |
| 7173 | + "documentation":"<p>The private DNS hostname of the SageMaker HyperPod cluster node.</p>" |
| 7174 | + }, |
| 7175 | + "Placement":{ |
| 7176 | + "shape":"ClusterInstancePlacement", |
| 7177 | + "documentation":"<p>The placement details of the SageMaker HyperPod cluster node.</p>" |
7143 | 7178 | } |
7144 | 7179 | }, |
7145 | 7180 | "documentation":"<p>Details of an instance (also called a <i>node</i> interchangeably) in a SageMaker HyperPod cluster.</p>" |
|
7191 | 7226 | "type":"integer", |
7192 | 7227 | "min":0 |
7193 | 7228 | }, |
| 7229 | + "ClusterPrivateDnsHostname":{ |
| 7230 | + "type":"string", |
| 7231 | + "pattern":"^ip-((25[0-5]|(2[0-4]|1\\d|[1-9]|)\\d)-?\\b){4}\\..*$" |
| 7232 | + }, |
| 7233 | + "ClusterPrivatePrimaryIp":{ |
| 7234 | + "type":"string", |
| 7235 | + "pattern":"^((25[0-5]|(2[0-4]|1\\d|[1-9]|)\\d)\\.?\\b){4}$" |
| 7236 | + }, |
7194 | 7237 | "ClusterSortBy":{ |
7195 | 7238 | "type":"string", |
7196 | 7239 | "enum":[ |
@@ -12522,11 +12565,11 @@ |
12522 | 12565 | "members":{ |
12523 | 12566 | "ClusterName":{ |
12524 | 12567 | "shape":"ClusterNameOrArn", |
12525 | | - "documentation":"<p>The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the instance is.</p>" |
| 12568 | + "documentation":"<p>The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.</p>" |
12526 | 12569 | }, |
12527 | 12570 | "NodeId":{ |
12528 | 12571 | "shape":"ClusterNodeId", |
12529 | | - "documentation":"<p>The ID of the instance.</p>" |
| 12572 | + "documentation":"<p>The ID of the SageMaker HyperPod cluster node.</p>" |
12530 | 12573 | } |
12531 | 12574 | } |
12532 | 12575 | }, |
|
12536 | 12579 | "members":{ |
12537 | 12580 | "NodeDetails":{ |
12538 | 12581 | "shape":"ClusterNodeDetails", |
12539 | | - "documentation":"<p>The details of the instance.</p>" |
| 12582 | + "documentation":"<p>The details of the SageMaker HyperPod cluster node.</p>" |
12540 | 12583 | } |
12541 | 12584 | } |
12542 | 12585 | }, |
|
0 commit comments