Interface ExternalModelSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ExternalModelSummary.Builder,ExternalModelSummary>, SdkBuilder<ExternalModelSummary.Builder,ExternalModelSummary>, SdkPojo
Enclosing class:
ExternalModelSummary

public static interface ExternalModelSummary.Builder extends SdkPojo, CopyableBuilder<ExternalModelSummary.Builder,ExternalModelSummary>
  • 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: