Interface CustomModelDeploymentSummary.Builder

  • Method Details

    • customModelDeploymentArn

      CustomModelDeploymentSummary.Builder customModelDeploymentArn(String customModelDeploymentArn)

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

      Parameters:
      customModelDeploymentArn - The Amazon Resource Name (ARN) of the custom model deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • customModelDeploymentName

      CustomModelDeploymentSummary.Builder customModelDeploymentName(String customModelDeploymentName)

      The name of the custom model deployment.

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

      The Amazon Resource Name (ARN) of the custom model associated with this deployment.

      Parameters:
      modelArn - The Amazon Resource Name (ARN) of the custom model associated with this deployment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The date and time when the custom model deployment was created.

      Parameters:
      createdAt - The date and time when the custom model deployment was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the custom model deployment. Possible values are CREATING, ACTIVE, and FAILED.

      Parameters:
      status - The status of the custom model deployment. Possible values are CREATING, ACTIVE, and FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the custom model deployment. Possible values are CREATING, ACTIVE, and FAILED.

      Parameters:
      status - The status of the custom model deployment. Possible values are CREATING, ACTIVE, and FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastUpdatedAt

      CustomModelDeploymentSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)

      The date and time when the custom model deployment was last modified.

      Parameters:
      lastUpdatedAt - The date and time when the custom model deployment was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureMessage

      CustomModelDeploymentSummary.Builder failureMessage(String failureMessage)

      If the deployment status is FAILED, this field contains a message describing the failure reason.

      Parameters:
      failureMessage - If the deployment status is FAILED, this field contains a message describing the failure reason.
      Returns:
      Returns a reference to this object so that method calls can be chained together.