View source: R/cleanroomsml_operations.R
cleanroomsml_start_trained_model_inference_job | R Documentation |
Defines the information necessary to begin a trained model inference job.
See https://www.paws-r-sdk.com/docs/cleanroomsml_start_trained_model_inference_job/ for full documentation.
cleanroomsml_start_trained_model_inference_job(
membershipIdentifier,
name,
trainedModelArn,
configuredModelAlgorithmAssociationArn = NULL,
resourceConfig,
outputConfiguration,
dataSource,
description = NULL,
containerExecutionParameters = NULL,
environment = NULL,
kmsKeyArn = NULL,
tags = NULL
)
membershipIdentifier |
[required] The membership ID of the membership that contains the trained model inference job. |
name |
[required] The name of the trained model inference job. |
trainedModelArn |
[required] The Amazon Resource Name (ARN) of the trained model that is used for this trained model inference job. |
configuredModelAlgorithmAssociationArn |
The Amazon Resource Name (ARN) of the configured model algorithm association that is used for this trained model inference job. |
resourceConfig |
[required] Defines the resource configuration for the trained model inference job. |
outputConfiguration |
[required] Defines the output configuration information for the trained model inference job. |
dataSource |
[required] Defines the data source that is used for the trained model inference job. |
description |
The description of the trained model inference job. |
containerExecutionParameters |
The execution parameters for the container. |
environment |
The environment variables to set in the Docker container. |
kmsKeyArn |
The Amazon Resource Name (ARN) of the KMS key. This key is used to encrypt and decrypt customer-owned data in the ML inference job and associated data. |
tags |
The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. The following basic restrictions apply to tags:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.