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 CreateModelImportJob operation. Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker. For more information, see Import a customized model

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateModelImportJobRequest : AmazonBedrockRequest
         IAmazonWebServiceRequest

The CreateModelImportJobRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.

Public Property ImportedModelKmsKeyId System.String

Gets and sets the property ImportedModelKmsKeyId.

The imported model is encrypted at rest using this key.

Public Property ImportedModelName System.String

Gets and sets the property ImportedModelName.

The name of the imported model.

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

Gets and sets the property ImportedModelTags.

Tags to attach to the imported model.

Public Property JobName System.String

Gets and sets the property JobName.

The name of the import job.

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

Gets and sets the property JobTags.

Tags to attach to this import job.

Public Property ModelDataSource Amazon.Bedrock.Model.ModelDataSource

Gets and sets the property ModelDataSource.

The data source for the imported model.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the model import job.

Public Property VpcConfig Amazon.Bedrock.Model.VpcConfig

Gets and sets the property VpcConfig.

VPC configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for the import job.

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