MarketplaceModelEndpoint
Contains details about an endpoint for a model from Amazon Bedrock Marketplace.
Contents
- createdAt
-
The timestamp when the endpoint was registered.
Type: Timestamp
Required: Yes
- endpointArn
-
The Amazon Resource Name (ARN) of the endpoint.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Required: Yes
- endpointConfig
-
The configuration of the endpoint, including the number and type of instances used.
Type: EndpointConfig object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- endpointStatus
-
The current status of the endpoint (e.g., Creating, InService, Updating, Failed).
Type: String
Required: Yes
- modelSourceIdentifier
-
The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
arn:aws:sagemaker:.*:hub-content/SageMakerPublicHub/Model/.*
Required: Yes
- updatedAt
-
The timestamp when the endpoint was last updated.
Type: Timestamp
Required: Yes
- endpointStatusMessage
-
Additional information about the endpoint status, if available.
Type: String
Required: No
- status
-
The overall status of the endpoint in Amazon Bedrock Marketplace (e.g., ACTIVE, INACTIVE).
Type: String
Valid Values:
REGISTERED | INCOMPATIBLE_ENDPOINT
Required: No
- statusMessage
-
Additional information about the overall status, if available.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: