AWS Security ChangesHomeSearch

AWS sagemaker-unified-studio documentation change

Service: sagemaker-unified-studio · 2026-04-25 · Documentation low

File: sagemaker-unified-studio/latest/userguide/creating-a-function-component.md

Summary

Updated navigation steps for creating a function component in Amazon Bedrock in SageMaker Unified Studio, including changes to menu navigation, project selection, and component creation workflow.

Security assessment

The changes are purely procedural updates to the user interface navigation and workflow steps. There is no mention of security vulnerabilities, patches, or security incidents. The changes include renumbering steps and updating UI element references, but do not introduce or modify security-related content.

Diff

diff --git a/sagemaker-unified-studio/latest/userguide/creating-a-function-component.md b/sagemaker-unified-studio/latest/userguide/creating-a-function-component.md
index a6e46bd03..afc309538 100644
--- a//sagemaker-unified-studio/latest/userguide/creating-a-function-component.md
+++ b//sagemaker-unified-studio/latest/userguide/creating-a-function-component.md
@@ -17 +17 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  3. Choose the **Build** menu at the top of the page.
+  3. In the left navigation pane, under **Generative AI** , choose **AI apps**.
@@ -19 +19 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  4. In the **MACHINE LEARNING & GENERATIVE AI** section, choose **My apps**.
+  4. From the project selector dropdown at the top of the page, choose the project that you want to use.
@@ -21 +21 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  5. In the **Select or create a new project to continue** dialog box, select the project that you want to use.
+  5. In the left pane, choose **Asset gallery**.
@@ -23 +23 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  6. In the left pane, choose **Asset gallery**.
+  6. Choose **My components**.
@@ -25 +25 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  7. Choose **My components**.
+  7. In **Asset gallery** , choose **My components**.
@@ -27 +27 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  8. In **Asset gallery** , choose **My components**.
+  8. In the **Components** section, choose **Create component** and then **Function**. The **Create function** pane is shown.
@@ -29 +29 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  9. In the **Components** section, choose **Create component** and then **Function**. The **Create function** pane is shown.
+  9. For **Function name** , enter a name for the function in in **Function name**.
@@ -31 +31 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  10. For **Function name** , enter a name for the function in in **Function name**.
+  10. For **Function description** , enter a description for the function. 
@@ -33 +33 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  11. For **Function description** , enter a description for the function. 
+  11. For **Function schema** , enter the JSON or YAML format OpenAPI schema for the API. Alternatively, upload the JSON or YAML for the file by choosing **Import JSON/YAML**. You can clear the text box by choosing **Reset**.
@@ -35 +35 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  12. For **Function schema** , enter the JSON or YAML format OpenAPI schema for the API. Alternatively, upload the JSON or YAML for the file by choosing **Import JSON/YAML**. You can clear the text box by choosing **Reset**.
+  12. Choose **Validate schema** to validate the schema. 
@@ -37 +37 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  13. Choose **Validate schema** to validate the schema. 
+  13. For **Authentication method** select the authentication method for your API server. By default, Amazon Bedrock in SageMaker Unified Studio preselects the authentication based on information it finds in your OpenAPI schema. For information about authentication methods, see [Authentication methods](./functions.html#functions-authentication). 
@@ -39 +39 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  14. For **Authentication method** select the authentication method for your API server. By default, Amazon Bedrock in SageMaker Unified Studio preselects the authentication based on information it finds in your OpenAPI schema. For information about authentication methods, see [Authentication methods](./functions.html#functions-authentication). 
+  14. Enter the information for the authention method that you selected in the previous step.
@@ -41 +41 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  15. Enter the information for the authention method that you selected in the previous step.
+  15. For **API servers** , enter the URL for your server in **Server URL**. This value is autopopulated if the server URL is in the schema.
@@ -43 +43 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  16. For **API servers** , enter the URL for your server in **Server URL**. This value is autopopulated if the server URL is in the schema.
+  16. Choose **Create** to create your function.
@@ -45,3 +45 @@ You can create a function as a component in an Amazon Bedrock in SageMaker Unifi
-  17. Choose **Create** to create your function.
-
-  18. Add your function to a chat agent app by doing [Add a function component to an Amazon Bedrock chat agent app](./add-function-component-chat-app.html). 
+  17. Add your function to a chat agent app by doing [Add a function component to an Amazon Bedrock chat agent app](./add-function-component-chat-app.html).