cleanroomsml_get_trained_model_inference_job {paws.security.identity}R Documentation

Returns information about a trained model inference job

Description

Returns information about a trained model inference job.

See https://www.paws-r-sdk.com/docs/cleanroomsml_get_trained_model_inference_job/ for full documentation.

Usage

cleanroomsml_get_trained_model_inference_job(
  membershipIdentifier,
  trainedModelInferenceJobArn
)

Arguments

membershipIdentifier

[required] Provides the membership ID of the membership that contains the trained model inference job that you are interested in.

trainedModelInferenceJobArn

[required] Provides the Amazon Resource Name (ARN) of the trained model inference job that you are interested in.


[Package paws.security.identity version 0.9.0 Index]