File size: 4,487 Bytes
4021124
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
Pipelines
=========

ConditionStep
-------------

.. autoclass:: sagemaker.workflow.condition_step.ConditionStep
.. deprecated:: sagemaker.workflow.condition_step.JsonGet

Conditions
----------

.. autoclass:: sagemaker.workflow.conditions.ConditionTypeEnum

.. autoclass:: sagemaker.workflow.conditions.Condition

.. autoclass:: sagemaker.workflow.conditions.ConditionComparison

.. autoclass:: sagemaker.workflow.conditions.ConditionEquals

.. autoclass:: sagemaker.workflow.conditions.ConditionGreaterThan

.. autoclass:: sagemaker.workflow.conditions.ConditionGreaterThanOrEqualTo

.. autoclass:: sagemaker.workflow.conditions.ConditionLessThan

.. autoclass:: sagemaker.workflow.conditions.ConditionLessThanOrEqualTo

.. autoclass:: sagemaker.workflow.conditions.ConditionIn

.. autoclass:: sagemaker.workflow.conditions.ConditionNot

.. autoclass:: sagemaker.workflow.conditions.ConditionOr

CheckJobConfig
--------------

.. autoclass:: sagemaker.workflow.check_job_config.CheckJobConfig

Entities
--------

.. autoclass:: sagemaker.workflow.entities.Entity

.. autoclass:: sagemaker.workflow.entities.DefaultEnumMeta

.. autoclass:: sagemaker.workflow.entities.Expression

.. autoclass:: sagemaker.workflow.entities.PipelineVariable

Execution Variables
-------------------

.. autoclass:: sagemaker.workflow.execution_variables.ExecutionVariable

.. autoclass:: sagemaker.workflow.execution_variables.ExecutionVariables
    :members: START_DATETIME, CURRENT_DATETIME, PIPELINE_EXECUTION_ID, PIPELINE_EXECUTION_ARN, PIPELINE_NAME, PIPELINE_ARN, TRAINING_JOB_NAME, PROCESSING_JOB_NAME

Functions
---------

.. autoclass:: sagemaker.workflow.functions.Join

.. autoclass:: sagemaker.workflow.functions.JsonGet

Parameters
----------

.. autoclass:: sagemaker.workflow.parameters.ParameterTypeEnum

.. autoclass:: sagemaker.workflow.parameters.Parameter

.. autoclass:: sagemaker.workflow.parameters.ParameterString

.. autoclass:: sagemaker.workflow.parameters.ParameterInteger

.. autoclass:: sagemaker.workflow.parameters.ParameterFloat

.. autoclass:: sagemaker.workflow.parameters.ParameterBoolean

Pipeline
--------

.. autoclass:: sagemaker.workflow.pipeline.Pipeline
    :members:

.. autoclass:: sagemaker.workflow.pipeline._PipelineExecution
    :members:

Pipeline Context
------------------

.. autoclass:: sagemaker.workflow.pipeline_context.PipelineSession
    :members:

.. autoclass:: sagemaker.workflow.pipeline_context.LocalPipelineSession
    :members:


Parallelism Configuration
-------------------------

.. autoclass:: sagemaker.workflow.parallelism_config.ParallelismConfiguration
    :members:

Pipeline Experiment Config
--------------------------

.. autoclass:: sagemaker.workflow.pipeline_experiment_config.PipelineExperimentConfig

.. autoclass:: sagemaker.workflow.pipeline_experiment_config.PipelineExperimentConfigProperty

Properties
----------

.. autoclass:: sagemaker.workflow.properties.PropertiesMeta

.. autoclass:: sagemaker.workflow.properties.Properties

.. autoclass:: sagemaker.workflow.properties.PropertiesList

.. autoclass:: sagemaker.workflow.properties.PropertyFile

Step Collections
----------------

.. autoclass:: sagemaker.workflow.step_collections.StepCollection

.. autoclass:: sagemaker.workflow.step_collections.RegisterModel

.. autoclass:: sagemaker.workflow.step_collections.EstimatorTransformer

.. autoclass:: sagemaker.workflow.model_step.ModelStep

.. autoclass:: sagemaker.workflow.monitor_batch_transform_step.MonitorBatchTransformStep

Steps
-----

.. autoclass:: sagemaker.workflow.steps.StepTypeEnum

.. autoclass:: sagemaker.workflow.steps.Step

.. autoclass:: sagemaker.workflow.steps.TrainingStep

.. autoclass:: sagemaker.workflow.steps.TuningStep

.. autofunction:: sagemaker.workflow.steps.TuningStep.get_top_model_s3_uri

.. autoclass:: sagemaker.workflow.steps.TransformStep

.. autoclass:: sagemaker.workflow.steps.ProcessingStep

.. autoclass:: sagemaker.workflow.steps.CreateModelStep

.. autoclass:: sagemaker.workflow.callback_step.CallbackStep

.. autoclass:: sagemaker.workflow.steps.CacheConfig

.. autoclass:: sagemaker.workflow.lambda_step.LambdaStep

.. autoclass:: sagemaker.workflow.quality_check_step.QualityCheckConfig

.. autoclass:: sagemaker.workflow.quality_check_step.QualityCheckStep

.. autoclass:: sagemaker.workflow.clarify_check_step.ClarifyCheckConfig

.. autoclass:: sagemaker.workflow.clarify_check_step.ClarifyCheckStep

.. autoclass:: sagemaker.workflow.fail_step.FailStep