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

target.apidocs.com.google.api.services.dataproc.model.RuntimeConfig.html Maven / Gradle / Ivy

The newest version!






RuntimeConfig (Cloud Dataproc API v1-rev20241025-2.0.0)












com.google.api.services.dataproc.model

Class RuntimeConfig

    • Constructor Detail

      • RuntimeConfig

        public RuntimeConfig()
    • Method Detail

      • getAutotuningConfig

        public AutotuningConfig getAutotuningConfig()
        Optional. Autotuning configuration of the workload.
        Returns:
        value or null for none
      • setAutotuningConfig

        public RuntimeConfig setAutotuningConfig(AutotuningConfig autotuningConfig)
        Optional. Autotuning configuration of the workload.
        Parameters:
        autotuningConfig - autotuningConfig or null for none
      • getCohort

        public String getCohort()
        Optional. Cohort identifier. Identifies families of the workloads having the same shape, e.g. daily ETL jobs.
        Returns:
        value or null for none
      • setCohort

        public RuntimeConfig setCohort(String cohort)
        Optional. Cohort identifier. Identifies families of the workloads having the same shape, e.g. daily ETL jobs.
        Parameters:
        cohort - cohort or null for none
      • getContainerImage

        public String getContainerImage()
        Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
        Returns:
        value or null for none
      • setContainerImage

        public RuntimeConfig setContainerImage(String containerImage)
        Optional. Optional custom container image for the job runtime environment. If not specified, a default container image will be used.
        Parameters:
        containerImage - containerImage or null for none
      • getProperties

        public Map<String,String> getProperties()
        Optional. A mapping of property names to values, which are used to configure workload execution.
        Returns:
        value or null for none
      • setProperties

        public RuntimeConfig setProperties(Map<String,String> properties)
        Optional. A mapping of property names to values, which are used to configure workload execution.
        Parameters:
        properties - properties or null for none
      • getRepositoryConfig

        public RepositoryConfig getRepositoryConfig()
        Optional. Dependency repository configuration.
        Returns:
        value or null for none
      • setRepositoryConfig

        public RuntimeConfig setRepositoryConfig(RepositoryConfig repositoryConfig)
        Optional. Dependency repository configuration.
        Parameters:
        repositoryConfig - repositoryConfig or null for none
      • getVersion

        public String getVersion()
        Optional. Version of the batch runtime.
        Returns:
        value or null for none
      • setVersion

        public RuntimeConfig setVersion(String version)
        Optional. Version of the batch runtime.
        Parameters:
        version - version or null for none
      • set

        public RuntimeConfig set(String fieldName,
                                 Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public RuntimeConfig clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy