Class: Aws::DataZone::Types::MlflowPropertiesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::MlflowPropertiesInput
- 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
-
#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.
15525 15526 15527 15528 15529 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15525 class MlflowPropertiesInput < Struct.new( :tracking_server_arn) SENSITIVE = [] include Aws::Structure end |