Interface CustomModelSummary.Builder

    • Method Detail

      • modelArn

        CustomModelSummary.Builder modelArn​(String modelArn)

        The ARN of the custom model.

        Parameters:
        modelArn - The ARN of the custom model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelName

        CustomModelSummary.Builder modelName​(String modelName)

        The name of the custom model.

        Parameters:
        modelName - The name of the custom model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        CustomModelSummary.Builder creationTime​(Instant creationTime)

        Creation time of the model.

        Parameters:
        creationTime - Creation time of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baseModelArn

        CustomModelSummary.Builder baseModelArn​(String baseModelArn)

        The base model ARN.

        Parameters:
        baseModelArn - The base model ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baseModelName

        CustomModelSummary.Builder baseModelName​(String baseModelName)

        The base model name.

        Parameters:
        baseModelName - The base model name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.