.JumpStartModelsAccessor | R Documentation |
Static class for storing the JumpStart models cache.
get_model_header()
Returns model header from JumpStart models cache.
.JumpStartModelsAccessor$get_model_header(region, model_id, version)
region
(str): region for which to retrieve header.
model_id
(str): model id to retrieve.
version
(str): semantic version to retrieve for the model id.
get_model_specs()
Returns model specs from JumpStart models cache.
.JumpStartModelsAccessor$get_model_specs(region, model_id, version)
region
(str): region for which to retrieve header.
model_id
(str): model id to retrieve.
version
(str): semantic version to retrieve for the model id.
set_cache_kwargs()
Sets cache kwargs, clears the cache.
.JumpStartModelsAccessor$set_cache_kwargs(cache_kwargs, region = NULL)
cache_kwargs
(str): cache kwargs to validate.
region
(str): Optional. The region to validate along with the kwargs.
reset_cache()
Resets cache, optionally allowing cache kwargs to be passed to the new cache.
.JumpStartModelsAccessor$reset_cache(cache_kwargs = NULL, region = NULL)
cache_kwargs
(str): cache kwargs to validate.
region
(str): The region to validate along with the kwargs.
get_manifest()
Return entire JumpStart models manifest.
.JumpStartModelsAccessor$get_manifest(cache_kwargs = NULL, region = NULL)
cache_kwargs
(Dict[str, Any]): Optional. Cache kwargs to use. (Default: None).
region
(str): Optional. The region to use for the cache. (Default: None).
clone()
The objects of this class are cloneable with this method.
.JumpStartModelsAccessor$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.