is_jumpstart_model_input: Determines if 'model_id' and 'version' input are for...

View source: R/jumpstart_utils.R

is_jumpstart_model_inputR Documentation

Determines if 'model_id' and 'version' input are for JumpStart.

Description

This method returns True if both arguments are not None, false if both arguments are None, and raises an exception if one argument is None but the other isn't.

Usage

is_jumpstart_model_input(model_id, version)

Arguments

model_id

(str): Optional. Model ID of the JumpStart model.

version

(str): Optional. Version of the JumpStart model.


DyfanJones/sagemaker-r-local documentation built on June 14, 2022, 10:32 p.m.