Interface DescribeMlflowTrackingServerResponse.Builder

  • Method Details

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

      DescribeMlflowTrackingServerResponse.Builder trackingServerSize(String trackingServerSize)

      The size of the described tracking server.

      Parameters:
      trackingServerSize - The size of the described tracking server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • trackingServerSize

      DescribeMlflowTrackingServerResponse.Builder trackingServerSize(TrackingServerSize trackingServerSize)

      The size of the described tracking server.

      Parameters:
      trackingServerSize - The size of the described tracking server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

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

      DescribeMlflowTrackingServerResponse.Builder trackingServerStatus(String trackingServerStatus)

      The current creation status of the described MLflow Tracking Server.

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

      DescribeMlflowTrackingServerResponse.Builder trackingServerStatus(TrackingServerStatus trackingServerStatus)

      The current creation status of the described MLflow Tracking Server.

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

      DescribeMlflowTrackingServerResponse.Builder trackingServerMaintenanceStatus(String trackingServerMaintenanceStatus)

      The current maintenance status of the described MLflow Tracking Server.

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

      DescribeMlflowTrackingServerResponse.Builder trackingServerMaintenanceStatus(TrackingServerMaintenanceStatus trackingServerMaintenanceStatus)

      The current maintenance status of the described MLflow Tracking Server.

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

      Whether the described MLflow Tracking Server is currently active.

      Parameters:
      isActive - Whether the described MLflow Tracking Server is currently active.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • isActive

      Whether the described MLflow Tracking Server is currently active.

      Parameters:
      isActive - Whether the described MLflow Tracking Server is currently active.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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

      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

      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

      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: