Class: Aws::DataZone::Types::MlflowPropertiesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::MlflowPropertiesOutput
- 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
-
#tracking_server_arn ⇒ String
The tracking server ARN as part of the MLflow properties of a connection.
Instance Attribute Details
#tracking_server_arn ⇒ String
The tracking server ARN as part of the MLflow properties of a connection.
15937 15938 15939 15940 15941 |
# File 'lib/aws-sdk-datazone/types.rb', line 15937 class MlflowPropertiesOutput < Struct.new( :tracking_server_arn) SENSITIVE = [] include Aws::Structure end |