Interface ExternalModelSummary.Builder

  • Method Details

    • modelEndpoint

      ExternalModelSummary.Builder modelEndpoint(String modelEndpoint)

      The endpoint of the Amazon SageMaker model.

      Parameters:
      modelEndpoint - The endpoint of the Amazon SageMaker model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelSource

      ExternalModelSummary.Builder modelSource(String modelSource)

      The source of the model.

      Parameters:
      modelSource - The source of the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • modelSource

      ExternalModelSummary.Builder modelSource(ModelSource modelSource)

      The source of the model.

      Parameters:
      modelSource - The source of the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: