Interface DescribePartnerAppResponse.Builder

  • Method Details

    • 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

      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

      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:
    • 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:
    • status

      The status of the SageMaker Partner AI App.

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

      The status of the SageMaker Partner AI App.

      Parameters:
      status - The status of the SageMaker Partner AI App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • lastModifiedTime

      DescribePartnerAppResponse.Builder lastModifiedTime(Instant lastModifiedTime)

      The time that the SageMaker Partner AI App was last modified.

      Parameters:
      lastModifiedTime - The time that the SageMaker Partner AI App was last modified.
      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.
    • kmsKeyId

      The Amazon Web Services KMS customer managed key used to encrypt the data at rest associated with SageMaker Partner AI Apps.

      Parameters:
      kmsKeyId - The Amazon Web Services KMS customer managed key used to encrypt the data at rest associated with SageMaker Partner AI Apps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      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.
    • maintenanceConfig

      Maintenance configuration settings for the SageMaker Partner AI App.

      This is a convenience method that creates an instance of the PartnerAppMaintenanceConfig.Builder avoiding the need to create one manually via PartnerAppMaintenanceConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to maintenanceConfig(PartnerAppMaintenanceConfig).

      Parameters:
      maintenanceConfig - a consumer that will call methods on PartnerAppMaintenanceConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.
    • applicationConfig

      default DescribePartnerAppResponse.Builder applicationConfig(Consumer<PartnerAppConfig.Builder> applicationConfig)

      Configuration settings for the SageMaker Partner AI App.

      This is a convenience method that creates an instance of the PartnerAppConfig.Builder avoiding the need to create one manually via PartnerAppConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to applicationConfig(PartnerAppConfig).

      Parameters:
      applicationConfig - a consumer that will call methods on PartnerAppConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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:
    • 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:
    • 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

      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.
    • error

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

      This is a convenience method that creates an instance of the ErrorInfo.Builder avoiding the need to create one manually via ErrorInfo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to error(ErrorInfo).

      Parameters:
      error - a consumer that will call methods on ErrorInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: