|
5398 | 5398 | "DescribeEndpointOutput$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>", |
5399 | 5399 | "DescribeInferenceComponentOutput$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.</p>", |
5400 | 5400 | "Endpoint$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>", |
| 5401 | + "EndpointStepMetadata$Arn": "<p>The Amazon Resource Name (ARN) of the endpoint in the step.</p>", |
5401 | 5402 | "EndpointSummary$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>", |
5402 | 5403 | "InferenceComponentSummary$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.</p>", |
5403 | 5404 | "ModelDashboardEndpoint$EndpointArn": "<p>The Amazon Resource Name (ARN) of the endpoint.</p>", |
|
5410 | 5411 | "refs": { |
5411 | 5412 | "CreateEndpointConfigOutput$EndpointConfigArn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration. </p>", |
5412 | 5413 | "DescribeEndpointConfigOutput$EndpointConfigArn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration.</p>", |
| 5414 | + "EndpointConfigStepMetadata$Arn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration used in the step.</p>", |
5413 | 5415 | "EndpointConfigSummary$EndpointConfigArn": "<p>The Amazon Resource Name (ARN) of the endpoint configuration.</p>" |
5414 | 5416 | } |
5415 | 5417 | }, |
|
5441 | 5443 | "ListEndpointConfigsInput$SortBy": "<p>The field to sort results by. The default is <code>CreationTime</code>.</p>" |
5442 | 5444 | } |
5443 | 5445 | }, |
| 5446 | + "EndpointConfigStepMetadata": { |
| 5447 | + "base": "<p>Metadata for an endpoint configuration step.</p>", |
| 5448 | + "refs": { |
| 5449 | + "PipelineExecutionStepMetadata$EndpointConfig": "<p>The endpoint configuration used to create an endpoint during this step execution.</p>" |
| 5450 | + } |
| 5451 | + }, |
5444 | 5452 | "EndpointConfigSummary": { |
5445 | 5453 | "base": "<p>Provides summary information for an endpoint configuration.</p>", |
5446 | 5454 | "refs": { |
|
5568 | 5576 | "ModelDashboardEndpoint$EndpointStatus": "<p>The endpoint status.</p>" |
5569 | 5577 | } |
5570 | 5578 | }, |
| 5579 | + "EndpointStepMetadata": { |
| 5580 | + "base": "<p>Metadata for an endpoint step.</p>", |
| 5581 | + "refs": { |
| 5582 | + "PipelineExecutionStepMetadata$Endpoint": "<p>The endpoint that was invoked during this step execution.</p>" |
| 5583 | + } |
| 5584 | + }, |
5571 | 5585 | "EndpointSummary": { |
5572 | 5586 | "base": "<p>Provides summary information for an endpoint.</p>", |
5573 | 5587 | "refs": { |
|
0 commit comments