Class: Aws::Bedrock::Types::CreateCustomModelDeploymentResponse

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_arnString

The Amazon Resource Name (ARN) of the custom model deployment. Use this ARN as the ‘modelId` parameter when invoking the model with the `InvokeModel` or `Converse` operations.

Returns:

  • (String)


3355
3356
3357
3358
3359
# File 'lib/aws-sdk-bedrock/types.rb', line 3355

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