1. Packages
  2. AWS Native
  3. API Docs
  4. sagemaker
  5. MlflowTrackingServer

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.sagemaker.MlflowTrackingServer

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Resource Type definition for AWS::SageMaker::MlflowTrackingServer

    Create MlflowTrackingServer Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new MlflowTrackingServer(name: string, args: MlflowTrackingServerArgs, opts?: CustomResourceOptions);
    @overload
    def MlflowTrackingServer(resource_name: str,
                             args: MlflowTrackingServerArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def MlflowTrackingServer(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             artifact_store_uri: Optional[str] = None,
                             role_arn: Optional[str] = None,
                             automatic_model_registration: Optional[bool] = None,
                             mlflow_version: Optional[str] = None,
                             tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                             tracking_server_name: Optional[str] = None,
                             tracking_server_size: Optional[MlflowTrackingServerTrackingServerSize] = None,
                             weekly_maintenance_window_start: Optional[str] = None)
    func NewMlflowTrackingServer(ctx *Context, name string, args MlflowTrackingServerArgs, opts ...ResourceOption) (*MlflowTrackingServer, error)
    public MlflowTrackingServer(string name, MlflowTrackingServerArgs args, CustomResourceOptions? opts = null)
    public MlflowTrackingServer(String name, MlflowTrackingServerArgs args)
    public MlflowTrackingServer(String name, MlflowTrackingServerArgs args, CustomResourceOptions options)
    
    type: aws-native:sagemaker:MlflowTrackingServer
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args MlflowTrackingServerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args MlflowTrackingServerArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args MlflowTrackingServerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MlflowTrackingServerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MlflowTrackingServerArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    MlflowTrackingServer Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The MlflowTrackingServer resource accepts the following input properties:

    ArtifactStoreUri string
    The Amazon S3 URI for MLFlow Tracking Server artifacts.
    RoleArn string
    The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.
    AutomaticModelRegistration bool
    A flag to enable Automatic SageMaker Model Registration.
    MlflowVersion string
    The MLFlow Version used on the MLFlow Tracking Server.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    TrackingServerName string
    The name of the MLFlow Tracking Server.
    TrackingServerSize Pulumi.AwsNative.SageMaker.MlflowTrackingServerTrackingServerSize
    The size of the MLFlow Tracking Server.
    WeeklyMaintenanceWindowStart string
    The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.
    ArtifactStoreUri string
    The Amazon S3 URI for MLFlow Tracking Server artifacts.
    RoleArn string
    The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.
    AutomaticModelRegistration bool
    A flag to enable Automatic SageMaker Model Registration.
    MlflowVersion string
    The MLFlow Version used on the MLFlow Tracking Server.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    TrackingServerName string
    The name of the MLFlow Tracking Server.
    TrackingServerSize MlflowTrackingServerTrackingServerSize
    The size of the MLFlow Tracking Server.
    WeeklyMaintenanceWindowStart string
    The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.
    artifactStoreUri String
    The Amazon S3 URI for MLFlow Tracking Server artifacts.
    roleArn String
    The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.
    automaticModelRegistration Boolean
    A flag to enable Automatic SageMaker Model Registration.
    mlflowVersion String
    The MLFlow Version used on the MLFlow Tracking Server.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    trackingServerName String
    The name of the MLFlow Tracking Server.
    trackingServerSize MlflowTrackingServerTrackingServerSize
    The size of the MLFlow Tracking Server.
    weeklyMaintenanceWindowStart String
    The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.
    artifactStoreUri string
    The Amazon S3 URI for MLFlow Tracking Server artifacts.
    roleArn string
    The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.
    automaticModelRegistration boolean
    A flag to enable Automatic SageMaker Model Registration.
    mlflowVersion string
    The MLFlow Version used on the MLFlow Tracking Server.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    trackingServerName string
    The name of the MLFlow Tracking Server.
    trackingServerSize MlflowTrackingServerTrackingServerSize
    The size of the MLFlow Tracking Server.
    weeklyMaintenanceWindowStart string
    The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.
    artifact_store_uri str
    The Amazon S3 URI for MLFlow Tracking Server artifacts.
    role_arn str
    The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.
    automatic_model_registration bool
    A flag to enable Automatic SageMaker Model Registration.
    mlflow_version str
    The MLFlow Version used on the MLFlow Tracking Server.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    tracking_server_name str
    The name of the MLFlow Tracking Server.
    tracking_server_size MlflowTrackingServerTrackingServerSize
    The size of the MLFlow Tracking Server.
    weekly_maintenance_window_start str
    The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.
    artifactStoreUri String
    The Amazon S3 URI for MLFlow Tracking Server artifacts.
    roleArn String
    The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on behalf of the customer.
    automaticModelRegistration Boolean
    A flag to enable Automatic SageMaker Model Registration.
    mlflowVersion String
    The MLFlow Version used on the MLFlow Tracking Server.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    trackingServerName String
    The name of the MLFlow Tracking Server.
    trackingServerSize "Small" | "Medium" | "Large"
    The size of the MLFlow Tracking Server.
    weeklyMaintenanceWindowStart String
    The start of the time window for maintenance of the MLFlow Tracking Server in UTC time.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the MlflowTrackingServer resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    TrackingServerArn string
    The Amazon Resource Name (ARN) of the MLFlow Tracking Server.
    Id string
    The provider-assigned unique ID for this managed resource.
    TrackingServerArn string
    The Amazon Resource Name (ARN) of the MLFlow Tracking Server.
    id String
    The provider-assigned unique ID for this managed resource.
    trackingServerArn String
    The Amazon Resource Name (ARN) of the MLFlow Tracking Server.
    id string
    The provider-assigned unique ID for this managed resource.
    trackingServerArn string
    The Amazon Resource Name (ARN) of the MLFlow Tracking Server.
    id str
    The provider-assigned unique ID for this managed resource.
    tracking_server_arn str
    The Amazon Resource Name (ARN) of the MLFlow Tracking Server.
    id String
    The provider-assigned unique ID for this managed resource.
    trackingServerArn String
    The Amazon Resource Name (ARN) of the MLFlow Tracking Server.

    Supporting Types

    MlflowTrackingServerTrackingServerSize, MlflowTrackingServerTrackingServerSizeArgs

    Small
    Small
    Medium
    Medium
    Large
    Large
    MlflowTrackingServerTrackingServerSizeSmall
    Small
    MlflowTrackingServerTrackingServerSizeMedium
    Medium
    MlflowTrackingServerTrackingServerSizeLarge
    Large
    Small
    Small
    Medium
    Medium
    Large
    Large
    Small
    Small
    Medium
    Medium
    Large
    Large
    SMALL
    Small
    MEDIUM
    Medium
    LARGE
    Large
    "Small"
    Small
    "Medium"
    Medium
    "Large"
    Large

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi