Class: Aws::Bedrock::Types::GetCustomModelDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetCustomModelDeploymentRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_model_deployment_identifier ⇒ String
The Amazon Resource Name (ARN) or name of the custom model deployment to retrieve information about.
Instance Attribute Details
#custom_model_deployment_identifier ⇒ String
The Amazon Resource Name (ARN) or name of the custom model deployment to retrieve information about.
2734 2735 2736 2737 2738 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2734 class GetCustomModelDeploymentRequest < Struct.new( :custom_model_deployment_identifier) SENSITIVE = [] include Aws::Structure end |