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.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint you want to update.
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_config ⇒ Types::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 |