|
| 1 | +Pipelines |
| 2 | +========= |
| 3 | + |
| 4 | +ConditionStep |
| 5 | +------------- |
| 6 | + |
| 7 | +.. autoclass:: sagemaker.workflow.condition_step.ConditionStep |
| 8 | + |
| 9 | +.. autoclass:: sagemaker.workflow.condition_step.JsonGet |
| 10 | + |
| 11 | +Conditions |
| 12 | +---------- |
| 13 | + |
| 14 | +.. autoclass:: sagemaker.workflow.conditions.ConditionTypeEnum |
| 15 | + |
| 16 | +.. autoclass:: sagemaker.workflow.conditions.Condition |
| 17 | + |
| 18 | +.. autoclass:: sagemaker.workflow.conditions.ConditionComparison |
| 19 | + |
| 20 | +.. autoclass:: sagemaker.workflow.conditions.ConditionEquals |
| 21 | + |
| 22 | +.. autoclass:: sagemaker.workflow.conditions.ConditionGreaterThan |
| 23 | + |
| 24 | +.. autoclass:: sagemaker.workflow.conditions.ConditionGreaterThanOrEqualTo |
| 25 | + |
| 26 | +.. autoclass:: sagemaker.workflow.conditions.ConditionLessThan |
| 27 | + |
| 28 | +.. autoclass:: sagemaker.workflow.conditions.ConditionLessThanOrEqualTo |
| 29 | + |
| 30 | +.. autoclass:: sagemaker.workflow.conditions.ConditionIn |
| 31 | + |
| 32 | +.. autoclass:: sagemaker.workflow.conditions.ConditionNot |
| 33 | + |
| 34 | +.. autoclass:: sagemaker.workflow.conditions.ConditionOr |
| 35 | + |
| 36 | +.. autofunction:: sagemaker.workflow.conditions.primitive_or_expr |
| 37 | + |
| 38 | +Entities |
| 39 | +-------- |
| 40 | + |
| 41 | +.. autoclass:: sagemaker.workflow.entities.Entity |
| 42 | + |
| 43 | +.. autoclass:: sagemaker.workflow.entities.DefaultEnumMeta |
| 44 | + |
| 45 | +.. autoclass:: sagemaker.workflow.entities.Expression |
| 46 | + |
| 47 | +Execution_variables |
| 48 | +------------------- |
| 49 | + |
| 50 | +.. autoclass:: sagemaker.workflow.execution_variables.ExecutionVariable |
| 51 | + |
| 52 | +.. autoclass:: sagemaker.workflow.execution_variables.ExecutionVariables |
| 53 | + |
| 54 | +Parameters |
| 55 | +---------- |
| 56 | + |
| 57 | +.. autoclass:: sagemaker.workflow.parameters.ParameterTypeEnum |
| 58 | + |
| 59 | +.. autoclass:: sagemaker.workflow.parameters.Parameter |
| 60 | + |
| 61 | +.. autoclass:: sagemaker.workflow.parameters.ParameterString |
| 62 | + |
| 63 | +.. autoclass:: sagemaker.workflow.parameters.ParameterInteger |
| 64 | + |
| 65 | +.. autoclass:: sagemaker.workflow.parameters.ParameterFloat |
| 66 | + |
| 67 | +Pipeline |
| 68 | +-------- |
| 69 | + |
| 70 | +.. autoclass:: sagemaker.workflow.pipeline.Pipeline |
| 71 | + |
| 72 | +.. autofunction:: sagemaker.workflow.pipeline.format_start_parameters |
| 73 | + |
| 74 | +.. autofunction:: sagemaker.workflow.pipeline.interpolate |
| 75 | + |
| 76 | +.. autofunction:: sagemaker.workflow.pipeline.update_args |
| 77 | + |
| 78 | +Properties |
| 79 | +---------- |
| 80 | + |
| 81 | +.. autoclass:: sagemaker.workflow.properties.PropertiesMeta |
| 82 | + |
| 83 | +.. autoclass:: sagemaker.workflow.properties.Properties |
| 84 | + |
| 85 | +.. autoclass:: sagemaker.workflow.properties.PropertiesList |
| 86 | + |
| 87 | +.. autoclass:: sagemaker.workflow.properties.PropertyFile |
| 88 | + |
| 89 | +Step Collections |
| 90 | +---------------- |
| 91 | + |
| 92 | +.. autoclass:: sagemaker.workflow.step_collections.StepCollection |
| 93 | + |
| 94 | +.. autoclass:: sagemaker.workflow.step_collections.RegisterModel |
| 95 | + |
| 96 | +.. autoclass:: sagemaker.workflow.step_collections.EstimatorTransformer |
| 97 | + |
| 98 | +Steps |
| 99 | +----- |
| 100 | + |
| 101 | +.. autoclass:: sagemaker.workflow.steps.StepTypeEnum |
| 102 | + |
| 103 | +.. autoclass:: sagemaker.workflow.steps.Step |
| 104 | + |
| 105 | +.. autoclass:: sagemaker.workflow.steps.TrainingStep |
| 106 | + |
| 107 | +.. autoclass:: sagemaker.workflow.steps.CreateModelStep |
| 108 | + |
| 109 | +.. autoclass:: sagemaker.workflow.steps.TransformStep |
| 110 | + |
| 111 | +.. autoclass:: sagemaker.workflow.steps.ProcessingStep |
| 112 | + |
| 113 | +.. autoclass:: sagemaker.workflow.steps.FailStep |
| 114 | + |
| 115 | +Utilities |
| 116 | +--------- |
| 117 | + |
| 118 | +.. autofunction:: sagemaker.workflow.utilities.list_to_request |
0 commit comments