Class: Aws::DataZone::Types::MlflowPropertiesOutput

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)


15080
15081
15082
15083
15084
15085
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15080

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

#tracking_server_nameString

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

Returns:

  • (String)


15080
15081
15082
15083
15084
15085
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15080

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