Class: Aws::Bedrock::Types::UpdateMarketplaceModelEndpointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token is listed as not required because Amazon Web Services SDKs automatically generate it for you and set this parameter. If you're not using the Amazon Web Services SDK or the CLI, you must provide this token or the action will fail.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


8401
8402
8403
8404
8405
8406
8407
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8401

class UpdateMarketplaceModelEndpointRequest < Struct.new(
  :endpoint_arn,
  :endpoint_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_arnString

The Amazon Resource Name (ARN) of the endpoint you want to update.

Returns:

  • (String)


8401
8402
8403
8404
8405
8406
8407
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8401

class UpdateMarketplaceModelEndpointRequest < Struct.new(
  :endpoint_arn,
  :endpoint_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_configTypes::EndpointConfig

The new configuration for the endpoint, including the number and type of instances to use.



8401
8402
8403
8404
8405
8406
8407
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8401

class UpdateMarketplaceModelEndpointRequest < Struct.new(
  :endpoint_arn,
  :endpoint_config,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end