Interface DescribePartnerAppResponse.Builder

    • Method Detail

      • arn

        DescribePartnerAppResponse.Builder arn​(String arn)

        The ARN of the SageMaker Partner AI App that was described.

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

        DescribePartnerAppResponse.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

        DescribePartnerAppResponse.Builder type​(String type)

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

        Parameters:
        type - The type of SageMaker Partner AI App. 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

        DescribePartnerAppResponse.Builder type​(PartnerAppType type)

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

        Parameters:
        type - The type of SageMaker Partner AI App. 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

        DescribePartnerAppResponse.Builder creationTime​(Instant creationTime)

        The time that the SageMaker Partner AI App was created.

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

        DescribePartnerAppResponse.Builder executionRoleArn​(String executionRoleArn)

        The ARN of the IAM role associated with the SageMaker Partner AI App.

        Parameters:
        executionRoleArn - The ARN of the IAM role associated with the SageMaker Partner AI App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baseUrl

        DescribePartnerAppResponse.Builder baseUrl​(String baseUrl)

        The URL of the SageMaker Partner AI App that the Application SDK uses to support in-app calls for the user.

        Parameters:
        baseUrl - The URL of the SageMaker Partner AI App that the Application SDK uses to support in-app calls for the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maintenanceConfig

        DescribePartnerAppResponse.Builder maintenanceConfig​(PartnerAppMaintenanceConfig maintenanceConfig)

        Maintenance configuration settings for the SageMaker Partner AI App.

        Parameters:
        maintenanceConfig - Maintenance configuration settings for the SageMaker Partner AI App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tier

        DescribePartnerAppResponse.Builder tier​(String tier)

        The instance type and size of the cluster attached to the SageMaker Partner AI App.

        Parameters:
        tier - The instance type and size of the cluster attached to the SageMaker Partner AI App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        DescribePartnerAppResponse.Builder version​(String version)

        The version of the SageMaker Partner AI App.

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

        DescribePartnerAppResponse.Builder applicationConfig​(PartnerAppConfig applicationConfig)

        Configuration settings for the SageMaker Partner AI App.

        Parameters:
        applicationConfig - Configuration settings for the SageMaker Partner AI App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authType

        DescribePartnerAppResponse.Builder authType​(String authType)

        The authorization type that users use to access the SageMaker Partner AI App.

        Parameters:
        authType - The authorization type that users use to access the SageMaker Partner AI App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PartnerAppAuthType, PartnerAppAuthType
      • enableIamSessionBasedIdentity

        DescribePartnerAppResponse.Builder enableIamSessionBasedIdentity​(Boolean enableIamSessionBasedIdentity)

        When set to TRUE, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or the authenticated IAM user as the identity of the SageMaker Partner AI App user.

        Parameters:
        enableIamSessionBasedIdentity - When set to TRUE, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or the authenticated IAM user as the identity of the SageMaker Partner AI App user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • error

        DescribePartnerAppResponse.Builder error​(ErrorInfo error)

        This is an error field object that contains the error code and the reason for an operation failure.

        Parameters:
        error - This is an error field object that contains the error code and the reason for an operation failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.