跳转至

API Reference

Packages

tensorstack.dev/v1beta1

Package v1beta1 contains API Schema definitions for the v1beta1 API group

Resource Types

PodReference

PodReference references to a v1.pod.

Appears in: - PodStatus

Field Description
name string Name of the Pod.
uid string UID of the Pod.

PodStatus

Pod defines the observed state of a replica.

Appears in: - TensorBoardStatus

Field Description
reference PodReference References to the subordinate v1.Pod.
phase PodPhase Replicated from the corresponding field in the subordinate v1.Pod.

SchedulePolicy

SchedulePolicy specifies the preferred scheduler responsible for handling resource allocation requests.

Appears in: - TensorBoardSpec

Field Description
t9kScheduler T9kScheduler

T9kScheduler

Appears in: - SchedulePolicy

Field Description
queue string Name of the queue to use with the T9kScheduler.

TensorBoard

TensorBoard is the Schema for the tensorboards API

Appears in: - TensorBoardList

Field Description
apiVersion string tensorstack.dev/v1beta1
kind string TensorBoard
metadata ObjectMeta Refer to Kubernetes API documentation for fields of metadata.
spec TensorBoardSpec
status TensorBoardStatus

TensorBoardCondition

TensorBoardCondition defines the observed condition of TensorBoard

Appears in: - TensorBoardStatus

Field Description
type TensorBoardConditionType Type is the type of the condition. Possible values are Idle, etc
status ConditionStatus Status is the status of the condition type. Possible values of type Idle are True
message string Message is the reason of the status
lastTransitionTime Time LastTransitionTime is the last time the status was changed
lastProbeTime Time LastProbeTime is the last time the condition was probed

TensorBoardConditionType

Underlying type: string

Appears in: - TensorBoardCondition

TensorBoardList

TensorBoardList contains a list of TensorBoard

Field Description
apiVersion string tensorstack.dev/v1beta1
kind string TensorBoardList
metadata ListMeta Refer to Kubernetes API documentation for fields of metadata.
items TensorBoard array

TensorBoardPhase

Underlying type: string

Appears in: - TensorBoardStatus

TensorBoardRunMode

Underlying type: string

Appears in: - TensorBoardSpec

TensorBoardSpec

TensorBoardSpec defines the desired state of TensorBoard

Appears in: - TensorBoard

Field Description
trainingLogFilesets string array TrainingLogFilesets is the list of filesets containing training log. TODO: Document the syntax of this field.
image string The container image used to run the tensorboard.
runMode TensorBoardRunMode
scheduler SchedulePolicy
resources ResourceRequirements Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/

TensorBoardStatus

TensorBoardStatus defines the observed state of TensorBoard

Appears in: - TensorBoard

Field Description
phase TensorBoardPhase
pod PodStatus
conditions TensorBoardCondition array Conditions is an array of current conditions
url string The URL to Web UI of the tensorboard