gigl.common.services.VertexAiJobConfig#
- class gigl.common.services.vertex_ai.VertexAiJobConfig(job_name: str, container_uri: str, command: List[str], args: List[str] | None = None, environment_variables: List[Dict[str, str]] | None = None, machine_type: str = 'n1-standard-4', accelerator_type: str = 'ACCELERATOR_TYPE_UNSPECIFIED', accelerator_count: int = 0, replica_count: int = 1, labels: Dict[str, str] | None = None, timeout_s: int | None = None, enable_web_access: bool = True)#
Bases:
object
Methods
- __eq__(other)#
Return self==value.
- __hash__ = None#
- __init__(job_name: str, container_uri: str, command: List[str], args: List[str] | None = None, environment_variables: List[Dict[str, str]] | None = None, machine_type: str = 'n1-standard-4', accelerator_type: str = 'ACCELERATOR_TYPE_UNSPECIFIED', accelerator_count: int = 0, replica_count: int = 1, labels: Dict[str, str] | None = None, timeout_s: int | None = None, enable_web_access: bool = True) None #
- __repr__()#
Return repr(self).
- __weakref__#
list of weak references to the object (if defined)