Class: Aws::DataZone::Types::MlflowPropertiesPatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::MlflowPropertiesPatch
- 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.
-
#tracking_server_name ⇒ String
The name of the tracking server 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.
15101 15102 15103 15104 15105 15106 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15101 class MlflowPropertiesPatch < Struct.new( :tracking_server_arn, :tracking_server_name) SENSITIVE = [] include Aws::Structure end |
#tracking_server_name ⇒ String
The name of the tracking server as part of the MLflow properties of a connection.
15101 15102 15103 15104 15105 15106 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15101 class MlflowPropertiesPatch < Struct.new( :tracking_server_arn, :tracking_server_name) SENSITIVE = [] include Aws::Structure end |