Documentation ¶
Overview ¶
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ******************************************************************
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action interface {
// contains filtered or unexported methods
}
Action provides interface to start execution of a command
type GPUCount ¶
type GPUCount interface {
// contains filtered or unexported methods
}
GPUCount provides interface to get gpu count command and run it.
type GPUMetrics ¶
GPUMetrics provides slice of metrics passed as argument for a given environment
type GPUUtilization ¶
type GPUUtilization interface {
// contains filtered or unexported methods
}
GPUUtilization provides interface to utilization metrics and state of GPU.
type Utilization ¶
type Utilization struct { }
Utilization implements one flavour of GPUCount interface.