JumpStartLaunchedRegionInfo | R Documentation |
Data class for launched region info.
Data class for launched region info.
sagemaker.core::JumpStartDataHolderType
-> JumpStartLaunchedRegionInfo
content_bucket
Name of JumpStart s3 content bucket associated with region.
region_name
Name of JumpStart launched region.
new()
Instantiates JumpStartLaunchedRegionInfo object.
JumpStartLaunchedRegionInfo$new(content_bucket, region_name)
content_bucket
(str): Name of JumpStart s3 content bucket associated with region.
region_name
(str): Name of JumpStart launched region.
clone()
The objects of this class are cloneable with this method.
JumpStartLaunchedRegionInfo$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.