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

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

#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)


7039
7040
7041
7042
7043
7044
7045
# File 'lib/aws-sdk-bedrock/types.rb', line 7039

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)


7039
7040
7041
7042
7043
7044
7045
# File 'lib/aws-sdk-bedrock/types.rb', line 7039

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.



7039
7040
7041
7042
7043
7044
7045
# File 'lib/aws-sdk-bedrock/types.rb', line 7039

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