Interface DescribeMlflowTrackingServerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeMlflowTrackingServerResponse.Builder,
,DescribeMlflowTrackingServerResponse> SageMakerResponse.Builder
,SdkBuilder<DescribeMlflowTrackingServerResponse.Builder,
,DescribeMlflowTrackingServerResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeMlflowTrackingServerResponse
-
Method Summary
Modifier and TypeMethodDescriptionartifactStoreUri
(String artifactStoreUri) The S3 URI of the general purpose bucket used as the MLflow Tracking Server artifact store.automaticModelRegistration
(Boolean automaticModelRegistration) Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.createdBy
(Consumer<UserContext.Builder> createdBy) Sets the value of the CreatedBy property for this object.createdBy
(UserContext createdBy) Sets the value of the CreatedBy property for this object.creationTime
(Instant creationTime) The timestamp of when the described MLflow Tracking Server was created.Whether the described MLflow Tracking Server is currently active.isActive
(IsTrackingServerActive isActive) Whether the described MLflow Tracking Server is currently active.lastModifiedBy
(Consumer<UserContext.Builder> lastModifiedBy) Sets the value of the LastModifiedBy property for this object.lastModifiedBy
(UserContext lastModifiedBy) Sets the value of the LastModifiedBy property for this object.lastModifiedTime
(Instant lastModifiedTime) The timestamp of when the described MLflow Tracking Server was last modified.mlflowVersion
(String mlflowVersion) The MLflow version used for the described tracking server.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.trackingServerArn
(String trackingServerArn) The ARN of the described tracking server.trackingServerName
(String trackingServerName) The name of the described tracking server.trackingServerSize
(String trackingServerSize) The size of the described tracking server.trackingServerSize
(TrackingServerSize trackingServerSize) The size of the described tracking server.trackingServerStatus
(String trackingServerStatus) The current creation status of the described MLflow Tracking Server.trackingServerStatus
(TrackingServerStatus trackingServerStatus) The current creation status of the described MLflow Tracking Server.trackingServerUrl
(String trackingServerUrl) The URL to connect to the MLflow user interface for the described tracking server.weeklyMaintenanceWindowStart
(String weeklyMaintenanceWindowStart) The day and time of the week when weekly maintenance occurs on the described tracking server.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
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
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
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
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:
-
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
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
default DescribeMlflowTrackingServerResponse.Builder createdBy(Consumer<UserContext.Builder> createdBy) Sets the value of the CreatedBy property for this object. This is a convenience method that creates an instance of theUserContext.Builder
avoiding the need to create one manually viaUserContext.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocreatedBy(UserContext)
.- Parameters:
createdBy
- a consumer that will call methods onUserContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
default DescribeMlflowTrackingServerResponse.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 theUserContext.Builder
avoiding the need to create one manually viaUserContext.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolastModifiedBy(UserContext)
.- Parameters:
lastModifiedBy
- a consumer that will call methods onUserContext.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-