Interface CustomModelSummary.Builder

  • Method Details

    • modelArn

      CustomModelSummary.Builder modelArn(String modelArn)

      The Amazon Resource Name (ARN) of the custom model.

      Parameters:
      modelArn - The Amazon Resource Name (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 Amazon Resource Name (ARN).

      Parameters:
      baseModelArn - The base model Amazon Resource Name (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

      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:
    • ownerAccountId

      CustomModelSummary.Builder ownerAccountId(String ownerAccountId)

      The unique identifier of the account that owns the model.

      Parameters:
      ownerAccountId - The unique identifier of the account that owns the model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelStatus

      CustomModelSummary.Builder modelStatus(String modelStatus)

      The current status of the custom model. Possible values include:

      • Creating - The model is being created and validated.

      • Active - The model has been successfully created and is ready for use.

      • Failed - The model creation process failed.

      Parameters:
      modelStatus - The current status of the custom model. Possible values include:

      • Creating - The model is being created and validated.

      • Active - The model has been successfully created and is ready for use.

      • Failed - The model creation process failed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • modelStatus

      CustomModelSummary.Builder modelStatus(ModelStatus modelStatus)

      The current status of the custom model. Possible values include:

      • Creating - The model is being created and validated.

      • Active - The model has been successfully created and is ready for use.

      • Failed - The model creation process failed.

      Parameters:
      modelStatus - The current status of the custom model. Possible values include:

      • Creating - The model is being created and validated.

      • Active - The model has been successfully created and is ready for use.

      • Failed - The model creation process failed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: