Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions vertexai/_genai/types/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class PairwiseChoice(_common.CaseInSensitiveEnum):


class Strategy(_common.CaseInSensitiveEnum):
"""Optional. This determines which type of scheduling strategy to use."""
"""This determines which type of scheduling strategy to use."""

STRATEGY_UNSPECIFIED = "STRATEGY_UNSPECIFIED"
"""Strategy will default to STANDARD."""
Expand Down Expand Up @@ -174,7 +174,7 @@ class AcceleratorType(_common.CaseInSensitiveEnum):


class Type(_common.CaseInSensitiveEnum):
"""Required. Specifies the reservation affinity type."""
"""Specifies the reservation affinity type."""

TYPE_UNSPECIFIED = "TYPE_UNSPECIFIED"
"""Default value. This should not be used."""
Expand Down Expand Up @@ -227,7 +227,7 @@ class AgentServerMode(_common.CaseInSensitiveEnum):


class ManagedTopicEnum(_common.CaseInSensitiveEnum):
"""Required. The managed topic."""
"""The managed topic."""

MANAGED_TOPIC_ENUM_UNSPECIFIED = "MANAGED_TOPIC_ENUM_UNSPECIFIED"
"""Unspecified topic. This value should not be used."""
Expand Down
Loading