Interface DescribeMlflowTrackingServerResponse.Builder

    • Method Detail

      • trackingServerArn

        DescribeMlflowTrackingServerResponse.Builder trackingServerArn​(String trackingServerArn)

        The ARN of the described tracking server.

        Parameters:
        trackingServerArn - The ARN of the described tracking server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trackingServerName

        DescribeMlflowTrackingServerResponse.Builder trackingServerName​(String trackingServerName)

        The name of the described tracking server.

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

        DescribeMlflowTrackingServerResponse.Builder artifactStoreUri​(String artifactStoreUri)

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

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

        DescribeMlflowTrackingServerResponse.Builder mlflowVersion​(String mlflowVersion)

        The MLflow version used for the described tracking server.

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

        DescribeMlflowTrackingServerResponse.Builder roleArn​(String roleArn)

        The Amazon Resource Name (ARN) for an IAM role in your account that the described MLflow Tracking Server 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 described MLflow Tracking Server uses to access the artifact store in Amazon S3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trackingServerUrl

        DescribeMlflowTrackingServerResponse.Builder trackingServerUrl​(String trackingServerUrl)

        The URL to connect to the MLflow user interface for the described tracking server.

        Parameters:
        trackingServerUrl - The URL to connect to the MLflow user interface for the described tracking server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • weeklyMaintenanceWindowStart

        DescribeMlflowTrackingServerResponse.Builder weeklyMaintenanceWindowStart​(String weeklyMaintenanceWindowStart)

        The day and time of the week when weekly maintenance occurs on the described tracking server.

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

        DescribeMlflowTrackingServerResponse.Builder automaticModelRegistration​(Boolean automaticModelRegistration)

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

        Parameters:
        automaticModelRegistration - 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.
      • creationTime

        DescribeMlflowTrackingServerResponse.Builder creationTime​(Instant creationTime)

        The timestamp of when the described MLflow Tracking Server was created.

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

        DescribeMlflowTrackingServerResponse.Builder createdBy​(UserContext 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.
      • lastModifiedTime

        DescribeMlflowTrackingServerResponse.Builder lastModifiedTime​(Instant lastModifiedTime)

        The timestamp of when the described MLflow Tracking Server was last modified.

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

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