Class: Google::Cloud::GkeRecommender::V1::Profile
- Inherits:
-
Object
- Object
- Google::Cloud::GkeRecommender::V1::Profile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/gkerecommender/v1/gkerecommender.rb
Overview
A profile containing information about a model deployment.
Instance Attribute Summary collapse
-
#accelerator_type ⇒ ::String
readonly
Output only.
-
#instance_type ⇒ ::String
readonly
Output only.
-
#model_server_info ⇒ ::Google::Cloud::GkeRecommender::V1::ModelServerInfo
readonly
Output only.
-
#performance_stats ⇒ ::Array<::Google::Cloud::GkeRecommender::V1::PerformanceStats>
readonly
Output only.
-
#resources_used ⇒ ::Google::Cloud::GkeRecommender::V1::ResourcesUsed
readonly
Output only.
-
#tpu_topology ⇒ ::String
readonly
Output only.
Instance Attribute Details
#accelerator_type ⇒ ::String (readonly)
Returns Output only. The accelerator type. Expected format: nvidia-h100-80gb.
465 466 467 468 |
# File 'proto_docs/google/cloud/gkerecommender/v1/gkerecommender.rb', line 465 class Profile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_type ⇒ ::String (readonly)
Returns Output only. The instance type. Expected format: a2-highgpu-1g.
465 466 467 468 |
# File 'proto_docs/google/cloud/gkerecommender/v1/gkerecommender.rb', line 465 class Profile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_server_info ⇒ ::Google::Cloud::GkeRecommender::V1::ModelServerInfo (readonly)
Returns Output only. The model server configuration. Use GkeInferenceQuickstart.FetchProfiles to find valid configurations.
465 466 467 468 |
# File 'proto_docs/google/cloud/gkerecommender/v1/gkerecommender.rb', line 465 class Profile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#performance_stats ⇒ ::Array<::Google::Cloud::GkeRecommender::V1::PerformanceStats> (readonly)
Returns Output only. The performance statistics for this profile.
465 466 467 468 |
# File 'proto_docs/google/cloud/gkerecommender/v1/gkerecommender.rb', line 465 class Profile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resources_used ⇒ ::Google::Cloud::GkeRecommender::V1::ResourcesUsed (readonly)
Returns Output only. The resources used by the model deployment.
465 466 467 468 |
# File 'proto_docs/google/cloud/gkerecommender/v1/gkerecommender.rb', line 465 class Profile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |