InferenceComponentSummary
A summary of the properties of an inference component.
Contents
- CreationTime
-
The time when the inference component was created.
Type: Timestamp
Required: Yes
- EndpointArn
-
The Amazon Resource Name (ARN) of the endpoint that hosts the inference component.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:endpoint/.*
Required: Yes
- EndpointName
-
The name of the endpoint that hosts the inference component.
Type: String
Length Constraints: Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}
Required: Yes
- InferenceComponentArn
-
The Amazon Resource Name (ARN) of the inference component.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Required: Yes
- InferenceComponentName
-
The name of the inference component.
Type: String
Length Constraints: Maximum length of 63.
Pattern:
^[a-zA-Z0-9]([\-a-zA-Z0-9]*[a-zA-Z0-9])?$
Required: Yes
- LastModifiedTime
-
The time when the inference component was last updated.
Type: Timestamp
Required: Yes
- VariantName
-
The name of the production variant that hosts the inference component.
Type: String
Length Constraints: Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}
Required: Yes
- InferenceComponentStatus
-
The status of the inference component.
Type: String
Valid Values:
InService | Creating | Updating | Failed | Deleting
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: