Class: Aws::DataZone::Types::MlflowPropertiesPatch

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


15618
15619
15620
15621
15622
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15618

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