Class: Aws::Bedrock::Types::GetCustomModelDeploymentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_model_deployment_identifierString

The Amazon Resource Name (ARN) or name of the custom model deployment to retrieve information about.

Returns:

  • (String)


6466
6467
6468
6469
6470
# File 'lib/aws-sdk-bedrock/types.rb', line 6466

class GetCustomModelDeploymentRequest < Struct.new(
  :custom_model_deployment_identifier)
  SENSITIVE = []
  include Aws::Structure
end