Interface DescribeMlflowAppResponse.Builder

  • Method Details

    • arn

      The ARN of the MLflow App.

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

      The name of the MLflow App.

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

      DescribeMlflowAppResponse.Builder artifactStoreUri(String artifactStoreUri)

      The S3 URI of the general purpose bucket used as the MLflow App artifact store.

      Parameters:
      artifactStoreUri - The S3 URI of the general purpose bucket used as the MLflow App artifact store.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mlflowVersion

      DescribeMlflowAppResponse.Builder mlflowVersion(String mlflowVersion)

      The MLflow version used.

      Parameters:
      mlflowVersion - The MLflow version used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) for an IAM role in your account that the MLflow App uses to access the artifact store in Amazon S3.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current creation status of the described MLflow App.

      Parameters:
      status - The current creation status of the described MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current creation status of the described MLflow App.

      Parameters:
      status - The current creation status of the described MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • modelRegistrationMode

      DescribeMlflowAppResponse.Builder modelRegistrationMode(String modelRegistrationMode)

      Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.

      Parameters:
      modelRegistrationMode - Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • modelRegistrationMode

      DescribeMlflowAppResponse.Builder modelRegistrationMode(ModelRegistrationMode modelRegistrationMode)

      Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.

      Parameters:
      modelRegistrationMode - Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountDefaultStatus

      DescribeMlflowAppResponse.Builder accountDefaultStatus(String accountDefaultStatus)

      Indicates whether this MLflow app is the default for the entire account.

      Parameters:
      accountDefaultStatus - Indicates whether this MLflow app is the default for the entire account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountDefaultStatus

      DescribeMlflowAppResponse.Builder accountDefaultStatus(AccountDefaultStatus accountDefaultStatus)

      Indicates whether this MLflow app is the default for the entire account.

      Parameters:
      accountDefaultStatus - Indicates whether this MLflow app is the default for the entire account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • defaultDomainIdList

      DescribeMlflowAppResponse.Builder defaultDomainIdList(Collection<String> defaultDomainIdList)

      List of SageMaker Domain IDs for which this MLflow App is the default.

      Parameters:
      defaultDomainIdList - List of SageMaker Domain IDs for which this MLflow App is the default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultDomainIdList

      DescribeMlflowAppResponse.Builder defaultDomainIdList(String... defaultDomainIdList)

      List of SageMaker Domain IDs for which this MLflow App is the default.

      Parameters:
      defaultDomainIdList - List of SageMaker Domain IDs for which this MLflow App is the default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      DescribeMlflowAppResponse.Builder creationTime(Instant creationTime)

      The timestamp when the MLflow App was created.

      Parameters:
      creationTime - The timestamp when the MLflow App was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      Sets the value of the CreatedBy property for this object.
      Parameters:
      createdBy - The new value for the CreatedBy property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBy

      Sets the value of the CreatedBy property for this object. This is a convenience method that creates an instance of the UserContext.Builder avoiding the need to create one manually via UserContext.builder().

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

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

      DescribeMlflowAppResponse.Builder lastModifiedTime(Instant lastModifiedTime)

      The timestamp when the MLflow App was last modified.

      Parameters:
      lastModifiedTime - The timestamp when the MLflow App was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedBy

      DescribeMlflowAppResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
      Sets the value of the LastModifiedBy property for this object.
      Parameters:
      lastModifiedBy - The new value for the LastModifiedBy property for this object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedBy

      default DescribeMlflowAppResponse.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
      Sets the value of the LastModifiedBy property for this object. This is a convenience method that creates an instance of the UserContext.Builder avoiding the need to create one manually via UserContext.builder().

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

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

      DescribeMlflowAppResponse.Builder weeklyMaintenanceWindowStart(String weeklyMaintenanceWindowStart)

      The day and time of the week when weekly maintenance occurs.

      Parameters:
      weeklyMaintenanceWindowStart - The day and time of the week when weekly maintenance occurs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maintenanceStatus

      DescribeMlflowAppResponse.Builder maintenanceStatus(String maintenanceStatus)

      Current maintenance status of the MLflow App.

      Parameters:
      maintenanceStatus - Current maintenance status of the MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • maintenanceStatus

      DescribeMlflowAppResponse.Builder maintenanceStatus(MaintenanceStatus maintenanceStatus)

      Current maintenance status of the MLflow App.

      Parameters:
      maintenanceStatus - Current maintenance status of the MLflow App.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: