Class: Aws::Bedrock::Types::CreateMarketplaceModelEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::CreateMarketplaceModelEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_eula ⇒ Boolean
Indicates whether you accept the end-user license agreement (EULA) for the model.
-
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#endpoint_config ⇒ Types::EndpointConfig
The configuration for the endpoint, including the number and type of instances to use.
-
#endpoint_name ⇒ String
The name of the endpoint.
-
#model_source_identifier ⇒ String
The ARN of the model from Amazon Bedrock Marketplace that you want to deploy to the endpoint.
-
#tags ⇒ Array<Types::Tag>
An array of key-value pairs to apply to the underlying Amazon SageMaker endpoint.
Instance Attribute Details
#accept_eula ⇒ Boolean
Indicates whether you accept the end-user license agreement (EULA) for the model. Set to ‘true` to accept the EULA.
3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3013 class CreateMarketplaceModelEndpointRequest < Struct.new( :model_source_identifier, :endpoint_config, :accept_eula, :endpoint_name, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#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.
3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3013 class CreateMarketplaceModelEndpointRequest < Struct.new( :model_source_identifier, :endpoint_config, :accept_eula, :endpoint_name, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#endpoint_config ⇒ Types::EndpointConfig
The configuration for the endpoint, including the number and type of instances to use.
3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3013 class CreateMarketplaceModelEndpointRequest < Struct.new( :model_source_identifier, :endpoint_config, :accept_eula, :endpoint_name, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#endpoint_name ⇒ String
The name of the endpoint. This name must be unique within your Amazon Web Services account and region.
3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3013 class CreateMarketplaceModelEndpointRequest < Struct.new( :model_source_identifier, :endpoint_config, :accept_eula, :endpoint_name, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#model_source_identifier ⇒ String
The ARN of the model from Amazon Bedrock Marketplace that you want to deploy to the endpoint.
3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3013 class CreateMarketplaceModelEndpointRequest < Struct.new( :model_source_identifier, :endpoint_config, :accept_eula, :endpoint_name, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of key-value pairs to apply to the underlying Amazon SageMaker endpoint. You can use these tags to organize and identify your Amazon Web Services resources.
3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 |
# File 'lib/aws-sdk-bedrock/types.rb', line 3013 class CreateMarketplaceModelEndpointRequest < Struct.new( :model_source_identifier, :endpoint_config, :accept_eula, :endpoint_name, :client_request_token, :tags) SENSITIVE = [] include Aws::Structure end |