ecl-logo Documentation

Object[Team, Financing]

A team which serves as a grouping for users for sharing notebook access privileges and which pays users' membership fees as well as finances experiments in notebooks.

Organizational Information

    Name

    Name of this Object.
    Format: Single
    Class: String
    Programmatic Pattern: _String
    Pattern Description: A string.

    ID

    ID of this Object.
    Format: Single
    Class: String
    Programmatic Pattern: _String
    Pattern Description: The ID of this object.

    Object

    Object of this Object.
    Format: Single
    Class: Expression
    Programmatic Pattern: Object[Team, Financing, _String]
    Pattern Description: The object reference of this object.

    Type

    Type of this Object.
    Format: Single
    Class: Expression
    Programmatic Pattern: Object[Team, Financing]
    Pattern Description: Object[Team, Financing]

    Notebook

    Notebook this object belongs to.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link
    Pattern Description: An object of that matches ObjectP[Object[LaboratoryNotebook]].

    Website

    The website URL to find more information about the team online.
    Format: Single
    Class: String
    Programmatic Pattern: URLP

    Administrators

    Users which control membership access to the team.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link
    Relation: Object[User]

    Notebooks

    Notebooks which this team has access to.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    PendingMembers

    Users which have been invited to the team but have yet to accept the invite, in the format {user link, invited email}.
    Format: Multiple

    [[1]] User

      Header: User
      Class: Link
      Programmatic Pattern: _Link
      Relation: Object[User]

    [[2]] Invite Email

      Header: Invite Email
      Class: String
      Programmatic Pattern: _String

    Status

    Indicates if a team has an active ECL account open or the account has been retired and retained for historical authorship information.
    Format: Single
    Class: Expression
    Programmatic Pattern: UserStatusP

    Queue

    The team's protocols in the priority order that they should be begin processing as soon as open threads become available.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    MaxThreads

    The total number of simultaneous experiments this team can process at any given time. Experiments exceeding this number will wait in the queue until an open thread becomes available on this team's account.
    Format: Single
    Class: Integer
    Programmatic Pattern: GreaterEqualP[0, 1]

    MaxUsers

    The maximum number of ECL users that this financing team has alloted.
    Format: Single
    Class: Integer
    Programmatic Pattern: GreaterEqualP[0, 1]

    NumberOfUsers

    The number of ECL users currently on this team.
    Format: Single
    Class: Integer
    Programmatic Pattern: GreaterEqualP[0, 1]

    Members

    Users whose membership fees are financed by this team.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    NotebooksFinanced

    Notebooks that this organization finances the cost of experiments and ongoing cost of storage for.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    FavoriteFolders

    Favorite folders that this organization's members can store favorite objects in.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    DefaultNotebook

    The Notebook to use for new object created by team members when no other Notebook should obviously be used.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    DefaultMailingAddress

    The default physical location of this team where samples may be shipped.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    BillingAddress

    The default address to use for billing.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link

    Sites

    Any physical locations of this team where samples may be shipped.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    NextBillingCycle

    The upcoming date on which this team will receive a bill for their use of the Emerald Cloud Lab's services.
    Format: Single
    Class: Date
    Programmatic Pattern: _?DateObjectQ

    BillingCycleLog

    The history of billing statements issued to this team for use of the Emerald Cloud Lab's services.
    Format: Multiple

    [[1]] Date of Bill

      Header: Date of Bill
      Class: Date
      Programmatic Pattern: _?DateObjectQ

    [[2]] Amount Due

      Header: Amount Due
      Class: Real
      Unit: 1 US dollar
      Programmatic Pattern: CurrencyP

    CurrentBill

    The current bill accumulating charges for the cycle.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link
    Relation: Object[Bill]

    CurrentPriceScheme

    The pricing scheme followed for the forthcoming bills.
    Format: Single
    Class: Link
    Programmatic Pattern: _Link
    Relation: Model[Pricing]

    ConstellationUsageLog

    A historical accounting of the amount of data stored in the ECL Constellation database for this account.
    Format: Multiple

    [[1]] Date

      Header: Date
      Class: Date
      Programmatic Pattern: _?DateObjectQ

    [[2]] Number of Objects

      Header: Number of Objects
      Class: Real
      Programmatic Pattern: GreaterEqualP[0, 1.]

    ThreadLog

    A history of assigned threads.
    Format: Multiple

    [[1]] Start Date

      Header: Start Date
      Class: Date
      Programmatic Pattern: _DateObject

    [[2]] End Date

      Header: End Date
      Class: Date | Null
      Programmatic Pattern: _DateObject

    [[3]] Thread Count

      Header: Thread Count
      Class: Integer
      Programmatic Pattern: GreaterEqualP[0, 1]

Pricing Information

    BillingHistory

    A summary of past bills and their pricing methods.
    Format: Multiple

    [[1]] Billing End

      Header: Billing End
      Class: Expression
      Programmatic Pattern: _?DateObjectQ

    [[2]] Bill

    [[3]] Price Scheme

      Header: Price Scheme
      Class: Link
      Programmatic Pattern: _Link
      Relation: Model[Pricing]

Computations

    ComputationQueue

    The team's computations in the priority order that they should be executed as soon as open computational threads become available.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    RunningComputations

    All computations owned by this team which are currently being executed. The length of this field is the number of computational threads in use.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    FailedComputations

    All computations owned by this team which errored out while staging or running and are awaiting cleanup.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link

    MaxComputationThreads

    The total number of simulatenous computations this team can run at any given time. Any computations exceeding this number will wait in the computation queue until an open computational thread is available on this team's account.
    Format: Single
    Class: Integer
    Programmatic Pattern: GreaterEqualP[0, 1]

    ManifoldJobs

    A list of Manifold jobs owned and financed by this team.
    Format: Multiple
    Class: Link
    Programmatic Pattern: _Link
Last modified on Mon 26 Sep 2022 15:43:53