Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

3af7a39 · Aug 2, 2021

History

History
134 lines (75 loc) · 3.22 KB
·

sagemaker.workflow.pipelines.rst

File metadata and controls

134 lines (75 loc) · 3.22 KB
·

Pipelines

ConditionStep

.. autoclass:: sagemaker.workflow.condition_step.ConditionStep

.. autoclass:: 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

Entities

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

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

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

Execution Variables

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

.. autoclass:: sagemaker.workflow.execution_variables.ExecutionVariables

Functions

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

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

Pipeline

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

.. autoclass:: sagemaker.workflow.pipeline._PipelineExecution
    :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

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.lambda_step.LambdaStep

Utilities

.. autofunction:: sagemaker.workflow.utilities.list_to_request

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