TensorBoardJobService Class

TensorBoard job service configuration.

Inheritance
azure.ai.ml.entities._job.job_service.JobServiceBase
TensorBoardJobService

Constructor

TensorBoardJobService(*, endpoint: str | None = None, nodes: Literal['all'] | None = None, status: str | None = None, port: int | None = None, log_dir: str | None = None, properties: Dict[str, str] | None = None, **kwargs)

Parameters

endpoint
str
Required

Url for endpoint.

port
int
Required

Port for endpoint.

nodes
str
Required

Indicates whether the service has to run in all nodes.

properties
dict[str, str]
Required

Additional properties to set on the endpoint.

status
str
Required

Status of endpoint.

log_dir
str
Required

Log directory path.

kwargs
dict
Required

A dictionary of additional configuration parameters.

Variables

type
str

Specifies the type of job service. Set automatically to "tensor_board" for this class.