Class: Google::Cloud::GkeRecommender::V1::Profile

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#accelerator_type::String (readonly)

Returns Output only. The accelerator type. Expected format: nvidia-h100-80gb.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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.

Returns:



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

#tpu_topology::String (readonly)

Returns Output only. The TPU topology (if applicable).

Returns:

  • (::String)

    Output only. The TPU topology (if applicable).



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