All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.tpu.v2.TPU.Projects.Locations.html Maven / Gradle / Ivy

The newest version!






TPU.Projects.Locations (Cloud TPU API v2-rev20241126-2.0.0)












com.google.api.services.tpu.v2

Class TPU.Projects.Locations

  • Enclosing class:
    TPU.Projects


    public class TPU.Projects.Locations
    extends Object
    The "locations" collection of methods.
    • Constructor Detail

      • Locations

        public Locations()
    • Method Detail

      • get

        public TPU.Projects.Locations.Get get(String name)
                                       throws IOException
        Gets information about a location. Create a request for the method "locations.get". This request holds the parameters needed by the tpu server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Resource name for the location.
        Returns:
        the request
        Throws:
        IOException
      • list

        public TPU.Projects.Locations.List list(String name)
                                         throws IOException
        Lists information about the supported locations for this service. Create a request for the method "locations.list". This request holds the parameters needed by the tpu server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - The resource that owns the locations collection, if applicable.
        Returns:
        the request
        Throws:
        IOException
      • acceleratorTypes

        public TPU.Projects.Locations.AcceleratorTypes acceleratorTypes()
        An accessor for creating requests from the AcceleratorTypes collection.

        The typical use is:

            TPU tpu = new TPU(...);
            TPU.AcceleratorTypes.List request = tpu.acceleratorTypes().list(parameters ...)
         
        Returns:
        the resource collection
      • nodes

        public TPU.Projects.Locations.Nodes nodes()
        An accessor for creating requests from the Nodes collection.

        The typical use is:

            TPU tpu = new TPU(...);
            TPU.Nodes.List request = tpu.nodes().list(parameters ...)
         
        Returns:
        the resource collection
      • operations

        public TPU.Projects.Locations.Operations operations()
        An accessor for creating requests from the Operations collection.

        The typical use is:

            TPU tpu = new TPU(...);
            TPU.Operations.List request = tpu.operations().list(parameters ...)
         
        Returns:
        the resource collection
      • queuedResources

        public TPU.Projects.Locations.QueuedResources queuedResources()
        An accessor for creating requests from the QueuedResources collection.

        The typical use is:

            TPU tpu = new TPU(...);
            TPU.QueuedResources.List request = tpu.queuedResources().list(parameters ...)
         
        Returns:
        the resource collection
      • runtimeVersions

        public TPU.Projects.Locations.RuntimeVersions runtimeVersions()
        An accessor for creating requests from the RuntimeVersions collection.

        The typical use is:

            TPU tpu = new TPU(...);
            TPU.RuntimeVersions.List request = tpu.runtimeVersions().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy