Interface ModelPackageGroup.Builder

    • Method Detail

      • modelPackageGroupName

        ModelPackageGroup.Builder modelPackageGroupName​(String modelPackageGroupName)

        The name of the model group.

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

        ModelPackageGroup.Builder modelPackageGroupArn​(String modelPackageGroupArn)

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

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

        ModelPackageGroup.Builder modelPackageGroupDescription​(String modelPackageGroupDescription)

        The description for the model group.

        Parameters:
        modelPackageGroupDescription - The description for the model group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        ModelPackageGroup.Builder creationTime​(Instant creationTime)

        The time that the model group was created.

        Parameters:
        creationTime - The time that the model group was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        ModelPackageGroup.Builder createdBy​(UserContext createdBy)
        Sets the value of the CreatedBy property for this object.
        Parameters:
        createdBy - The new value for the CreatedBy property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelPackageGroupStatus

        ModelPackageGroup.Builder modelPackageGroupStatus​(String modelPackageGroupStatus)

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

        • PENDING - The model group is pending being created.

        • IN_PROGRESS - The model group is in the process of being created.

        • COMPLETED - The model group was successfully created.

        • FAILED - The model group failed.

        • DELETING - The model group is in the process of being deleted.

        • DELETE_FAILED - SageMaker failed to delete the model group.

        Parameters:
        modelPackageGroupStatus - The status of the model group. This can be one of the following values.

        • PENDING - The model group is pending being created.

        • IN_PROGRESS - The model group is in the process of being created.

        • COMPLETED - The model group was successfully created.

        • FAILED - The model group failed.

        • DELETING - The model group is in the process of being deleted.

        • DELETE_FAILED - SageMaker failed to delete the model group.

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

        ModelPackageGroup.Builder modelPackageGroupStatus​(ModelPackageGroupStatus modelPackageGroupStatus)

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

        • PENDING - The model group is pending being created.

        • IN_PROGRESS - The model group is in the process of being created.

        • COMPLETED - The model group was successfully created.

        • FAILED - The model group failed.

        • DELETING - The model group is in the process of being deleted.

        • DELETE_FAILED - SageMaker failed to delete the model group.

        Parameters:
        modelPackageGroupStatus - The status of the model group. This can be one of the following values.

        • PENDING - The model group is pending being created.

        • IN_PROGRESS - The model group is in the process of being created.

        • COMPLETED - The model group was successfully created.

        • FAILED - The model group failed.

        • DELETING - The model group is in the process of being deleted.

        • DELETE_FAILED - SageMaker failed to delete the model group.

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