Interface UpdateLanguageModelResponse.Builder

  • Method Details

    • modelName

      The name of the custom language model that was updated.

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

      UpdateLanguageModelResponse.Builder modelStatus(String modelStatus)

      The status of the specified custom language model.

      Parameters:
      modelStatus - The status of the specified custom language model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • modelStatus

      The status of the specified custom language model.

      Parameters:
      modelStatus - The status of the specified custom language model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastModifiedTime

      UpdateLanguageModelResponse.Builder lastModifiedTime(Instant lastModifiedTime)

      The date and time the specified custom language model was last modified.

      Parameters:
      lastModifiedTime - The date and time the specified custom language model was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.