cleanroomsml_list_collaboration_trained_model_export_jobs: Returns a list of the export jobs for a trained model in a...

View source: R/cleanroomsml_operations.R

cleanroomsml_list_collaboration_trained_model_export_jobsR Documentation

Returns a list of the export jobs for a trained model in a collaboration

Description

Returns a list of the export jobs for a trained model in a collaboration.

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

Usage

cleanroomsml_list_collaboration_trained_model_export_jobs(
  nextToken = NULL,
  maxResults = NULL,
  collaborationIdentifier,
  trainedModelArn
)

Arguments

nextToken

The token value retrieved from a previous call to access the next page of results.

maxResults

The maximum size of the results that is returned per call.

collaborationIdentifier

[required] The collaboration ID of the collaboration that contains the trained model export jobs that you are interested in.

trainedModelArn

[required] The Amazon Resource Name (ARN) of the trained model that was used to create the export jobs that you are interested in.


paws.security.identity documentation built on April 3, 2025, 10:59 p.m.