| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EMRStepMetadata |
EMRStepMetadata.clone() |
EMRStepMetadata |
PipelineExecutionStepMetadata.getEMR()
The configurations and outcomes of an EMR step execution.
|
EMRStepMetadata |
EMRStepMetadata.withClusterId(String clusterId)
The identifier of the EMR cluster.
|
EMRStepMetadata |
EMRStepMetadata.withLogFilePath(String logFilePath)
The path to the log file where the cluster step's failure root cause is recorded.
|
EMRStepMetadata |
EMRStepMetadata.withStepId(String stepId)
The identifier of the EMR cluster step.
|
EMRStepMetadata |
EMRStepMetadata.withStepName(String stepName)
The name of the EMR cluster step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecutionStepMetadata.setEMR(EMRStepMetadata eMR)
The configurations and outcomes of an EMR step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withEMR(EMRStepMetadata eMR)
The configurations and outcomes of an EMR step execution.
|
Copyright © 2022. All rights reserved.