Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 900 Bytes

sagemaker.tensorflow.rst

File metadata and controls

44 lines (32 loc) · 900 Bytes

TensorFlow

TensorFlow Estimator

.. autoclass:: sagemaker.tensorflow.estimator.TensorFlow
    :members:
    :undoc-members:
    :show-inheritance:

TensorFlow Training Compiler Configuration

.. autoclass:: sagemaker.tensorflow.TrainingCompilerConfig
    :members:
    :undoc-members:
    :show-inheritance:

TensorFlow Serving Model

.. autoclass:: sagemaker.tensorflow.model.TensorFlowModel
    :members:
    :undoc-members:
    :show-inheritance:

TensorFlow Serving Predictor

.. autoclass:: sagemaker.tensorflow.model.TensorFlowPredictor
    :members:
    :undoc-members:
    :show-inheritance:


TensorFlow Processor

.. autoclass:: sagemaker.tensorflow.processing.TensorFlowProcessor
    :members:
    :undoc-members:
    :show-inheritance: