CreateWandbIntegration class

A request to create a W&B integration.

Annotations
  • @immutable

Constructors

CreateWandbIntegration({required String project, String? name, String? entity, List<String>? tags})
Creates a CreateWandbIntegration.
const
CreateWandbIntegration.fromJson(Map<String, dynamic> json)
Creates a CreateWandbIntegration from JSON.
factory

Properties

entity String?
The W&B entity.
final
hashCode int
The hash code for this object.
no setteroverride
name String?
The run name.
final
project String
The W&B project name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
Tags for the run.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts to JSON.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override