Interface ModelRegisterSettings.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ModelRegisterSettings.Builder,ModelRegisterSettings>, SdkBuilder<ModelRegisterSettings.Builder,ModelRegisterSettings>, SdkPojo
Enclosing class:
ModelRegisterSettings

public static interface ModelRegisterSettings.Builder extends SdkPojo, CopyableBuilder<ModelRegisterSettings.Builder,ModelRegisterSettings>
  • Method Details

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