Interface PartnerAppSummary.Builder

    • Method Detail

      • arn

        PartnerAppSummary.Builder arn​(String arn)

        The ARN of the SageMaker Partner AI App.

        Parameters:
        arn - The ARN of the SageMaker Partner AI App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        PartnerAppSummary.Builder name​(String name)

        The name of the SageMaker Partner AI App.

        Parameters:
        name - The name of the SageMaker Partner AI App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        PartnerAppSummary.Builder type​(String type)

        The type of SageMaker Partner AI App to create. Must be one of the following: lakera-guard, comet, deepchecks-llm-evaluation, or fiddler.

        Parameters:
        type - The type of SageMaker Partner AI App to create. Must be one of the following: lakera-guard, comet, deepchecks-llm-evaluation, or fiddler.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PartnerAppType, PartnerAppType
      • type

        PartnerAppSummary.Builder type​(PartnerAppType type)

        The type of SageMaker Partner AI App to create. Must be one of the following: lakera-guard, comet, deepchecks-llm-evaluation, or fiddler.

        Parameters:
        type - The type of SageMaker Partner AI App to create. Must be one of the following: lakera-guard, comet, deepchecks-llm-evaluation, or fiddler.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PartnerAppType, PartnerAppType
      • creationTime

        PartnerAppSummary.Builder creationTime​(Instant creationTime)

        The creation time of the SageMaker Partner AI App.

        Parameters:
        creationTime - The creation time of the SageMaker Partner AI App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.