interface CfnMlflowTrackingServerProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnMlflowTrackingServerProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnMlflowTrackingServerProps |
![]() | software.amazon.awscdk.services.sagemaker.CfnMlflowTrackingServerProps |
![]() | aws_cdk.aws_sagemaker.CfnMlflowTrackingServerProps |
![]() | aws-cdk-lib » aws_sagemaker » CfnMlflowTrackingServerProps |
Properties for defining a CfnMlflowTrackingServer
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const cfnMlflowTrackingServerProps: sagemaker.CfnMlflowTrackingServerProps = {
artifactStoreUri: 'artifactStoreUri',
roleArn: 'roleArn',
trackingServerName: 'trackingServerName',
// the properties below are optional
automaticModelRegistration: false,
mlflowVersion: 'mlflowVersion',
tags: [{
key: 'key',
value: 'value',
}],
trackingServerSize: 'trackingServerSize',
weeklyMaintenanceWindowStart: 'weeklyMaintenanceWindowStart',
};
Properties
Name | Type | Description |
---|---|---|
artifact | string | The Amazon S3 URI for MLFlow Tracking Server artifacts. |
role | string | The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer. |
tracking | string | The name of the MLFlow Tracking Server. |
automatic | boolean | IResolvable | A flag to enable Automatic SageMaker Model Registration. |
mlflow | string | The MLFlow Version used on the MLFlow Tracking Server. |
tags? | Cfn [] | An array of key-value pairs to apply to this resource. |
tracking | string | The size of the MLFlow Tracking Server. |
weekly | string | The start of the time window for maintenance of the MLFlow Tracking Server in UTC time. |
artifactStoreUri
Type:
string
The Amazon S3 URI for MLFlow Tracking Server artifacts.
roleArn
Type:
string
The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.
trackingServerName
Type:
string
The name of the MLFlow Tracking Server.
automaticModelRegistration?
Type:
boolean |
IResolvable
(optional)
A flag to enable Automatic SageMaker Model Registration.
mlflowVersion?
Type:
string
(optional)
The MLFlow Version used on the MLFlow Tracking Server.
tags?
Type:
Cfn
[]
(optional)
An array of key-value pairs to apply to this resource.
trackingServerSize?
Type:
string
(optional)
The size of the MLFlow Tracking Server.
weeklyMaintenanceWindowStart?
Type:
string
(optional)
The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.