CreateModelStep | R Documentation |
CreateModel step for workflow.
sagemaker.workflow::Entity
-> sagemaker.workflow::Step
-> sagemaker.workflow::ConfigurableRetryStep
-> CreateModelStep
arguments
The arguments dict that is used to call 'create_model'. NOTE: The CreateModelRequest is not quite the args list that workflow needs. ModelName cannot be included in the arguments.
properties
A Properties object representing the DescribeModelResponse data model.
new()
Construct a CreateModelStep, given an 'sagemaker.model.Model' instance. In addition to the Model instance, the other arguments are those that are supplied to the '_create_sagemaker_model' method of the 'sagemaker.model.Model._create_sagemaker_model'.
CreateModelStep$new( name, model, inputs, depends_on = NULL, retry_policies = NULL, display_name = NULL, description = NULL )
name
(str): The name of the CreateModel step.
model
(Model): A 'sagemaker.model.Model' instance.
inputs
(CreateModelInput): A 'sagemaker.inputs.CreateModelInput' instance. Defaults to 'None'.
depends_on
(List[str]): A list of step names this 'sagemaker.workflow.steps.CreateModelStep' depends on
retry_policies
(List[RetryPolicy]): A list of retry policy
display_name
(str): The display name of the CreateModel step.
description
(str): The description of the CreateModel step.
clone()
The objects of this class are cloneable with this method.
CreateModelStep$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.