Class: Aws::Bedrock::Types::CreateMarketplaceModelEndpointRequest

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

#accept_eulaBoolean

Indicates whether you accept the end-user license agreement (EULA) for the model. Set to ‘true` to accept the EULA.

Returns:

  • (Boolean)


571
572
573
574
575
576
577
578
579
580
# File 'lib/aws-sdk-bedrock/types.rb', line 571

class CreateMarketplaceModelEndpointRequest < Struct.new(
  :model_source_identifier,
  :endpoint_config,
  :accept_eula,
  :endpoint_name,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

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


571
572
573
574
575
576
577
578
579
580
# File 'lib/aws-sdk-bedrock/types.rb', line 571

class CreateMarketplaceModelEndpointRequest < Struct.new(
  :model_source_identifier,
  :endpoint_config,
  :accept_eula,
  :endpoint_name,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_configTypes::EndpointConfig

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



571
572
573
574
575
576
577
578
579
580
# File 'lib/aws-sdk-bedrock/types.rb', line 571

class CreateMarketplaceModelEndpointRequest < Struct.new(
  :model_source_identifier,
  :endpoint_config,
  :accept_eula,
  :endpoint_name,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

The name of the endpoint. This name must be unique within your Amazon Web Services account and region.

Returns:

  • (String)


571
572
573
574
575
576
577
578
579
580
# File 'lib/aws-sdk-bedrock/types.rb', line 571

class CreateMarketplaceModelEndpointRequest < Struct.new(
  :model_source_identifier,
  :endpoint_config,
  :accept_eula,
  :endpoint_name,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#model_source_identifierString

The ARN of the model from Amazon Bedrock Marketplace that you want to deploy to the endpoint.

Returns:

  • (String)


571
572
573
574
575
576
577
578
579
580
# File 'lib/aws-sdk-bedrock/types.rb', line 571

class CreateMarketplaceModelEndpointRequest < Struct.new(
  :model_source_identifier,
  :endpoint_config,
  :accept_eula,
  :endpoint_name,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<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.

Returns:



571
572
573
574
575
576
577
578
579
580
# File 'lib/aws-sdk-bedrock/types.rb', line 571

class CreateMarketplaceModelEndpointRequest < Struct.new(
  :model_source_identifier,
  :endpoint_config,
  :accept_eula,
  :endpoint_name,
  :client_request_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end