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