Class: Aws::Bedrock::Types::UpdateMarketplaceModelEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::UpdateMarketplaceModelEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint you want to update.
-
#endpoint_config ⇒ Types::EndpointConfig
The new configuration for the endpoint, including the number and type of instances to use.
Instance Attribute Details
#client_request_token ⇒ String
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.
8050 8051 8052 8053 8054 8055 8056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 8050 class UpdateMarketplaceModelEndpointRequest < Struct.new( :endpoint_arn, :endpoint_config, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#endpoint_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint you want to update.
8050 8051 8052 8053 8054 8055 8056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 8050 class UpdateMarketplaceModelEndpointRequest < Struct.new( :endpoint_arn, :endpoint_config, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#endpoint_config ⇒ Types::EndpointConfig
The new configuration for the endpoint, including the number and type of instances to use.
8050 8051 8052 8053 8054 8055 8056 |
# File 'lib/aws-sdk-bedrock/types.rb', line 8050 class UpdateMarketplaceModelEndpointRequest < Struct.new( :endpoint_arn, :endpoint_config, :client_request_token) SENSITIVE = [] include Aws::Structure end |