Class: Aws::SageMakerMetrics::Types::MetricQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerMetrics::Types::MetricQuery
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakermetrics/types.rb
Overview
Specifies a query to retrieve training metrics from SageMaker.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end ⇒ Integer
The end time of metrics to retrieve.
-
#metric_name ⇒ String
The name of the metric to retrieve.
-
#metric_stat ⇒ String
The metrics stat type of metrics to retrieve.
-
#period ⇒ String
The time period of metrics to retrieve.
-
#resource_arn ⇒ String
The ARN of the SageMaker resource to retrieve metrics for.
-
#start ⇒ Integer
The start time of metrics to retrieve.
-
#x_axis_type ⇒ String
The x-axis type of metrics to retrieve.
Instance Attribute Details
#end ⇒ Integer
The end time of metrics to retrieve.
129 130 131 132 133 134 135 136 137 138 139 |
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 129 class MetricQuery < Struct.new( :metric_name, :resource_arn, :metric_stat, :period, :x_axis_type, :start, :end) SENSITIVE = [] include Aws::Structure end |
#metric_name ⇒ String
The name of the metric to retrieve.
129 130 131 132 133 134 135 136 137 138 139 |
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 129 class MetricQuery < Struct.new( :metric_name, :resource_arn, :metric_stat, :period, :x_axis_type, :start, :end) SENSITIVE = [] include Aws::Structure end |
#metric_stat ⇒ String
The metrics stat type of metrics to retrieve.
129 130 131 132 133 134 135 136 137 138 139 |
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 129 class MetricQuery < Struct.new( :metric_name, :resource_arn, :metric_stat, :period, :x_axis_type, :start, :end) SENSITIVE = [] include Aws::Structure end |
#period ⇒ String
The time period of metrics to retrieve.
129 130 131 132 133 134 135 136 137 138 139 |
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 129 class MetricQuery < Struct.new( :metric_name, :resource_arn, :metric_stat, :period, :x_axis_type, :start, :end) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the SageMaker resource to retrieve metrics for.
129 130 131 132 133 134 135 136 137 138 139 |
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 129 class MetricQuery < Struct.new( :metric_name, :resource_arn, :metric_stat, :period, :x_axis_type, :start, :end) SENSITIVE = [] include Aws::Structure end |
#start ⇒ Integer
The start time of metrics to retrieve.
129 130 131 132 133 134 135 136 137 138 139 |
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 129 class MetricQuery < Struct.new( :metric_name, :resource_arn, :metric_stat, :period, :x_axis_type, :start, :end) SENSITIVE = [] include Aws::Structure end |
#x_axis_type ⇒ String
The x-axis type of metrics to retrieve.
129 130 131 132 133 134 135 136 137 138 139 |
# File 'lib/aws-sdk-sagemakermetrics/types.rb', line 129 class MetricQuery < Struct.new( :metric_name, :resource_arn, :metric_stat, :period, :x_axis_type, :start, :end) SENSITIVE = [] include Aws::Structure end |