RetrieveTPUEmbeddingFrequencyEstimatorParameters

public Final class RetrieveTPUEmbeddingFrequencyEstimatorParameters

周波数推定器の埋め込みパラメータを取得します。

ホストメモリへの埋め込みから最適化パラメータを取得する演算。正しい埋め込みテーブル構成を設定する ConfigureTPUEmbeddingHost オペレーションを前に置く必要があります。たとえば、この操作はチェックポイントを保存する前に更新されたパラメータを取得するために使用されます。

ネストされたクラス

クラスRetrieveTPUEmbeddingFrequencyEstimatorParameters.Options RetrieveTPUEmbeddingFrequencyEstimatorParametersのオプションの属性

パブリックメソッド

static RetrieveTPUEmbeddingFrequencyEstimatorParameters.Options
config (文字列構成)
静的RetrieveTPUEmbeddingFrequencyEstimatorParameters
create (スコープscope、Long numShards、Long shardId、オプション...オプション)
新しい RetrieveTPUEmbeddingFrequencyEstimatorParameters オペレーションをラップするクラスを作成するためのファクトリ メソッド。
出力<浮動小数点>
最後のヒットステップ()
パラメータ last_hit_step は周波数推定最適化アルゴリズムによって更新されます。
出力<浮動小数点>
パラメーター()
パラメータ 周波数推定最適化アルゴリズムによって更新されるパラメータ。
static RetrieveTPUEmbeddingFrequencyEstimatorParameters.Options
tableId (長いテーブル ID)
static RetrieveTPUEmbeddingFrequencyEstimatorParameters.Options
テーブル名(文字列テーブル名)

継承されたメソッド

パブリックメソッド

public static RetrieveTPUEmbeddingFrequencyEstimatorParameters.Options config (文字列構成)

public static RetrieveTPUEmbeddingFrequencyEstimatorParameters create (スコープscope、Long numShards、Long shardId、 Options...オプション)

新しい RetrieveTPUEmbeddingFrequencyEstimatorParameters オペレーションをラップするクラスを作成するためのファクトリ メソッド。

パラメーター
範囲現在のスコープ
オプションオプションの属性値を持ちます
戻り値
  • RetrieveTPUEmbeddingFrequencyEstimatorParameters の新しいインスタンス

public Output <Float> lastHitStep ()

パラメータ last_hit_step は周波数推定最適化アルゴリズムによって更新されます。

public出力<Float>パラメータ()

パラメータ 周波数推定最適化アルゴリズムによって更新されるパラメータ。

public static RetrieveTPUEmbeddingFrequencyEstimatorParameters.Options tableId (Long tableId)

public static RetrieveTPUEmbeddingFrequencyEstimatorParameters.Options tableName (String tableName)