Skip to content

Start Trained Model Export Job

cleanroomsml_start_trained_model_export_job R Documentation

Provides the information necessary to start a trained model export job

Description

Provides the information necessary to start a trained model export job.

Usage

cleanroomsml_start_trained_model_export_job(name, trainedModelArn,
  membershipIdentifier, outputConfiguration, description)

Arguments

name

[required] The name of the trained model export job.

trainedModelArn

[required] The Amazon Resource Name (ARN) of the trained model that you want to export.

membershipIdentifier

[required] The membership ID of the member that is receiving the exported trained model artifacts.

outputConfiguration

[required] The output configuration information for the trained model export job.

description

The description of the trained model export job.

Value

An empty list.

Request syntax

svc$start_trained_model_export_job(
  name = "string",
  trainedModelArn = "string",
  membershipIdentifier = "string",
  outputConfiguration = list(
    members = list(
      list(
        accountId = "string"
      )
    )
  ),
  description = "string"
)