Class: Aws::DataZone::Types::MlflowPropertiesInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The MLflow properties of a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tracking_server_arnString

The tracking server ARN as part of the MLflow properties of a connection.

Returns:

  • (String)


15922
15923
15924
15925
15926
# File 'lib/aws-sdk-datazone/types.rb', line 15922

class MlflowPropertiesInput < Struct.new(
  :tracking_server_arn)
  SENSITIVE = []
  include Aws::Structure
end