Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def description(self) -> pulumi.Output[str]:
"""
User provided description.
"""
return pulumi.get(self, "description")
def container(self) -> Optional[pulumi.Input['GoogleCloudMlV1__ContainerSpecArgs']]:
"""
Optional. Specifies a custom container to use for serving predictions. If you specify this field, then `machineType` is required. If you specify this field, then `deploymentUri` is optional. If you specify this field, then you must not specify `runtimeVersion`, `packageUris`, `framework`, `pythonVersion`, or `predictionClass`.
"""
return pulumi.get(self, "container")
def snapshot_type(self) -> pulumi.Output[str]:
return pulumi.get(self, "snapshot_type")
def create_time(self) -> pulumi.Output[str]:
"""
Timestamp when this model was created in Firebase ML.
"""
return pulumi.get(self, "create_time")
def weight(self) -> Optional[pulumi.Input[int]]:
"""
The weight. The range is 0 to 999.
"""
return pulumi.get(self, "weight")
def interfaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RouterInterfaceArgs']]]]:
"""
Router interfaces. Each interface requires either one linked resource, (for example, linkedVpnTunnel), or IP address and IP address range (for example, ipRange), or both.
"""
return pulumi.get(self, "interfaces")
def satisfies_pzs(self) -> pulumi.Output[bool]:
"""
[Output Only] Reserved for future use.
"""
return pulumi.get(self, "satisfies_pzs")
def spec(self) -> Optional[pulumi.Input['DaemonSetSpecArgs']]:
"""
The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
"""
return pulumi.get(self, "spec")
def aspect_ratio(self) -> Optional[pulumi.Input[str]]:
"""
The display aspect ratio of the video in the output file. Valid values are: `auto`, `1:1`, `4:3`, `3:2`, `16:9`. (Note; to better control resolution and aspect ratio of output videos, we recommend that you use the values `max_width`, `max_height`, `sizing_policy`, `padding_policy`, and `display_aspect_ratio` instead of `resolution` and `aspect_ratio`.)
"""
return pulumi.get(self, "aspect_ratio")
def cloudformation(self) -> Optional[str]:
return pulumi.get(self, "cloudformation")