Interface ModelRegisterSettings.Builder

    • Method Detail

      • status

        ModelRegisterSettings.Builder status​(String status)

        Describes whether the integration to the model registry is enabled or disabled in the Canvas application.

        Parameters:
        status - Describes whether the integration to the model registry is enabled or disabled in the Canvas application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FeatureStatus, FeatureStatus
      • status

        ModelRegisterSettings.Builder status​(FeatureStatus status)

        Describes whether the integration to the model registry is enabled or disabled in the Canvas application.

        Parameters:
        status - Describes whether the integration to the model registry is enabled or disabled in the Canvas application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FeatureStatus, FeatureStatus
      • crossAccountModelRegisterRoleArn

        ModelRegisterSettings.Builder crossAccountModelRegisterRoleArn​(String crossAccountModelRegisterRoleArn)

        The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas Amazon Web Services account than the Amazon Web Services account in which SageMaker model registry is set up.

        Parameters:
        crossAccountModelRegisterRoleArn - The Amazon Resource Name (ARN) of the SageMaker model registry account. Required only to register model versions created by a different SageMaker Canvas Amazon Web Services account than the Amazon Web Services account in which SageMaker model registry is set up.
        Returns:
        Returns a reference to this object so that method calls can be chained together.