| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelStepMetadata |
ModelStepMetadata.clone() |
ModelStepMetadata |
PipelineExecutionStepMetadata.getModel()
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
ModelStepMetadata |
ModelStepMetadata.withArn(String arn)
The Amazon Resource Name (ARN) of the created model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecutionStepMetadata.setModel(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withModel(ModelStepMetadata model)
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
Copyright © 2022. All rights reserved.