Interface CreateCustomModelDeploymentResponse.Builder

  • Method Details

    • customModelDeploymentArn

      CreateCustomModelDeploymentResponse.Builder customModelDeploymentArn(String customModelDeploymentArn)

      The Amazon Resource Name (ARN) of the custom model deployment. Use this ARN as the modelId parameter when invoking the model with the InvokeModel or Converse operations.

      Parameters:
      customModelDeploymentArn - The Amazon Resource Name (ARN) of the custom model deployment. Use this ARN as the modelId parameter when invoking the model with the InvokeModel or Converse operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.