Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 841 Bytes

sagemaker.tensorflow.rst

File metadata and controls

43 lines (32 loc) · 841 Bytes

TensorFlow

TensorFlow Estimator

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

TensorFlow Model

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

TensorFlow Predictor

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

TensorFlow Serving Model

.. autoclass:: sagemaker.tensorflow.serving.Model
    :members:
        :undoc-members:
        :show-inheritance:

TensorFlow Serving Predictor

.. autoclass:: sagemaker.tensorflow.serving.Predictor
    :members:
        :undoc-members:
        :show-inheritance: