Class: Google::Apis::LanguageV1::XpsImageModelServingSpecModelThroughputEstimation

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/language_v1/classes.rb,
lib/google/apis/language_v1/representations.rb,
lib/google/apis/language_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ XpsImageModelServingSpecModelThroughputEstimation

Returns a new instance of XpsImageModelServingSpecModelThroughputEstimation.



2761
2762
2763
# File 'lib/google/apis/language_v1/classes.rb', line 2761

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#compute_engine_accelerator_typeString

Corresponds to the JSON property computeEngineAcceleratorType

Returns:

  • (String)


2744
2745
2746
# File 'lib/google/apis/language_v1/classes.rb', line 2744

def compute_engine_accelerator_type
  @compute_engine_accelerator_type
end

#latency_in_millisecondsFloat

Estimated latency. Corresponds to the JSON property latencyInMilliseconds

Returns:

  • (Float)


2749
2750
2751
# File 'lib/google/apis/language_v1/classes.rb', line 2749

def latency_in_milliseconds
  @latency_in_milliseconds
end

#node_qpsFloat

The approximate qps a deployed node can serve. Corresponds to the JSON property nodeQps

Returns:

  • (Float)


2754
2755
2756
# File 'lib/google/apis/language_v1/classes.rb', line 2754

def node_qps
  @node_qps
end

#servomatic_partition_typeString

Corresponds to the JSON property servomaticPartitionType

Returns:

  • (String)


2759
2760
2761
# File 'lib/google/apis/language_v1/classes.rb', line 2759

def servomatic_partition_type
  @servomatic_partition_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2766
2767
2768
2769
2770
2771
# File 'lib/google/apis/language_v1/classes.rb', line 2766

def update!(**args)
  @compute_engine_accelerator_type = args[:compute_engine_accelerator_type] if args.key?(:compute_engine_accelerator_type)
  @latency_in_milliseconds = args[:latency_in_milliseconds] if args.key?(:latency_in_milliseconds)
  @node_qps = args[:node_qps] if args.key?(:node_qps)
  @servomatic_partition_type = args[:servomatic_partition_type] if args.key?(:servomatic_partition_type)
end