MlflowTrackingServerState class
Input properties used for looking up and filtering MlflowTrackingServer resources.
Constructors
-
MlflowTrackingServerState({Input<
String?> ? arn, Input<String?> ? artifactStoreUri, Input<bool?> ? automaticModelRegistration, Input<String?> ? mlflowVersion, Input<String?> ? region, Input<String?> ? roleArn, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? trackingServerName, Input<String?> ? trackingServerSize, Input<String?> ? trackingServerUrl, Input<String?> ? weeklyMaintenanceWindowStart}) -
Creates a new MlflowTrackingServerState.
arnARN assigned by AWS to this MLFlow Tracking Server.artifactStoreUriThe S3 URI for a general purpose bucket to use as the MLflow Tracking Server artifact store.automaticModelRegistrationWhether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. Defaults to false.mlflowVersionThe version of MLflow that the tracking server uses. To see which MLflow versions are available to use, see How it works.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.roleArnARN for an IAM role in your account that the MLflow Tracking Server uses to access the artifact store in Amazon S3. The role should have AmazonS3FullAccess permissions. For more information on IAM permissions for tracking server creation, see Set up IAM permissions for MLflow.tagsA map of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block.trackingServerNameA unique string identifying the tracking server name. This string is part of the tracking server ARN.trackingServerSizeThe size of the tracking server you want to create. You can choose between "Small", "Medium", and "Large". The default MLflow Tracking Server configuration size is "Small". You can choose a size depending on the projected use of the tracking server such as the volume of data logged, number of users, and frequency of use.trackingServerUrlThe URL to connect to the MLflow user interface for the described tracking server.weeklyMaintenanceWindowStartThe day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: TUE:03:30.const -
MlflowTrackingServerState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
ARN assigned by AWS to this MLFlow Tracking Server.
final
-
artifactStoreUri
→ Input<
String?> ? -
The S3 URI for a general purpose bucket to use as the MLflow Tracking Server artifact store.
final
-
automaticModelRegistration
→ Input<
bool?> ? -
Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. Defaults to false.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mlflowVersion
→ Input<
String?> ? -
The version of MLflow that the tracking server uses. To see which MLflow versions are available to use, see How it works.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
-
roleArn
→ Input<
String?> ? -
ARN for an IAM role in your account that the MLflow Tracking Server uses to access the artifact store in Amazon S3. The role should have AmazonS3FullAccess permissions. For more information on IAM permissions for tracking server creation, see Set up IAM permissions for MLflow.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
A map of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.final -
trackingServerName
→ Input<
String?> ? -
A unique string identifying the tracking server name. This string is part of the tracking server ARN.
final
-
trackingServerSize
→ Input<
String?> ? -
The size of the tracking server you want to create. You can choose between "Small", "Medium", and "Large". The default MLflow Tracking Server configuration size is "Small". You can choose a size depending on the projected use of the tracking server such as the volume of data logged, number of users, and frequency of use.
final
-
trackingServerUrl
→ Input<
String?> ? -
The URL to connect to the MLflow user interface for the described tracking server.
final
-
weeklyMaintenanceWindowStart
→ Input<
String?> ? -
The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. For example: TUE:03:30.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited