AIDetails
Contains information about self-hosted AI resources and their host resources. The fields that are present depend on the role of the resource.
On a self-hosted AI resource (a resource with a SelfHosted::AI:: resource type, such as SelfHosted::AI::Model or SelfHosted::AI::Agent), the HostResourceGuid and HostResourceType fields link the resource to its host. The CanonicalId field identifies what the resource is, enabling aggregation of identical resources across multiple hosts.
On a host resource (such as an Amazon EC2 instance), the SelfHostedAI*ResourceCount fields contain the count for each ResourceSubCategory and the total count of self-hosted AI resources detected on the host.
Contents
- CanonicalId
-
The canonical identifier for the AI resource, independent of where it is deployed. Multiple occurrences of the same resource on different hosts share the same
CanonicalId. For model resources, the value follows the formatmodel/<purl>, such asmodel/pkg:huggingface/meta-llama/llama-3-8b. Present only on self-hosted AI resources.Type: String
Pattern:
.*\S.*Required: No
- HostResourceGuid
-
The identifier of the host resource that hosts the self-hosted AI resource. Present only on self-hosted AI resources.
Type: String
Pattern:
.*\S.*Required: No
- HostResourceType
-
The
ResourceTypeof the host resource that hosts the self-hosted AI resource, such asAWS::EC2::Instance. Present only on self-hosted AI resources.Type: String
Pattern:
.*\S.*Required: No
- SelfHostedAIAgentFrameworkResourceCount
-
The number of self-hosted AI resources of
ResourceSubCategoryAgentFrameworkdetected on the host resource. Present only on host resources.Type: Integer
Required: No
- SelfHostedAIAgentResourceCount
-
The number of self-hosted AI resources of
ResourceSubCategoryAgentdetected on the host resource. Present only on host resources.Type: Integer
Required: No
- SelfHostedAIAgentToolsAndIdentityResourceCount
-
The number of self-hosted AI resources of
ResourceSubCategoryAgentToolsAndIdentitydetected on the host resource. Present only on host resources.Type: Integer
Required: No
- SelfHostedAIDevelopmentResourceCount
-
The number of self-hosted AI resources of
ResourceSubCategoryDevelopmentdetected on the host resource. Present only on host resources.Type: Integer
Required: No
- SelfHostedAIExternalEndpointResourceCount
-
The number of self-hosted AI resources of
ResourceSubCategoryExternalEndpointdetected on the host resource. Present only on host resources.Type: Integer
Required: No
- SelfHostedAIModelResourceCount
-
The number of self-hosted AI resources of
ResourceSubCategoryModeldetected on the host resource. Present only on host resources.Type: Integer
Required: No
- SelfHostedAIModelServingResourceCount
-
The number of self-hosted AI resources of
ResourceSubCategoryModelServingdetected on the host resource. Present only on host resources.Type: Integer
Required: No
- SelfHostedTotalAIResourceCount
-
The total number of all self-hosted AI resources detected on the host resource. Present only on host resources.
Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: