Interface ModelPackageSummary.Builder

    • Method Detail

      • modelPackageName

        ModelPackageSummary.Builder modelPackageName​(String modelPackageName)

        The name of the model package.

        Parameters:
        modelPackageName - The name of the model package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelPackageGroupName

        ModelPackageSummary.Builder modelPackageGroupName​(String modelPackageGroupName)

        If the model package is a versioned model, the model group that the versioned model belongs to.

        Parameters:
        modelPackageGroupName - If the model package is a versioned model, the model group that the versioned model belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelPackageVersion

        ModelPackageSummary.Builder modelPackageVersion​(Integer modelPackageVersion)

        If the model package is a versioned model, the version of the model.

        Parameters:
        modelPackageVersion - If the model package is a versioned model, the version of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelPackageArn

        ModelPackageSummary.Builder modelPackageArn​(String modelPackageArn)

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

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

        ModelPackageSummary.Builder modelPackageDescription​(String modelPackageDescription)

        A brief description of the model package.

        Parameters:
        modelPackageDescription - A brief description of the model package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        ModelPackageSummary.Builder creationTime​(Instant creationTime)

        A timestamp that shows when the model package was created.

        Parameters:
        creationTime - A timestamp that shows when the model package was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelPackageStatus

        ModelPackageSummary.Builder modelPackageStatus​(String modelPackageStatus)

        The overall status of the model package.

        Parameters:
        modelPackageStatus - The overall status of the model package.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ModelPackageStatus, ModelPackageStatus
      • modelApprovalStatus

        ModelPackageSummary.Builder modelApprovalStatus​(String modelApprovalStatus)

        The approval status of the model. This can be one of the following values.

        • APPROVED - The model is approved

        • REJECTED - The model is rejected.

        • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

        Parameters:
        modelApprovalStatus - The approval status of the model. This can be one of the following values.

        • APPROVED - The model is approved

        • REJECTED - The model is rejected.

        • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

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

        ModelPackageSummary.Builder modelApprovalStatus​(ModelApprovalStatus modelApprovalStatus)

        The approval status of the model. This can be one of the following values.

        • APPROVED - The model is approved

        • REJECTED - The model is rejected.

        • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

        Parameters:
        modelApprovalStatus - The approval status of the model. This can be one of the following values.

        • APPROVED - The model is approved

        • REJECTED - The model is rejected.

        • PENDING_MANUAL_APPROVAL - The model is waiting for manual approval.

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