Creates a model import job to import model that you have customized in other environments, such as Amazon SageMaker
Source:R/bedrock_operations.R
bedrock_create_model_import_job.RdCreates 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
See https://www.paws-r-sdk.com/docs/bedrock_create_model_import_job/ for full documentation.
Usage
bedrock_create_model_import_job(
jobName,
importedModelName,
roleArn,
modelDataSource,
jobTags = NULL,
importedModelTags = NULL,
clientRequestToken = NULL,
vpcConfig = NULL,
importedModelKmsKeyId = NULL
)Arguments
- jobName
[required] The name of the import job.
- importedModelName
[required] The name of the imported model.
- roleArn
[required] The Amazon Resource Name (ARN) of the model import job.
- modelDataSource
[required] The data source for the imported model.
Tags to attach to this import job.
Tags to attach to the imported model.
- 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.
- vpcConfig
VPC configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for the import job.
- importedModelKmsKeyId
The imported model is encrypted at rest using this key.