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.
      • customizationType

        CustomModelSummary.Builder customizationType​(String customizationType)

        Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.

        Parameters:
        customizationType - Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomizationType, CustomizationType
      • customizationType

        CustomModelSummary.Builder customizationType​(CustomizationType customizationType)

        Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.

        Parameters:
        customizationType - Specifies whether to carry out continued pre-training of a model or whether to fine-tune it. For more information, see Custom models.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomizationType, CustomizationType