AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateMarketplaceModelEndpoint operation. Creates an endpoint for a model from Amazon Bedrock Marketplace. The endpoint is hosted by Amazon SageMaker.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Bedrock.AmazonBedrockRequest
      Amazon.Bedrock.Model.CreateMarketplaceModelEndpointRequest

Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z

Syntax

C#
public class CreateMarketplaceModelEndpointRequest : AmazonBedrockRequest
         IAmazonWebServiceRequest

The CreateMarketplaceModelEndpointRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AcceptEula System.Boolean

Gets and sets the property AcceptEula.

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

Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

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.

Public Property EndpointConfig Amazon.Bedrock.Model.EndpointConfig

Gets and sets the property EndpointConfig.

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

Public Property EndpointName System.String

Gets and sets the property EndpointName.

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

Public Property ModelSourceIdentifier System.String

Gets and sets the property ModelSourceIdentifier.

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

Public Property Tags System.Collections.Generic.List<Amazon.Bedrock.Model.Tag>

Gets and sets the property Tags.

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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5